.box-shadow-none {
	box-shadow: 0 0 0 0 !important;
}

.bg-primary {
	background-color: #AA1F4B !important;
}

.bg-secondary {
	background-color: #6C163A !important;
}

.bg-dark {
	background-color: #3C0C20 !important;
}

.bg-darker {
	background-color: #26000E !important;
}

.bg-darkest {
	background-color: #190010 !important;
}

.bg-soft {
	background-color: #f9d2e2 !important;
}

.bg-light {
	background-color: #f7f3f4 !important;
}
.text-primary {
	color: #190010 !important;
}

.text-secondary {
	color: #AA1F4B !important
}



.btn-secondary {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #AA1F4B;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	background-color: #AA1F4B;
	-moz-box-shadow: 0 5px 16px 0 rgba(235, 54, 86, .65);
	border-radius: 10px;
	/* max-width: 100%; */
}

.btn-secondary:hover {
	color: #fff;
	background-color: #aa1f4b !important;
	border-color: #aa1f4b !important;
}

.btn-secondary:focus {
	color: #fff;
	background-color: #AA1F4B !important;
	border-color: #AA1F4B !important;
	box-shadow: 0 0 0 0.2rem rgb(246 18 77 / 50%);
}

.btn-primary {
	color: #fff;
	background-color: #AA1F4B !important;
	border-color: #AA1F4B !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #aa1f4b !important;
	border-color: #aa1f4b !important;
}

.btn-primary:focus {
	color: #fff;
	background-color: #aa1f4b !important;
	border-color: #aa1f4b !important;
	box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
}

.bg-pattern.pattern-8:before {
	background: url(../image/patterns/pattern-8.png) no-repeat left bottom;
	background-size: contain;
}

a.tip {
	position: relative;
	width: 36px;
	height: 39px;
	left: 50%;
	margin-left: -28px;
	top: -20px;
	display: block;
	background: url(../image/icones/mouse-icon.PNG);
	background-size: cover;
	z-index: 3;
	animation: setinhaAnim 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes setinhaAnim {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, 15px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}


/* navbar  */

.navbar {
	z-index: 5;
	width: 100%;
	transition: all .3s linear;
	background: #ffffff;
	background: #fff;
	position: fixed;
	z-index: 999;
	margin: 0 auto;
	border: none;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: sticky-animation;
	animation-name: sticky-animation;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 16px 20px;
}

.navbar .nav-link {
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 500;
	z-index: 1;
	position: relative;
	color: #101010 !important;
}

.navbar .navbar-brand {
	width: 140px;
	padding: 0;
}

.navbar .navbar-brand img {
	width: 160px;
}

.navbar-home {
	background-color: transparent;
	box-shadow: none;
}

.navbar-home .nav-link {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}

.navbar-home .nav-link.active {
	color: #fff;
}

.navbar-home .nav-link:hover {
	color: #fff;
}

.navbar-home .navbar-brand {
	width: 120px;
}

.navbar-home .navbar-brand img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.navbar-home.scrolled {
	z-index: 5;
	width: 100%;
	transition: all .3s linear;
	background: #195eb2;
}

.navbar-home.scrolled .nav-link {
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	color: #fff;
}

.navbar-home.scrolled .navbar-brand {
	width: 120px;
}

.navbar-home.scrolled .navbar-brand img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.navbar-dark .navbar-nav .nav-link {
	color: #101010;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ff6131;
}

.nav-filter {
	/* background: #ebedf6; */
}

.nav-filter-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .5rem;
	padding-bottom: 0.5rem;
}

.nav-filter-label {
	margin: 0;
	margin-right: 1rem;
	color: #111;
	font-size: .875rem;
	font-weight: 600;
}

.nav-filter-link {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #151c39;
	font-size: .875rem;
	background-color: #d8dae4;
	border-radius: 5px;
	margin: 3px 0;
	padding: .425rem .9375rem;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	overflow: hidden;
	text-align: center;
	margin-right: .5rem;
	font-weight: 800;
}

.nav-filter-link.active,
.nav-filter-link:hover,
.nav-filter-link:focus,
.nav-filter-link:active {
	color: #fff;
	background-color: #fff;
	border: 1px solid #c7c7c7;
}

@media (max-width: 480px) {
	.nav-filter {
		padding-top: 0;
	}
	.nav-filter .nav {
		display: flex;
		/* flex-direction: column; */
	}
	.nav-filter-item {
		justify-content: start;
		padding: 0;
	}
	.nav-filter-label {
		margin: 0;
		line-height: 3;
		align-items: flex-start;
	}
	.nav-filter-link {
		width: 100%;
	}
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: rgb(255, 102, 203);
}

.nav-item-social {
	margin-left: 20px;
}

@media (max-width: 991px) {
	.nav-item-social {
		display: none !important;
	}
}

.nav-item-social-link {
	margin: 0 5px;
	padding: 0 5px;
	display: inline-block;
	color: #101010;
	border: 1px solid #cccccc;
	width: 32px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	height: 32px;
	line-height: 29px;
	padding: 8px;
}

.nav-item-social-link:hover {
	color: #fff;
	background: #AA1F4B;
	border-color: #AA1F4B;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #c01e2d;
}


/* ------------------------------------
    20. Partner Section CSS
---------------------------------------*/

.rs-partner .partner-item a img {
	max-width: 163px;
	margin: 0 auto;
}

.rs-partner.style2 .partner-item a img {
	max-width: 100px;
	margin: 0 auto;
}

.rs-carousel.nav-style1 {
	position: relative;
}

.rs-carousel.nav-style1 .owl-nav {
	display: block;
}

.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	background: #AA1F4B;
	text-align: center;
	color: #ffffff;
	transition: all 0.5s;
	transition-delay: 0.70s;
	opacity: 0;
	visibility: hidden;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
	content: "\f138";
	font-family: Flaticon;
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
	right: 30px;
	left: unset;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
	content: "\f137";
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
	left: -50px;
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
	right: -50px;
	left: unset;
}

.rs-carousel.nav-style2 {
	position: relative;
}

.rs-carousel.nav-style2 .owl-nav {
	display: block;
	position: absolute;
	top: -80px;
	right: 0;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
	display: inline-block;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
	transition: all 0.3s ease;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
	font-family: Flaticon;
	font-size: 22px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
	color: #AA1F4B;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
	content: "\f134";
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
	content: "/";
	padding: 0 5px 0 5px;
	position: relative;
	top: -3px;
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
	content: "\f133";
}

.rs-carousel.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
	color: #AA1F4B;
}

.rs-carousel .owl-dots {
	text-align: center;
	margin: 40px auto 0;
	line-height: 15px;
	display: block;
}

.rs-carousel .owl-dots .owl-dot {
	width: 30px;
	height: 10px;
	display: inline-block;
	margin: 0 6px;
	padding: 3px 0;
	border-radius: 30px;
	border: 1px solid #AA1F4B;
	background: transparent;
	opacity: 0.7;
	cursor: pointer;
}

.rs-carousel .owl-dots .owl-dot:hover {
	background: #AA1F4B;
}

.rs-carousel .owl-dots .active {
	background: #AA1F4B;
	opacity: 1;
}

.owl-carousel .owl-item img {
	width: auto;
}


/* Blog */

.podcasts {
	background-color: #ececec;
	padding-bottom: 4rem;
	margin-top: 4rem;
}

.newsletter {
	background-color: #2d2d2d;
	background: url("http://localhost/wordpress-podcastmano/wp-content/themes/perraps/img/unsplash-bg.jpg");
	background-position: center;
	background-size: cover;
	height: 150px;
}

.newsletter-title {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 768px) {
	.newsletter-title {
		font-size: 1rem;
	}
}

.form-row {
	display: grid;
	grid-template-columns: 3fr 1fr;
	align-items: center;
}

.form-control {
	border-radius: 0;
}

.footer {
	padding-top: 45px;
	padding-bottom: 45px;
	color: #fff;
	background: #000;
	font-family: "Open-sans", sans-serif;
}

ul {
	padding: 0 !important;
	margin: 0 !important;
}

li {
	/* list-style: none !important; */
}

.footer-copy {
	background: #222222;
}

.footer-copy p {
	color: #fff;
	font-family: "Open-sans", sans-serif;
	font-size: 10px;
	padding: 14.5px 0;
}

.post-area {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	grid-gap: 30px;
}

.post-card__wrapper--large {
	grid-column: 1/4;
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-gap: 30px;
}

@media only screen and (max-width: 667px) {
	.post-card__wrapper--large {
		grid-template-columns: 1fr;
		grid-column: 1;
	}
}

.post-card__wrapper--large .post-card__thumbnail,
.post-card__wrapper--small .post-card__thumbnail {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: calc(100% + .49px);
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 0;
}

.post-card__wrapper--large .post-card__thumbnail:active,
.post-card__wrapper--large .post-card__thumbnail:focus,
.post-card__wrapper--large .post-card__thumbnail:hover,
.post-card__wrapper--small .post-card__thumbnail:active,
.post-card__wrapper--small .post-card__thumbnail:focus,
.post-card__wrapper--small .post-card__thumbnail:hover {
	opacity: .75;
	-webkit-transition: all .5s;
	transition: all 0.5s;
}

.post-card__wrapper--large .post-card__thumbnail {
	height: 320px;
	background-color: #ccc;
	background-position: center;
}

@media (min-width: 992px) {
	.post-card__wrapper--large .post-card__thumbnail {
		height: 375px;
	}
}

@media only screen and (max-width: 667px) {
	.post-card__wrapper--large .post-card__thumbnail {
		height: 190px;
	}
}

.post-card__wrapper--large .post-card__categories {
	font-family: "Circular Std", sans-serif;
	font-size: 15px;
	color: #7f7f7f;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
}

.post-card__wrapper--large .post-card__categories>a {
	color: #7f7f7f;
	letter-spacing: -0.2;
	font-size: 1.0625rem;
	letter-spacing: -0.2px;
	line-height: 1.71;
}

.post-card__wrapper--large .post-card__categories>a:active,
.post-card__wrapper--large .post-card__categories>a:focus,
.post-card__wrapper--large .post-card__categories>a:hover {
	color: #AA1F4B;
	-webkit-transition: all .3s;
	transition: all 0.3s;
}

.post-card__wrapper--large .post-card__title {
	clear: both;
	margin-bottom: 10px;
}

.post-card__wrapper--large .post-card__title>a {
	font-family: "Circular Std", sans-serif;
	color: #1d1d1d;
	line-height: 1;
}

.post-card__wrapper--large .post-card__title>a:active,
.post-card__wrapper--large .post-card__title>a:focus,
.post-card__wrapper--large .post-card__title>a:hover {
	color: #AA1F4B;
	-webkit-transition: all .3s;
	transition: all 0.3s;
}

.post-card__wrapper--large .post-card__text {
	font-family: "Circular Std", sans-serif;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.25;
	font-size: 1.1875rem;
	letter-spacing: -0.2px;
}

@media (max-width: 991px) {
	.post-card__wrapper--large .post-card__text {
		margin-top: 25px;
	}
}

.post-card__wrapper--small .post-card__thumbnail {
	position: relative;
	padding: 15px;
	height: 200px;
	background-color: #ccc;
	background-position: center;
}

.post-card__wrapper--small .post-card__title {
	font-family: "Circular Std", sans-serif;
	margin-top: 15px;
}

.post-card__wrapper--small .post-card__title:hover {
	color: #AA1F4B;
}

.post-card__wrapper--small .post-card__categories {
	font-family: "Circular Std", sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
}

.post-card__wrapper--small .post-card__categories {
	font-family: "Circular Std", sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.2;
}

.post-card__wrapper--small .post-card__date {
	font-family: "Circular Std", sans-serif;
	font-size: 12px;
	color: #fff;
}

.post-card__wrapper--small .post-card__info-container {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post-category {
	color: #999;
}
.post-title {
	font-size: 36px;
	font-weight: 700;
	margin-top: 1.5rem;
	font-family: "Circular Std", sans-serif;
	color: #333;
}
.leia-tambem {
	font-family: "Circular Std", sans-serif;
	color: #333;
	font-weight: 600;
}
.card {
	background: transparent;
	cursor: pointer;
	transition: all ease 0.5s;
}
.card-header-parent {
	height: 230px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 5px;
}
.card-header {
	background-position: 50% 50% !important;
	background-size: cover !important;
	height: 230px;
	border: none;
}
.card-header-parent:hover .card-header,
.card-header-parent:focus .card-header,
.card:hover .card-header {
	transform: scale(1.05);
}
.card-body {}
.card-title {
	color: #fff;
	font-family: "Circular Std", sans-serif;
	font-weight: 700;
	margin-top: 10px;
}
.cat-links a {
	border-radius: 5px;
	color: #fff;
	background: #AA1F4B;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: "Open-sans", sans-serif;
}
.card {
	width: 100%;
}
.form-control {
	border-radius: 0;
	border: 1px solid #dcdcdc !important;
}
.footer {
	padding-top: 45px;
	padding-bottom: 45px;
	color: #fff;
	background: #000;
	font-family: "Open-sans", sans-serif;
}
ul {
	padding: 0 !important;
	margin: 0 !important;
}
.footer-copy {
	background: #222222;
}
.footer-copy p {
	color: #fff;
	font-family: "Open-sans", sans-serif;
	font-size: 10px;
	padding: 14.5px 0;
}
.card-header-parent {
	height: 230px;
	overflow: hidden;
	background-color: #101010;
}
.card-header:first-child {
	border-radius: 0 !important;
}
.card-header {
	height: 230px;
	width: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease;
	border-radius: 0;
}
.card-header-parent:hover .card-header,
.card-header-parent:focus .card-header,
.card:hover .card-header {
	transform: scale(1.05) !important;
}
#shares {
	position: fixed;
	left: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.shares-left {
	transition: opacity 0.5s ease-in-out;
}
.social-icons-share {
	color: white;
	font-size: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 0;
	border-radius: 3px;
}
.social-icons-share.fa-facebook {
	background: #3b5998;
}
.social-icons-share.fa-twitter {
	background: #00aced;
}
.shares-left a {
	text-decoration: none;
}
.post-thumb {
	margin-top: 0;
	width: 100%;
	max-width: 100%;
	background-size: cover;
	background-position: center;
	max-height: 380px;
}
.post-thumb>img {
	visibility: hidden;
}

/*
.nav-filter {
  padding-top: 0px;
  background: #00758d;
} */
.nav-filter-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .5rem;
	padding-bottom: 0.5rem;
}
.nav-filter-label {
	margin: 0;
	margin-right: 1rem;
	/* color:#fff; */

	font-size: .875rem;
	font-weight: 600;
}
.nav-filter-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: .875rem;
	border-radius: 5px;
	margin: 3px 0;
	padding: .425rem .9375rem;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	overflow: hidden;
	text-align: center;
	margin-right: .5rem;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	box-shadow: 2px 3px 5px rgb(33 33 33 / 5%);
}
.nav-filter-link:hover,
.nav-filter-link:focus,
.nav-filter-link:active {
	background-color: #f1f1f1;
	color: #fff;
	box-shadow: none;
}
.nav-filter-link.active {
	background-color: #f1f1f1;
	border: 1px solid #c7c7c7;
}
@media (max-width: 480px) {
	.nav-filter {
		padding-top: 0;
	}

	.nav-filter .nav {
		margin: 20px 0 30px;
	}

	.nav-filter-item {
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-filter-label {
		line-height: 3;
	}
}
@media (max-width: 480px) {
	.nav-filter {
		padding-top: 0;
	}

	.nav-filter .nav {
		display: flex;
	}

	.nav-filter-item {
		justify-content: start;
		/* padding:0; */
		width: 50%;
	}

	.nav-filter-label {
		margin: 0;
		line-height: 3;
		align-items: flex-start;
	}

	.nav-filter-link {
		width: 100%;
	}

	.nav-filter-link p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

a {
	text-decoration: none;
	color: #161c2d;
}
a:hover {
	text-decoration: none;
	color: #AA1F4B;
}

@media (max-width: 480px) {
	.nav-filter-link {
		width: 100%;
	}
}

/* Barra Superior Materiais  */
.top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top .left .title {
	padding-right: 40px;
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.top .left .title:after {
	content: '';
	position: absolute;
	height: 24px;
	width: 1px;
	background-color: #DCDCDC;
	right: 0;
}
.top .left img {
	margin-right: 27px;
}
.top .left h2 {
	letter-spacing: -0.02em;
}
.top .left p {
	line-height: 155%;
}
.top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
}
.top .left .title {
	padding-right: 40px;
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	justify-content: center;
}
.top .left .title:after {
	content: '';
	position: absolute;
	height: 24px;
	width: 1px;
	background-color: #DCDCDC;
	right: 0;
	display: none;
}
.top .left img {
	margin-right: 27px;
	display: flex;
	margin-bottom: 7px;
	width: 40px;
}
.top .left h2 {
	letter-spacing: -0.02em;
	margin: 0;
}
.top .left p {
	line-height: 155%;
	margin: 0;
}
@media (max-width: 993px) {
	.top {
		flex-direction: column;
	}
	.top .left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top .left .title {
		margin-bottom: 0;
		padding-right: 0;
		margin-right: 0;
	}
	.top .left .title:after {
		display: none;
	}
}

/* CTA Material Destaque Blog */
.subscribe-now {
	padding-bottom: 3.75rem;
}
@media only screen and (min-width:62em) {
	.subscribe-now {
		padding-top: 3.75rem;
	}
}
.subscribe-now-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.875rem 1.875rem 0;
	background-color: #3C0C20;
	width: 100%;
}
@media only screen and (min-width:48em) {
	.subscribe-now-container {
		padding: 3.125rem 3.125rem 0;
	}
}
@media only screen and (min-width:62em) {
	.subscribe-now-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 3.125rem;
	}
}
.subscribe-now-content {
	max-width: 100%;
	width: 23.4375rem;
	margin-bottom: 1.875rem;
}
@media only screen and (min-width:48em) {
	.subscribe-now-content {
		width: 31.25rem;
		margin-bottom: 0;
	}
}
@media only screen and (min-width:62em) {
	.subscribe-now-content {
		width: 23.4375rem;
		margin: 2.8125rem 0 3.4375rem;
	}
}
@media only screen and (min-width:75em) {
	.subscribe-now-content {
		width: 31.25rem;
		margin: 2.1875rem 0 2.8125rem;
	}
}
.subscribe-now__text {
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.25rem;
}
@media only screen and (min-width:48em) {
	.subscribe-now__text {
		font-size: 1.5rem;
	}
}
@media only screen and (min-width:62em) {
	.subscribe-now__text {
		font-size: 1.125rem;
	}
}
@media only screen and (min-width:75em) {
	.subscribe-now__text {
		font-size: 1.5rem;
	}
}
.subscribe-now__image {
	width: 21.25rem;
}
@media only screen and (min-width:48em) {
	.subscribe-now__image {
		width: auto;
		margin-top: -2.5rem;
		margin-left: 6.25rem;
	}
}
@media only screen and (min-width:62em) {
	.subscribe-now__image {
		margin-top: -1.9375rem;
		margin-left: 2.5rem;
	}
}
@media only screen and (min-width:75em) {
	.subscribe-now__image {
		margin-left: 5rem;
	}
}
/* Area de videos blog */
.card-video {
	background: transparent !important;
	border: none;
	margin-bottom: 20px;
}
.card-video .card-thumb {
	width: 100%;
	max-width: 100%;
	background-size: cover;
	background-position: center;
	max-height: 434px;
}
.card-video .card-thumb img {
	height: 220px;
	visibility: hidden;
}
.card-video .card-body {
	background: transparent;
	padding: 1rem 0.5rem 0;
}
.card-video .card-body h5 {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	transition: all ease 0.2s;
}
.card-video .card-text.small {
	color: #0088A4;
	font-size: 14px;
}
.card-video .card-thumb {
	width: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}
.card-video .card-thumb img {
	height: 180px;
	visibility: hidden;
}
.card-video .card-play-icon {
	position: absolute;
	width: 57px;
	height: 57px;
	top: 90px;
	left: 50%;
	transform: translate(-50%,
	-50%);
	-webkit-transform: translate(-50%,
	-50%);
	background-color: rgba(97,
	97,
	97,
	0.5);
	border: 0.05em solid #fff;
	border-radius: 100%;
	font-size: 48px;
	z-index: 1;
	-webkit-box-shadow: 0 0 0.15em rgba(0,
	0,
	0,
	0.4);
	box-shadow: 0 0 0.15em rgba(0,
	0,
	0,
	0.4);
}
.card-video .card-play-icon i {
	position: absolute;
	top: 50%;
	transform: translate(-50%,
	-50%);
	-webkit-transform: translate(-50%,
	-50%);
	font-size: 35%;
	color: #fff;
	text-align: center;
	left: 53%;
}

/*
  padding-top: calc(30px + 3em);
  margin-top: 2rem;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  max-height: 450px; */
/* img {
	visibility: hidden;
} */

.post-title {
	margin-bottom: 0;
	color: #AA1F4B;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.9px;
	line-height: 1.2;
}
.post-content dd a,
.post-content li a,
.post-content p a {
	color: #AA1F4B;
	transition: 0.2s;
	font-weight: 600;
}
.post-content dd a:focus,
.post-content dd a:hover,
.post-content li a:focus,
.post-content li a:hover,
.post-content p a:focus,
.post-content p a:hover {
	text-decoration: none;
	box-shadow: inset 0 -5px 0 rgba(124,
	141,
	191,
	0.7);
	transition: 0.2s;
}
.page figure img,
.post-content img {
	max-width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}
.post-content img.post-thumb {
	margin-top: 100px;
}
.post-meta {
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	color: #7786a0;
	display: flex;
	align-items: center;
}
.post-meta img {
	border-radius: 100%;
	height: 30px;
	width: 30px;
}
.post-meta li {
	font-size: 14px;
	line-height: 100%;
	color: #7786a0;
	vertical-align: middle;
	font-weight: 700;
}
.post-meta li:after {
	content: '';
	border-right: 1px solid #7786a0;
	margin: 0 0 0 13px;
}
.post-meta li:last-child::after {
	border: 0;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 0px;
	line-height: 30px;
}
.author-bio img {
	border-radius: 0.5rem;
}
.post-text a {
	font-weight: 600;
	text-decoration: underline;
}
post-text .post-category>span>a {
	text-decoration: none;
	font-weight: 400;
}
.post-author {
	display: inline-block;
	text-transform: none;
	color: #999;
	font-size: 14px;
	font-weight: 400;
}
.post-author img {
	width: 18%;
	float: left;
	height: auto;
	max-width: 45px;
	max-height: 45px;
	border-radius: 100%;
}
.post-author span {
	float: left;
	width: calc(100% - 25%);
	margin-left: 15px;
	font-size: 1rem;
}
.post-text a {
	color: #AA1F4B;
	word-wrap: break-word;
	font-weight: 600;
}
.post-author a {
	color: #AA1F4B;
	word-wrap: break-word;
	font-weight: 600;
}

@media (min-width: 576px) {
	.post-author span {
		font-size: 0.8rem;
	}
}

.post-content blockquote {
	padding: 20px 15px 20px 0 !important;
	margin-bottom: 30px !important;
	background-repeat: no-repeat;
	border-left: 8px solid #efefef !important;
	padding-left: 20px !important;
}
.sl .post-content blockquote {
	padding: 20px 15px 35px 20px !important;
	border: none !important;
	border-right: 8px solid #efefef !important;
}
.post-content blockquote p {
	color: rgba(0,0,0,0.64);
	margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 0 auto 18px;
	padding-top: 20px;
	font-size: 2em;
}
.post-content h1 {
	font-size: 2.1rem;
}
.post-content h2 {
	font-size: 1.8rem;
}
.post-content h3 {
	font-size: 1.35rem;
}
.post-content h4 {}
.post-content h5 {
	font-size: 1.2rem;
}
.post-content h6 {
	font-size: 1.1rem;
}
.post-content ol,
.post-content ul {
	margin: 25px auto;
	padding: 0;
	max-width: 730px;
	color: #424242;
	font-size: 20px;
	font-weight: 400;
}
.post-content li {
	padding: 0 0 15px;
	margin-left: 30px;
	line-height: 35px;
}
.post-content li:last-child {
	padding: 0;
}
.post-content ul li ol,
.post-content ul li ul {
	margin: 20px 0;
}
.post-content ul li ul li ol,
.post-content ul li ul li ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
.post-content ol li ol,
.post-content ol li ul {
	margin: 20px 0;
}
.post-content table {
	max-width: 730px;
	margin: 10px auto 20px;
	font-size: 16px;
}
.post-content table>tbody>tr>td,
.post-content table>tbody>tr>th,
.post-content table>tfoot>tr>td,
.post-content table>tfoot>tr>th,
.post-content table>thead>tr>td,
.post-content table>thead>tr>th {
	padding: 20px;
}
.post-content dl {
	max-width: 730px;
	margin: 0 auto;
	color: #424242;
	font-size: 20px;
	line-height: 35px;
}
.post-content dd {
	margin-bottom: 25px;
}
.post-content pre {
	margin: 0 auto 40px;
	max-width: 730px;
	padding: 30px;
	background: #f1f1f1;
	border-radius: 3px;
}
.post-content code {
	background: #f1f1f1;
	font-size: 16px;
	border-radius: 5px;
}
.post-content address {
	margin: 0 auto 40px;
	max-width: 730px;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
}
.post-content kbd {
	font-size: 16px;
}
.post-content .twitter-tweet {
	margin-left: auto;
	margin-right: auto;
	width: 730px !important;
}
.post-content .tags {
	margin: 38px auto 25px;
	max-width: 730px;
}
.post-content .tags a {
	display: inline-block;
	margin: 0 13px 15px 0;
	padding: 7px 17px;
	color: #6d6d6d;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	transition: 0.3s;
	background: #efeeee;
	border-radius: 4px;
}
.post-content .tags a:focus,
.post-content .tags a:hover {
	background-color: #dcdbdb;
	text-decoration: none;
	transition: 0.3s;
}
.post-content p {
	line-height: 1.4;
}
#share-box {
	overflow: hidden;
	margin: 15px 0 20px
}
.item-share {
	overflow: hidden;
	margin: auto;
	padding: 0;
	text-align: center;
}
.item-share a {
	float: center;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0;
	border-radius: 17px;
	box-sizing: border-box;
	border-bottom: px solid rgba(0,
	0,
	0,
	0.2)
}
.item-share a i {
	min-width: 34px;
	line-height: 34px;
}
.item-share a:hover {
	color: #fff
}
.item-share a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	padding: 0 14px 0 0;
}
.item-share .facebook {
	background-color: #314d91
}
.item-share .twitter {
	background-color: #07beed
}
.item-share .google {
	background-color: #dd4b38
}
.item-share .whatsapp {
	background-color: #00E676;
	margin-right: 0
}
.index-share {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	z-index: 9999999999;
	top: 20px;
	right: 0;
	text-align: center;
	opacity: 0;
	transition: all .3s;
}
.post:hover .index-share {
	opacity: 1;
	right: 20px
}
.index-share a {
	float: center;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0;
	border-radius: 14px;
	box-sizing: border-box;
	border-bottom: 2px solid rgba(0,
	0,
	0,
	0.2)
}
.index-share a i {
	min-width: 28px;
	line-height: 28px;
}
.index-share a:hover {
	color: #fff
}
.index-share .facebook {
	background-color: #314d91
}
.index-share .twitter {
	background-color: #07beed
}
.index-share .google {
	background-color: #dd4b38
}
.index-share .whatsapp {
	background-color: #00E676;
	margin-right: 0
}
@media screen and (max-width:920px) {
	.item-share a span {
		display: none
	}
}
hr.hr-blog {
	border-top: 1px solid #d8d8d8;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.sidebar {
	will-change: min-height;
}
.sidebar__inner {
	transform: translate(0,
	0);
	/* For browsers don't support translate3d. */
	transform: translate3d(0,
	0,
	0);
	will-change: position,
	transform;
}
.gr-abs-br-custom {
	position: absolute;
	bottom: -15px;
	right: -24px;
}
.gr-abs-br-custom img {
	width: 60px;
}
.s-categoria .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.s-categoria .top .left .title:after {
	display: none;
}
@media only screen and (max-width: 767px) {
	.pagination {
		padding-left: 0;
		padding-right: 0;
	}
}
.pagination {
	padding: 0 0 10px 0;
	margin: 0 auto;
}
.pagination a {
	float: left;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	background: transparent;
	transition: all .3s ease;
	border: 1px solid #eee;
	font-size: 18px;
	font-weight: 700;
	transition: all .3s ease;
	cursor: pointer;
	border-radius: 100%;
	margin-left: 5px;
	border: 2px solid #d7d9e0;
	color: #aaacb1;
}
.pagination a:hover {
	background: transparent;
	color: #AA1F4B;
}
.pagination .current {
	float: left;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	background: #c30e3d;
	color: #fff;
	transition: all .3s ease;
	border: 1px solid #eee;
	font-size: 18px;
	font-weight: 700;
	transition: all .3s ease;
	cursor: pointer;
	border-radius: 100%;
	margin-left: 5px;
}
.autor-box {
	background: #f4f7fa;
	padding: 10px;
	border-radius: 12px;
	width: 100%;
	display: flex;
}
.autor-author-box__image {
	flex-basis: 20%;
	display: flex;
	align-items: center;
}
.autor-author-box__timeline-wrapper {
	margin: 0 0 0 -25px;
	position: relative;
}
.autor-author-box__timeline-wrapper>.avatar {
	border-radius: 90px !important;
}
.autor-author-box__image-base {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.autor-author-box__content {
	flex-basis: 80%;
	margin: auto 0;
}
.autor-author-box__content-tag {
	color: #677389;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.autor-author-box__content-name {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #171923;
}
.autor-author-box__content-name:hover {
	color: #AA1F4B;
}
.autor-author-box__content-bio {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #4a5568;
}
.autor-author-box__content-icons {
	margin: 12px 0 0 0;
	display: flex;
}
.autor-author-box__content-tag {
	flex-basis: 100%;
}
@media only screen and (max-width:768px) {
	.autor-box {
		flex-wrap: wrap;
	}
	.autor-author-box__content,
	.autor-author-box__image {
		flex-basis: 100%;
		padding: 0 10px;
	}
	.autor-author-box__timeline-wrapper {
		margin: 0 auto 20px auto;
	}
}

.service-card {
	position: relative;
	top: -75px;
	padding: 15px 30px 30px;
}
.service-card .card-img {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
}
.card-testimonial--l4 {
	background:#fff;
	border:0;
	color:#262729;
	border-radius:15px;
	transition:0.4s;
	margin:0 20px;
}
@media (min-width: 576px) {
	.card-testimonial--l4 {
		margin:0 0;
		cursor: pointer;
	}
}
.card-testimonial--l4 .card-image {
	min-width:50px;
	max-width:50px;
	min-height:50px;
	max-height:50px;
	border-radius:500px;
	width:100%;
	margin-right:10px;
	margin-bottom:10px;
}
@media (min-width: 480px) {
	.card-testimonial--l4 .card-image {
		margin-bottom:0;
	}
}
.card-testimonial--l4 .card-image img {
	width:100%;
	border-radius: 100%;
}
.card-testimonial--l4 .card-icon {
	color: #AA1F4B;
	font-size:36px;
	font-weight:400;
	letter-spacing:normal;
	line-height:normal;
	transition:0.4s;
}
.card-testimonial--l4 .card-body {
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	position: inherit;
}
@media (min-width: 576px) {
	.card-testimonial--l4 .card-body {
		padding-top: 35px;
		padding-left: 35px;
		padding-right: 35px;
		padding-bottom: 35px;
	}
}
.card-testimonial--l4 .card-body__top {
	margin-bottom:20px;
}
.card-testimonial--l4 .card-body p {
	color:inherit;
	margin-bottom:0;
}
.card-testimonial--l4 .card-description {
	color:inherit;
	font-size: 20px;
	font-weight:400;
	line-height: 26px;
}
.card-testimonial--l4 .card-title {
	font-size:15px;
	font-weight:500;
	letter-spacing:normal;
	line-height:1.73333;
	color:#262729;
	margin-bottom:0;
	transition:0.4s;
}
.card-testimonial--l4 .card-text--ext {
	font-size:13px;
	font-weight:400;
	letter-spacing:normal;
	line-height:22px;
	color:rgba(38,
	39,
	41,
	0.7);
}
.card-testimonial--l4:hover {
	background-color: #AA1F4B;
	color:#fff;
}
.card-testimonial--l4:hover .card-title,
.card-testimonial--l4:hover .card-icon {
	color:#fff;
}
@media (min-width: 992px) {
	.card-testimonial--l4:hover {
		/* box-shadow: 0 23px 45px rgb(246 18 77 / 41%); */
	}
}
.testimonial-slider--inner-2 .card-testimonial--l4 {}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(17 27 64 / 36%);
}
.service-section .btn-secondary {
	position: relative;
	top: -30px;
}
.btn-nav {
	width: auto;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 15px;
	border-radius: 50px;
	margin-left: 10px;
}
iframe {
	border:0;
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto;
}
.modal {
	position:fixed;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	width:100%;
	height:100%;
	overflow:hidden;
	outline:0;
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:.5rem;
	pointer-events:none;
}
.modal.show .modal-dialog {
	transform:none;
}
.modal-dialog-centered {
	display:flex;
	align-items:center;
	min-height:calc(100% - 1rem);
}
.modal-content {
	position:relative;
	display:flex;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0,
	0,
	0,
	.2);
	border-radius:.3rem;
	outline:0;
}
.modal-header {
	display:flex;
	flex-shrink:0;
	align-items:center;
	justify-content:space-between;
	padding:1rem 1rem;
	border-bottom:1px solid #dee2e6;
	border-top-left-radius:calc(.3rem - 1px);
	border-top-right-radius:calc(.3rem - 1px);
}
.modal-header .btn-close {
	padding:.5rem .5rem;
	margin:-.5rem -.5rem -.5rem auto;
}
.modal-body {
	position:relative;
	flex:1 1 auto;
	padding:1rem;
}
@media (min-width:576px) {
	.modal-dialog {
		max-width:500px;
		margin:1.75rem auto;
	}
	.modal-dialog-centered {
		min-height:calc(100% - 3.5rem);
	}
}
.ratio {
	position:relative;
	width:100%;
}
.ratio::before {
	display:block;
	padding-top:var(--bs-aspect-ratio);
	content:"";
}
.ratio>* {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ratio-16x9 {
	--bs-aspect-ratio:calc(9 / 16 * 100%);
}
iframe {
	max-width:100%;
}
.modal-dialog {
	max-width:800px;
	margin:30px auto;
}
.modal-body {
	position:relative;
	padding:0px;
}

.single-product {
    transition: 0.4s;
}
.product-img img:hover {
	box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
}
.single-product a:hover h4{
  color:#AA1F4B;
      transition: 0.4s;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(246 18 77 / 50%);
}


.gr-hover-text-red:hover i,
.gr-hover-text-red:hover {
    color: #AA1F4B !important;
}

.btn-small {
  font-size: 16px;
  padding: 10px;
  line-height: 15px;
  padding: 10px;
}

.wp-first-item {
  background-color: #AA1F4B !important;
}
.prognroll-bar {
  top: 64px !important;
}

.search-form .input-group-append {
	margin-left: -1px;
  width: 50px;
}
.search-form .btn {
	min-width: 0 !important;
	color: #3C0C20;
	border-color: #3C0C20;
}

.search-form .btn:hover {
  color: #ffffff;
  border-color: #3C0C20;
  background: #3C0C20;
}

.search-form .form-control {
	border-color: #3C0C20;
}

.search-form .form-control:focus {
	    box-shadow: 0 0 0 0.2rem rgb(198 31 78 / 25%);
}
.btn-search{
    color: #3C0C20;
    border-color: #3C0C20;
    width: 120px;
    padding: 0;
}

.post-tags {
	list-style: none;
	padding: 0;
	margin: -8px 0 0 -4px;
	margin-bottom: 35px !important;
}

.post-tags li {
	display: inline-block;
    margin: 8px 0 0 4px;
}

.post-tags li a {
	background: #f4f7fa;
	border-radius: 3px;
	border-bottom: none;
	color: #161c2d;
	display: inline-block;
	font-size: 0.875em;
	font-weight: 300;
	padding: 6px 18px 5px;
}

.post-tags li a:hover {
	background: #AA1F4B;
	color: #fff;
}

.text-dark {
    color: #161c2d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #ff4076 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #AA1F4B;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(198 31 78 / 25%);
}

.widget-icon-consultoria {
	background-color: #87193c !important;
}

.border-dark {
	border-bottom: 1px solid #26000E !important;
}

.mt-30{margin-top:30px;}
.appie-single-service{padding: 0;background: transparent;border-radius:6px;transition:all linear 0.3s;}
@media only screen and (min-width: 992px) and (max-width: 1200px){
.appie-single-service{}
}
.appie-single-service .icon{display:inline-block;border-radius:20px;height:70px;width: 120px;text-align:center;line-height: 65px;background: #aa1f4b;box-shadow: none;position:relative;padding-top: 0;}
.appie-single-service .icon > span{position:absolute;right:-10px;top:-10px;height:30px;width:30px;background: #aa1f4b;border-radius:50%;border: 2px solid #190010;box-shadow:0px 3px 6px 0px rgba(14, 17, 51, 0.1);line-height:28px;color:#fff;font-family: 'Circular Std';}
.appie-single-service .icon>img {
	filter: brightness(0) invert(1);
	width: 28px;
}
.appie-single-service .appie-title{font-size:20px;font-weight:700;margin-top: 10px;padding-top: 10px;padding-bottom: 5px;}
.appie-single-service:hover{box-shadow:0px 40px 40px 0px rgba(14, 17, 51, 0.1);}
/* .appie-single-service.item-2 .icon{background:linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);}
.appie-single-service.item-2 .icon span{background:#f8452d;}
.appie-single-service.item-3 .icon{background:linear-gradient(135deg, #a0eac2 0%, #31c369 100%);}
.appie-single-service.item-3 .icon span{background:#31c369;}
.appie-single-service.item-4 .icon{background:linear-gradient(135deg, #d8aaff 0%, #9b2cfa 100%);}
.appie-single-service.item-4 .icon span{background:#9b2cfa;} */

.bg-gradient {
	background: linear-gradient(135deg, #3C0C20 0%, #AA1F4B 100%) !important;
}

.widget-icon-treinamento {
    background: linear-gradient( 135deg, #6C163A 0%, #AA1F4B  100%);
    box-shadow: none;
}

.bar {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 29%;
  transform: translateY(-50%);
  border-top: 2px dashed #AA1F4B;
  background-color: #190010;
  height: 4px;
}

.timeline-wrapper {
  position: relative;
}

.timeline-wrapper img {
  width: 50px;
}

@media (max-width: 769px) {
  .bar {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
  .bar:before {
    width: 1px;
    top: 0;
    bottom: 0;
    transform: none;
    height: 90%;
    border-top: 1px dashed #AA1F4B;
    background-color: #190010;
  }
  .timeline-wrapper {
    margin-bottom: 10px;
  }
}

.autor-box {
  background: #f4f7fa;
  padding: 10px;
  border-radius: 12px;
  width: 100%;
  display: flex;
}

.autor-author-box__image {
  flex-basis: 20%;
  display: flex;
  align-items: center;
}

.autor-author-box__image-wrapper {
  margin: 0 0 0 -25px;
  position: relative;
}

.autor-author-box__image-wrapper>.avatar {
  border-radius: 90px !important;
}

.autor-author-box__content {
  flex-basis: 80%;
  margin: auto 0;
}

.autor-author-box__content-tag {
  color: #677389;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.autor-author-box__content-name {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #171923;
}

.autor-author-box__content-name:hover {
  color: #00a284;
}

.autor-author-box__content-bio {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4a5568;
}

.autor-author-box__content-icons {
  margin: 12px 0 0;
  display: flex;
}

.autor-author-box__content-tag {
  flex-basis: 100%;
}

@media only screen and (max-width:768px) {
  .autor-box {
    flex-wrap: wrap;
  }

  .autor-author-box__content, .autor-author-box__image {
    flex-basis: 100%;
    padding: 0 10px;
  }

  .autor-author-box__image-wrapper {
    margin: 0 auto 20px;
  }
}

a {
	text-decoration: none !important;
}
.broken_link, a.broken_link {
  text-decoration: none !important;
}

.bg-pattern.pattern-7:before {
	background: url(../image/bg-shape.svg) no-repeat center !important;
	background-size: cover;
	opacity: 0.2;
	}

.btn-white {
    color: #190010;
}

.btn-white:hover {
    color: #190010;
    background: #fff;
}

.text-muted, .text-storm {
    color: #c0b1b5 !important;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ef89b49e;
}

.text-secondary {
	color: #AA1F4B !important;
}

.btn-link.with-icon, .btn-link.with-icon i {
    font-weight: 600;
}