.leaflet-container a {
	color: #041bbc !important;
	font-family: : 'Montserrat', sans-serif !important;
}

.leaflet-popup-content p {
	margin: 18px 0;
	line-height: 0.7;
}

.leaflet-popup-content {
	margin: 13px 26px;
	line-height: 1.4;
	padding-bottom: 0.1rem;
}

.list-group-item {
	background-color: transparent;
	border: 1px solid rgb(0 0 0 / 0%);
}

.icon-dash {
	background: #fff;
	color: #9592A6;
	padding: 0.4rem;
	font-size: 24px;
	border-radius: 100px;
}

.icon-dash-ips {
	background: #fff;
	color: #00b3ea;
	padding: 0.3rem;
	font-size: 15px;
	border: 2px solid rgb(58 87 232 / 45%);
	border-radius: 100px;
	vertical-align: -webkit-baseline-middle;
}

.tab {
	overflow: hidden;
	background-color: #ffffff;
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	color: #6E6B7B;
	font-weight: 500;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 50%;
	border-bottom: 3px solid #D9D9D9;
}

.tab button:hover {
	background-color: #f5f5f5;
	border-radius: 10px 10px 0px 0px;
}

.tab button.active {
	border-bottom: 3px solid #041bbc;
	color: #0A043C;
	font-weight: 600;
}

.tabcontent {
	display: none;
	border-top: none;
	background-color: #ffffff;
}

.topright {
	float: right;
	cursor: pointer;
	font-size: 28px;
}

.topright:hover {
	color: #041bbc;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid transparent;
	font-size: 14px;
	color: #6e6b7b;
	font-weight: 500;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #efefef;
}

.bg-table {
	background-color: #EAEAEA;
}

tr:hover {
	background-color: #f4f4f4;
}

.input-group-text {
	background-color: #ffffff;
	border: 1px solid transparent;
}

.buscar .form-control {
	border: 1px solid #ced4da00;
}

.box {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	margin: 1rem;
}

.box-card {
	background-color: #ffffff;
	border-radius: 15px;
	padding-top: 0.5rem;
	margin-right: 1.5rem;
}

.box-card .card {
	border: 1px solid transparent;
}

.box-card .card-header {
	border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.box-card .card-footer {
	border-top: 1px solid rgb(0 0 0 / 0%);
	background: #eaeaea;
	border-radius: 0px 0px 15px 15px;
}

.bg-light-s {
	background-color: #EAEAEA;
}

.font-p {
	font-size: 14px !important;
}

.font-s {
	font-size: 13px !important;
}

.icon-atualizar {
	font-size: 19px;
	vertical-align: text-top;
}

.text-dark-blue {
	color: #00b3ea;
}

.bg-light-blue {
	background-color: #041bbc !important;
}

.color-text-ips {
	color: #0A043C;
	vertical-align: super;
}

.m-ic {
	position: absolute;
	right: 9px;
	bottom: 14px;
}

.update {
	color: inherit;
}

.filtro-aba-1 {
	min-width: 18rem !important;
}

.text-black {
	color: #000000;
}

.filtro-aba-1 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #000000;
	background-color: #ffffff;
	border-left: 3px solid #041bbc;
	border-radius: 0px;
}

.filtro-aba-1 .nav-link {
	background-color: #F5F6F8;
	display: block;
	padding: 0.5rem 1rem;
	color: #000000;
	font-size: 14px;
}

.filtro-aba-1 .nav {
	border-radius: 0px;
}

@media (min-width: 576px) {
	.form-inline-2 {
		justify-content: flex-start !important;
		font-size: 14px;
		color: #000000;
	}
}

.custom-radio {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.border-t {
	border-top: 1px solid #dadada;
}

.border-b {
	border-bottom: 1px solid #dadada;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.filtro-aba-1 {
		transform: translate3d(-70px, 34px, 0px) !important;
		left: -70% !important;
	}

	.show-filtro {
		margin-top: -1.5rem !important;
		margin-left: -2rem;
	}
}

@media (max-width: 600px) {
	.info-margin {
		margin-top: 0.5rem;
	}

	.filtro-aba-1 {
		transform: translate3d(-80px, 34px, 0px) !important;
		left: -80% !important;
	}

	.link-ip {
		word-break: break-all;
	}

	.list-g-row {
		flex-direction: row;
	}

	.show-filtro {
		margin-top: -1.5rem !important;
		margin-left: -1.9rem;
	}

	.ml-n3-mb {
		margin-left: -0.5rem !important;
	}

	.box-card {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
}

@media (min-width: 1024px) {
	.info-margin {
		margin-top: 1.49rem;
	}

	.info-icon-margin {
		margin-top: 0.9rem;
	}
}

.badge-danger-inativo {
	color: #333363;
	background-color: rgb(250 77 100 / 72%);
	border-radius: 50px;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.badge-success-ativo {
	color: #333363;
	background-color: #AEE9D1;
	border-radius: 50px;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.dropdown-item-ativar {
	padding: 0.2rem 0.2rem 0.2rem 0.4rem;
	font-size: 14px;
}

.btn-outline-dark {
	color: #212529;
	background-color: #ffffff;
	border-color: #dddddd;
}

.btn-outline-dark:hover {
	color: #212529;
	background-color: #dddddd;
	border-color: #dddddd;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	background-color: rgb(221 221 221 / 58%);
	border-color: #dddddd;
}

.text-primary-blue {
	color: #0A043C !important;
}

.text-figure {
	font-size: 12px;
	margin-top: 0.5rem;
}

.box-2 {
	border: 1px solid #EFEFEF;
	border-radius: 20px;
	padding: 1rem 1rem 0rem 1rem;
}

.icon-q {
	color: #041bbc;
	background-color: rgb(4 106 243 / 21%);
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50px;
	padding-top: 0.19rem;
}

.pagination-link {
	color: #6e6b7b;
	background-color: #fff;
	border-radius: 20px;
	line-height: 1;
}

.page-item:last-child .page-link {
	border-radius: 50px !important;
}

.page-item.active .page-link {
	z-index: 3;
	color: #0A043C;
	background-color: #f5f5f5;
	border-color: transparent;
}

.box-pagination {
	background-color: #ffffff;
	padding: 0.5rem;
	border-radius: 20px;
}

.form-control {
	border: 1px solid #eaeaea;
}

.dropdown-filtro {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #333333;
}

.dropdown-content-filtro {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	overflow: hidden;
	border: 1px solid #ddd;
	z-index: 1;
}

.dropdown-content-filtro a {
	color: #000000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-filtro a:hover {
	background-color: #ddd;
}

.show-filtro {
	display: block;
	margin-top: 0.5rem;
}

.content-1 {
	background: #ffffff;
	padding-left: 2rem;
}

.form-inline-2 {
	color: #333333;
}

.tab-content {
	padding-left: 0.8rem;
}

@media (min-width:768px) {
	.bg-login {
		height: 409px;
	}
}

.bg-login {
	background-image: url(../img/login-suporte.jpg);
	-webkit-background-image: url(../img/agua-sem-algas.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-dash-globe {
	background: #fff;
	color: #00b3ea;
	padding: 0.3rem;
	font-size: 15px;
	border: 2px solid rgb(58 87 232 / 45%);
	border-radius: 100px;
	vertical-align: text-bottom;
}

.text-white-light {
	color: #ffffff;
}

.bg-brasil {
	background-image: url(../img/brasil.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 99%;
	border: 1px solid transparent !important;
}

.container-bg {
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 15rem;
	margin-top: -1rem;
}

.tab-2 .tab-b-2 {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	color: #6E6B7B;
	font-weight: 500;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 33%;
	border-bottom: 3px solid #D9D9D9;
}

.input-gt {
	color: #00b3ea;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
}

.btn-link-2 {
	margin-top: 0.45rem;
	border-left: 1px solid #14223B;
	padding-left: 1rem;
	font-size: 14px;
}

.btn-link-2:hover {
	color: #00b3ea !important;
}

.form-control {
	font-size: 14px;
}

.box-card-2 {
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 15px;
	background-color: #ffffff;
}

.icon-blue {
	color: #00b3ea;
	vertical-align: middle;
}

.blue {
	color: #00b3ea;
	vertical-align: middle;
}

@media (min-width:768px) {
	.sobrepor {
		margin-top: -13rem !important;
		background-position: 100% 73% !important;
	}
}

.sobrepor {
	margin-top: -4rem;
}

.box-0 {
	border: 1px solid #EFEFEF;
	border-radius: 20px 20px 0px 0px;
	padding-left: 1rem;
	vertical-align: middle;

}

.box-01 {
	border: 1px solid #EFEFEF;
	border-radius: 0px 0px 0px 20px;
	padding: 1rem;

}

.box-02 {
	border: 1px solid #EFEFEF;
	border-radius: 0px 0px 20px 0px;
	padding: 1rem;

}

@media (max-width:600px) {
	.box-01 {
		border: 1px solid #EFEFEF;
		border-radius: 0px 0px 0px 0px;
		padding: 1rem;

	}

	.box-02 {
		border: 1px solid #EFEFEF;
		border-radius: 0px 0px 20px 20px;
		padding: 1rem;

	}

	.tab-2 .tab-b-2 {
		width: 50%;
	}

	.sobrepor {
		margin-top: -4rem;
	}
}



.t-resp {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.text-tb-pesquisa {
	margin-left: 1rem;
	margin-right: 1rem;
	font-weight: 500;
}

.row-pagination {
	background-color: #EAEAEA;
	padding-top: 0.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 0px 0px 15px 15px;
}

.row-pagination-2 {
	background-color: #EAEAEA;
	padding-top: 0.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	border-radius: 15px;
}

.font-ip {
	font-size: 15px;
	vertical-align: middle;
}

/* - Início Planos -- */

.icon-grid {
	background: #fff;
	color: #9592A6;
	padding: 0.4rem;
	font-size: 24px;
	border-radius: 100px;
}

.content-card {
	margin-right: 1.5rem;
}

.content-card-white {
	background-color: #ffffff;
	border-radius: 15px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.content-card-blue {
	background-color: #00b3ea;
	border-radius: 15px;
	padding: 1.6rem;
}

.content-card-blue p,
h5 {
	color: #ffffff;
}

.carousel {
	margin: 0px auto;
	padding: 0px;
}

.carousel p {
	color: #6E6B7B;
	font-size: 14px;
}

.carousel .item {
	overflow: hidden;
	min-height: 120px;
}

.carousel .media img {
	width: 80px;
	height: 80px;
	display: block;
}

.carousel .testimonial {
	padding: 10px;
	position: relative;
}

.carousel .overview b {
	color: #0A043C;
	font-weight: 600;
}

.carousel .carousel-indicators {
	bottom: 2px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.carousel .carousel-indicators {
		bottom: -9px;
	}

	.content-ips {
		padding: 1rem 0.5rem !important;
	}

	.content-card-white,
	.content-card-blue {
		min-height: 265px;
	}

}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 1px 3px;
}

.carousel-indicators li {
	background: rgb(58 87 232 / 30%);
	border: 0px solid rgb(58 87 232 / 30%);
}

.carousel-indicators li.active {
	color: #fff;
	background: #00b3ea;
	border: 1px;
}

@media (max-width: 600px) {
	.center {
		text-align: center;
	}

	.carousel .carousel-indicators {
		bottom: -10px;
	}

	.mt3-m {
		margin-top: 1rem;
	}

	.content-ips {
		padding: 2rem 1rem !important;
		min-height: 100% !important;
		max-height: 100% !important;
	}

	.content-value {
		width: 90% !important;
	}

	.content-card {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

}

.content-ips {
	border: 5px solid #C1CBFB;
	padding: 2rem 4rem;
	border-radius: 15px;
	min-height: 91%;
	max-height: 91%;
}

.content-value {
	background-color: #E0E5FD;
	padding: 0.2rem;
	border-radius: 5px;
	width: 70%;
	margin: 0 auto;
}

.tooltip {
	margin-top: -4.5rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #00b3ea;
}

.tooltip .tooltip-inner {
	background-color: #00b3ea;
}

.btn-success {
	color: #fff;
	background-color: #6dd477;
	border-color: #6dd477;
}


.border-control {
	border: 3px solid #e0e5fd;
	border-radius: 10px;
	color: #00b3ea;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}

.container-igual {
	position: relative;
}

.icon-igual {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-45%, -50%);
	-ms-transform: translate(-45%, -50%);
	text-align: center;
}

.card-shadow {
	box-shadow: 1px 7px 10px #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 15px;
}

.btn-warning {
	color: #000000 !important;
	background-color: #ffe400;
	border-color: #ffe400;
}

/* Aprenda mais */

.bg-search {
	background-image: url(../img/bx-search.png);
	background-repeat: no-repeat;
	background-size: 6%;
	background-position: 99%;
	border: 2px solid #d4d7e5c7 !important;
}

.bg-user {
	background-image: url(../img/bx-user.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 1%;
	border: 2px solid #d4d7e5c7 !important;
}

.bg-email {
	background-image: url(../img/bx-envelope.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: 1%;
	border: 2px solid #d4d7e5c7 !important;
}

.b-select {
	border: 2px solid #d4d7e5c7 !important;
}

@media (max-width: 600px) {
	.card-link {
		font-size: 12px;
	}
}

.card-link {
	color: #9397AD;
}

.card-link:hover {
	color: #00b3ea;
}

.linha-card {
	margin-top: 0rem;
	margin-bottom: 0rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.content-aprender {
	padding-left: 1rem;
	padding-right: 1rem;
}

.rounded-lg {
	border-radius: 15px !important;
}

.card-img-top-1 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.bg-form {
	background-color: #F3F6FF;
}

.bg-form-intro {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 2rem 2rem 4rem 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.check-l {
	color: #585C7B !important;
}


.content-player {
	position: relative;
}

.image-player {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: .5s ease;
	border-radius: 15px 15px 0px 0px
}

.player {
	background: #ffffff;
	color: #000000;
	padding: 0.4rem;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100px;
}

.text-player {
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.card-title a {
	color: inherit;
}

.card-title a:hover {
	color: #00b3ea;
}

label {
	color: #131022;
	font-weight: 600;
	margin-top: 1rem;
}

/* detalhe do artigo */
.icon-arrow {
	color: #0A043C;
	font-size: 30px;
}

.btn-outline-info {
	color: #00b3ea;
	border-color: transparent;
	background-color: rgba(99, 102, 241, 0.12);
	font-weight: 500;
	font-size: 14px;
}

.btn-outline-info:hover {
	color: #333333;
	border-color: transparent;
	background-color: rgba(99, 102, 241, 0.12);
}

.badge-primary {
	color: #fff;
	background-color: #00b3ea;
}

.btn-outline-secondary {
	color: #3e4265;
	border-color: #e2e5f1;
}

.btn-outline-secondary:hover {
	color: #3e4265;
	border-color: #e2e5f1;
	background-color: #dddddd;
}

.bg-social {
	background-color: #EFF2FC;
	color: #3E4265;
	padding: 1rem;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
}

.bg-social:hover {
	background-color: #d3dbf3;
}

.bg-insta {
	background-color: #00b3ea;
	color: #ffffff;
	padding: 1rem;
	font-size: 17px;
	border-radius: 5px;
	cursor: pointer;
}

.bg-insta:hover {
	background-color: #00b3ea;
}

.l-item-1 {
	border-left: 1px solid #dddddd !important;
}


.img-video-artigo {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 15px;
}

.artigo h4,
h5,
h6 {
	color: #131022;
	font-weight: 500;
}

.artigo p {
	font-size: 15px;
}

.text-dark {
	color: #131022;
}

.icon-responder {
	color: #3E4265;
	font-size: 15px;
	font-weight: 600;
}

.selecao {
	border-left: 2px solid rgb(99 102 241 / 49%);
	padding-left: 2rem;
}

.selecao span {
	color: #6366F1;
	font-weight: 600;
}

@media (min-width:1200px) {
	.t-center {
		text-align: center;

	}
}

.modal-content {
	background-color: rgb(11 11 12 / 29%);
}

.bol {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.preloader {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: 40%;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	width: 10%;
}


@media(max-width:768px) {
	.preloader img {
		position: absolute;
		top: 40%;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
	}
}
