@font-face {
	font-family: 'Poppins-Regular';
	src: url(../fonts/Poppins-Regular.ttf);
	font-weight: normal;

}

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url(../fonts/Poppins-Medium.ttf);
	font-weight: normal;

}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url(../fonts/Poppins-SemiBold.ttf);
	font-weight: normal;

}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.container-menu {
	display: none;
}

.box-text-descri p {
	font-size: 1rem;
}

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

.color-text-span {
	color: #f1a104;
}

.icone-color {
	color: #f1a104;
}

.img-icone {
	width: 1.3rem;
}

.container-box-text {
	width: 90%;
}

.card-person {
	height: 100%;
	width: 22% !important;
	border-radius: 27px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-right: 50px !important;
}

hr {
	width: 98%;
}

.btn-link a {
	font-size: 0.82rem;
	text-decoration: none;
	color: #0d4da4 !important;
	line-height: 21px;
}

.bg-nunber {
	background-color: #f1a104;
}

.btn-link a :hover {
	color: #f1a104;
	text-decoration: none;



}


.card-header {
	color: inherit;
	border-bottom: none !important;
}

.box-titulo a {
	color: #495057 !important;
	text-transform: none;
	text-decoration: none !important;
}

.box-titulo {
	border-left: 4px solid #8ab67b;
}

.text-publi {
	font-size: 0.80rem !important;
	line-height: 12px;
	color: #0d4da4;
}

#box-card-hover :hover {
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.text-data {
	font-size: 13px;
	color: #49505799;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
}

.box-info {
	margin-left: 40px;
}

.font-titulo {
	font-size: 28px;
	font-family: 'Poppins', sans-serif !important;
}

.text-sub-titulo {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #49505799;
}

.text-descri {
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px;
	color: #49505799;
}

.color-bg-blue {
	background-color: #0d6efd !important;
	border-radius: 10px;
	color: white !important;
}

.img-banner-desc {
	width: 70%;
}

.box-btn-links {
	display: none;
}

.btn-cursom-modelo3 {
	padding: 0.25rem 0.5rem !important;
	font-size: 0.8rem !important;
	border-radius: 30%;
}

.btn-person {
	color: #004498 !important;
	border-color: #004498 !important;
}

.text-veja {
	color: #004498 !important;
}

@media (width:768px) {
	#device {
		display: block !important;
	}
	#menu_1 {
		display: none !important;
	}
	.box-btn-links {
		display: none !important;
	}
	.desktop {
		display: block !important;
	}
	.mobile {
		display: none !important;
	}
	.box-text-descri {
		margin-top: 0% !important;
		padding: 0 !important;
	}
}

@media (max-width:768px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.box-text-descri {
		margin-top: 10%;
		padding: 0 !important;
	}
	.img-banner-desc {
		width: 100%;
	}
	.img-benner {
		width: 100%;
		height: auto;
	}
	.text-publi {
		font-size: 0.68rem !important;
		line-height: 12px;
		color: #0d4da4;
		text-wrap: nowrap;
	}
	.titulo-info {
		font-size: 1.5rem;
	}
	.container-box-text {
		width: 100%;
	}
	.container-menu {
		display: block !important;
	}
	.box-btn-links {
		display: block;
		margin-left: 6%;
		margin-top: 6%;
		margin-bottom: 10% !important;
	}
}

@media (max-width:576px) {
	.card-person {
		width: 100% !important;
		border-radius: 27px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}

	.box-info {
		margin-left: 0px;
		margin-top: 35px;
	}
}