/*
* handler: nossas-empresas
* deps: bootstrap-5,bootstrap-icons,swiper-11,ndmais-menu-principal,header-modal-box,ajax-pagination,ndmais-load-template,fancybox
* version: 1.0.5
*/

html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Inter', sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
	background-color: #f6f7f9;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.archivo {
	font-family: "Archivo", sans-serif;
}

.poppins {
	font-family: "Poppins", sans-serif;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.cursor-pointer {
	cursor: pointer;
}

.topoPage {
	padding: 30px 0 60px;
	margin-bottom: 75px;
	border-radius: 0 0 80px 80px;
	background: url(../images/bg-topo-principal-mob.webp) no-repeat left bottom;
}

.topoCidade {
	padding: 30px 0 60px;
	margin-bottom: 75px;
	border-radius: 0 0 80px 80px;
	background: url(../images/bg-topo-cidade-mob.webp) no-repeat left bottom;
	background-size: cover;
}

.topoPage .btnMenu,
.topoCidade .btnMenu {
	width: 48px;
	height: 48px;
	background-color: var(--bs-white);
	font-size: 26px;
	color: #054F78;
	text-align: center;
	line-height: 52px;
	text-decoration: none;
}

.topoPage .btnVoltar,
.topoCidade .btnVoltar {
	font-size: 14px;
	font-weight: 500;
	color: var(--bs-white);
	width: 160px;
	height: 48px;
	border-radius: 8px;
	text-decoration: none;
	background: #054F78;
}

.topoPage .btnVoltar img,
.topoCidade .btnVoltar img {
	margin: -2px 0 0 10px;
}

.topoPage .btnMenu:hover,
.topoPage .btnVoltar:hover,
.topoCidade .btnMenu:hover,
.topoCidade .btnVoltar:hover {
	background-color: #0FA6DB;
	color: var(--bs-white);
}

.topoPage .logo {
	margin-top: 60px;
}

.topoPage h1 {
	font-size: 24px;
	color: var(--bs-white);
	margin-top: 30px;
}

.nossas-empresas-topo .cidades {
	margin-top: 30px;
}

.nossas-empresas-topo .cidades a {
	background-color: var(--bs-white);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	width: 106px;
	margin-right: 20px;
	color: #192A3E;
	text-decoration: none;
}

.nossas-empresas-topo .cidades a:last-child {
	margin-right: 0;
}

.nossas-empresas-topo .cidades a:hover,
.nossas-empresas-topo .cidades a.active ,
.conteudos .lkLoad:hover {
	background-color: #0FA6DB;
	color: var(--bs-white);
}

.topoCidade .logo {
	margin-top: 50px;
	max-width: 340px;
	height: auto;
}

.topoCidade h1 {
	font-size: 32px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 40px;
	margin: 30px 0 25px;
}

.topoCidade p {
	font-size: 18px;
	color: var(--bs-white);
	line-height: 32px;
}

.titleSection {
	margin-bottom: 50px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #192A3E;
	line-height: 40px;
}

.conteudos {
	margin-bottom: 80px;
}

.conteudos ul li {
	width: 100%;
	max-width: 310px;
	margin: 0 auto 30px;
	overflow: hidden;
	background-color: var(--bs-white);
	border-radius: 8px;
	padding-bottom: 95px;
	box-shadow: 0 10px 20px 0 #f1f1f1;
}

.conteudos ul li .data {
	background-color: #F1F5F4;
	border-radius: 4px;
	margin: 20px 20px 15px;
	padding: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #616161;
}

.conteudos ul li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #062935;
	margin: 0 20px;
	line-height: 28px;
}

.conteudos ul li h3 a {
	color: #062935;
	text-decoration: none;
}

.conteudos ul li h3 a:hover {
	color: #2a4d69;
}

.conteudos ul li .lkMore {
	font-size: 16px;
	font-weight: 700;
	color: var(--bs-white);
	text-decoration: none;
	width: 130px;
	line-height: 48px;
	text-align: center;
	bottom: 25px;
	left: 50%;
	margin-left: -65px;
	border-radius: 4px;
	background-color: #183f5c;
}

.conteudos ul li .lkMore:hover {
	background-color: #0FA6DB;
}

.conteudos .lkLoad {
	font-size: 16px;
	font-weight: 500;
	color: #192A3E;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 4px;
	background-color: var(--bs-white);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}

.apresentadoras {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 80px;
	border-radius: 40px;
	padding: 110px 15px 70px;
	background-color: #054F78;
}

.apresentadoras h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--bs-white);
	margin-bottom: 20px;
	line-height: 40px;
}

.apresentadoras .title p {
	font-size: 18px;
	color: var(--bs-white);
	line-height: 26px;
	max-width: 450px;
}

.apresentadoras .apresPrev {
	outline: none;
	border: none;
	background: #f5f5f5;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #939393;
	top: 50%;
	margin-top: -20px;
	left: 0;
}

.apresentadoras .apresNext {
	outline: none;
	border: none;
	background: #f5f5f5;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #939393;
	top: 50%;
	margin-top: -20px;
	right: 0;
}

.apresentadoras .apresPrev:hover,
.apresentadoras .apresNext:hover {
	background: #0FA6DB;
	color: var(--bs-white);
}

.slideApresentadoras {
	width: 80%;
	margin: 40px auto;
}

.slideApresentadoras .swiper-slide {
	height: auto !important;
	background-color: #0FA6DB;
	border-radius: 8px;
	color: var(--bs-white);
	overflow: hidden;
	padding-bottom: 30px;
}

.slideApresentadoras .thumb {
	height: auto !important;
	background-color: var(--bs-white);
	height: 300px;
	width: 100%;
	padding-top: 10px;
}

.slideApresentadoras .thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.slideApresentadoras h3 {
	font-size: 18px;
	font-weight: 900;
	margin: 25px 15px 10px;
}

.slideApresentadoras p {
	font-size: 14px;
	font-weight: 500;
	margin: 0 15px;
	line-height: 20px;
}

.footer {
	background: url(../images/bg-footer.webp) no-repeat center bottom;
	padding-top: 80px;
}

.footer h2 {
	font-size: 32px;
	font-weight: 700;
	color: #192A3E;
	line-height: 40px;
	margin-bottom: 35px;
}

.footer ul li {
	width: 48%;
	height: 110px;
	background-color: var(--bs-white);
	padding: 10px;
	margin-bottom: 40px;
}

.footer ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer .logo {
	margin: 0 auto 30px;
}

.footer .foto {
	margin: 0 auto;
}

.apresentadora {
	margin-bottom: 80px;
}

.apresentadora .box {
	background-color: var(--bs-white);
	border-radius: 40px;
	padding: 55px 10px;
}

.apresentadora h2 {
	font-size: 32px;
	font-weight: 700;
	color: #192A3E;
	line-height: 40px;
	margin-bottom: 20px;
}

.apresentadora p {
	font-size: 18px;
	color: #192A3E;
	margin-bottom: 20px;
}

.apresentadora .perfil {
	background-color: #0FA6DB;
	border-radius: 8px;
	padding: 15px 20px;
	color: var(--bs-white);
}

.apresentadora .perfil h3 {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}

.apresentadora .perfil p {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	color: var(--bs-white);
}

.apresentadora .colImg img {
	max-width: 100%;
	height: auto;
	margin: 35px auto 0;
}

.site-button {
	margin: 0 auto;
	;
}

@media only screen and (min-width : 576px) {

	.topoPage h1,
	.nossas-empresas-topo .cidades {
		padding-left: 50px;
	}

	.nossas-empresas-topo .cidades a {
		width: 125px;
	}

	.conteudos ul li {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}

	.slideApresentadoras {
		width: 86%;
	}

	.apresentadora .perfil h3 {
		white-space: nowrap;
		margin-bottom: 0;
	}

	.apresentadora .perfil div {
		border-left: 1px solid #44b9e3;
		padding: 5px 0 5px 25px;
		margin-left: 25px;
	}
}

@media only screen and (min-width : 768px) {

	.titleSection h2,
	.apresentadoras h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.apresentadoras .title p {
		font-size: 24px;
		line-height: 32px;
	}

	.slideApresentadoras {
		width: 80%;
		margin-top: 0;
	}

	.footer ul li {
		width: 23.5%;
		margin-right: 2%;
	}

	.footer ul li:nth-child(4n+0) {
		margin-right: 0;
	}

	.footer .logo,
	.footer .foto {
		margin: 0;
	}

	.apresentadora .box {
		padding-bottom: 0;
	}

	.apresentadora .colImg img {
		margin: 0;
	}

	.apresentadora .perfil {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage .logo {
		margin-top: 80px;
	}

	.conteudos {
		margin-bottom: 120px;
	}

	.conteudos ul li {
		width: 23.5%;
		margin-right: 2%;
	}

	.conteudos ul li:nth-child(4n+0) {
		margin-right: 0;
	}

	.slideApresentadoras {
		width: 70%;
	}

	.apresentadoras .apresPrev,
	.apresentadoras .apresNext {
		width: 56px;
		height: 56px;
		margin-top: -28px;
	}

	.apresentadora {
		margin-top: 180px;
	}

	.apresentadora h2 {
		font-size: 40px;
		line-height: 48px;
	}

	.apresentadora .colTxt {
		padding-right: 40px;
	}

	.apresentadora .colImg img {
		position: absolute;
		bottom: 0;
		left: 30px;
		max-width: 320px;
	}
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		border-radius: 0;
		background: url(../images/bg-topo-principal.webp) no-repeat center bottom;
		min-height: 740px;
	}

	.topoCidade {
		border-radius: 0;
		background: url(../images/bg-topo-cidade.webp) no-repeat center bottom;
		min-height: 740px;
	}

	.topoPage .colTxt {
		padding-right: 50px;
	}

	.topoCidade .colTxt {
		padding-right: 60px;
	}

	.topoPage .logo,
	.topoCidade .logo {
		margin-left: -30px;
	}

	.topoPage h1,
	.topoCidade h1,
	.nossas-empresas-topo .cidades,
	.topoCidade p {
		padding-left: 20px;
	}

	.apresentadoras h2,
	.apresentadora h2 {
		font-size: 48px;
		line-height: 56px;
	}

	.slideApresentadoras {
		width: 76%;
	}

	.apresentadoras .apresPrev {
		left: 15px;
	}

	.apresentadoras .apresNext {
		right: 15px;
	}

	.apresentadora .box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.apresentadora p {
		margin-bottom: 35px;
	}

	.apresentadora .colTxt {
		padding-right: 20px;
	}

	.apresentadora .colImg img {
		max-width: 340px;
	}
}

@media only screen and (min-width : 1400px) {
	.apresentadoras .title {
		padding-right: 30px;
	}

	.slideApresentadoras {
		width: 86%;
	}

	.apresentadoras .apresPrev {
		left: -15px;
	}

	.apresentadoras .apresNext {
		right: -15px;
	}

	.footer .logo {
		margin-left: 75px;
	}

	.apresentadora .colImg img {
		max-width: 370px;
	}

	.apresentadora .colTxt {
		padding-right: 70px;
	}
}

@media only screen and (min-width : 1440px) {

	.topoPage .logo,
	.topoCidade .logo {
		margin-left: -50px;
	}

	.topoPage .colTxt {
		padding-right: 0;
	}

	.topoPage h1,
	.topoCidade h1,
	.nossas-empresas-topo .cidades,
	.topoCidade p {
		padding-left: 0;
	}
}