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

a:hover, button:hover {
	opacity: 0.7;
}

.banner-hero {
    height: 370px;
    border-radius: 10px;
    padding: 25px;
    margin: 0;
}


.destaque-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 20px;
    background: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
}

.titulo-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.home-2 {
	padding-top: 20px;
	padding-bottom: 60px;
}

.cta-1 {
    background: #132F4E;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 15px;
    padding: 33px 20px;
}

.cta-1 span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.cta-1 i {
    color: #5A9BC4;
    font-size: 30px;
}

.texto-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #132F4E;
}

.home-3 {
	padding-bottom: 60px;
}

.titulo-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #132F4E;
    text-transform: uppercase;
}

.home-4 {
	padding-top: 10px;
	padding-bottom: 60px;
	background-position: bottom;
    background-repeat: repeat-x;
}

.card-vantagens {
    background: #F2F4F5;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.card-vantagens h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #132F4E;
}

.card-vantagens p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #132F4E;
}

.btn-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 25px;
    background: #FFFFFF;
    border-radius: 100px;
	display: inline-block;
}


.btn-1 i {
    color: #5A9BC4;
}

.home-5 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.lista-atua {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.lista-atua h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #132F4E;
    border-bottom: 1px solid #5A9BC4;
    padding-bottom: 5px;
}

.lista-atua p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #132F4E;
}

.home-6 {
	background-color: #132F4E;
	padding-top: 60px;
	padding-bottom: 60px;
}


.destaque-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #132F4E;
    background: #FFFFFF;
    border-radius: 15px;
    display: block;
    padding: 15px 20px;
    width: max-content;
    width: fit-content;
	margin-left: auto;
    margin-bottom: 15px;
}

.destaque-2 i {
    color: #5A9BC4;
	font-size: 25px;
}

.home-7 {
	padding-bottom: 60px;
	padding-top: 60px;
}

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

.card-serv h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #132F4E;
}

.card-serv p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #132F4E;
}

.home-8 {
	background-color: #F2F4F5;
	padding-bottom: 60px;
	padding-top: 60px;
}

.card-info {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.card-info span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #132F4E;
    display: block;
}

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

.card-blog {
    border-radius: 6px;
    background-color: #E2E6E8;
    overflow: hidden;
	display: block;
}

.card-blog div {
    padding: 15px;
}

.card-blog img {
    width: 100%;
	height: 245px;
	object-fit: cover;
}


.card-blog h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0C242E;
}

.card-blog p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #545B5E;
}

.card-blog span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #545B5E;
}

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

.principal li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0C242E;
}

.principal li.btn-i a {
	background-color: #5A9BC4;
	color: #132F4E;
    border-radius: 4px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.principal li.btn-i2 a {
	border: 1px solid #5A9BC4;
    border-radius: 4px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-left: 15px;
}

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

.redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #132F4E;
    color: #fff;
}

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

.formu {
    background: #F2F4F5;
	box-shadow: 0px 4px 20px rgba(12, 36, 46, 0.15);
    border-radius: 20px;
    padding: 20px;
    margin: 0;
}

.formu input, .formu select {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    height: 40px;
    border-bottom: 1px solid #DCDCDC;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #132F4E;
    padding: 5px;
}

.formu textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    height: 120px;
    border-bottom: 1px solid #DCDCDC;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #132F4E;
    padding: 5px;
}

.formu input::placeholder, 
.formu textarea::placeholder {
    color: #132F4E;
}

.formu button {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0C242E;
    padding: 10px 40px;
    background: #5A9BC4;
    border-radius: 4px;
    border: none;
}

.footmenu {
    display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0px;
}

.footmenu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0C242E;
}


.page-numbers.current {
    background-color: #5A9BC4;
    border-color: #5A9BC4;
    color: #fff !important;
    z-index: 3;
}
.page-numbers {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid #5A9BC4;
    color: #000;
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    -webkit-transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out, -webkit-box-shadow .15sease-in-out;
}

.page-numbers:not(:first-child) {
    margin-left: calc(var(--bs-border-width)* -1);
}

.page-numbers.current {
    background-color: #5A9BC4;
    border-color: #5A9BC4;
    color: #000 !important;
    z-index: 3;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.conteudo-inner {
    color: #545B5E;
}
.conteudo-inner p, .conteudo-inner li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #545B5E;
}
.conteudo-inner a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #545B5E;
	text-decoration: underline;
}
.blog-cover {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 15px;
}

.clientes-home {
    border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    padding-top: 20px;
}


.card-valores {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.card-valores h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.card-valores p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #DDDDDD;
    margin-bottom: 0;
}

.card-valores img {
    height: 80px;
	object-fit: contain;
}

/* Esconde barra superior do Google */
.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

/* Remove deslocamento que o Google adiciona */
body {
	top: 0px !important;
}

/* Esconde tooltip */
.skiptranslate, .goog-tooltip,
.goog-tooltip:hover {
	display: none !important;
}

/* Esconde highlight azul */
.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	
.blog-cover {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 15px;
}	
	
.conteudo-inner p, .conteudo-inner li {
    font-size: 16px;
    line-height: 22px;
}
.conteudo-inner a {
    font-size: 16px;
    line-height: 22px;
}
	
.titulo-1 {
    font-size: 22px;
    line-height: 35px;
}	
	
.texto-1 {
    font-size: 16px;
    line-height: 24px;
}	
	
.titulo-2 {
    font-size: 24px;
    line-height: 36px;
}	
	
.destaque-1 {
    font-size: 12px;
}	
	
.principal li a {
    text-align: center;
}
	
.principal {
    padding-top: 30px;
}
	
.principal li.btn-i a, .principal li.btn-i2 a {
    max-width: fit-content;
	margin: auto;
	margin-left: 0;
}
	
.principal li.btn-i, .principal li.btn-i2	{
	margin: auto;
    margin-bottom: 15px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
	
.destaque-2 {
    margin: auto;
    margin-bottom: 15px;
}	

.footmenu {
    flex-direction: column;
    padding: 0px;
}	
	
	
}


