body{ position: relative !important;}
.btn{ border-radius: 28px; padding: 10px 25px;}
input,select, textarea{ border-radius: 22px !important;}
.menu-logo a img {
	max-width: 205px;
	margin-top: -15px;
}

.menu-icon ul li {
	margin-right: 8px;
}

.menu-icon ul li:nth-child(2) {
	margin: 0;
}

.responsive-menu {
	display: none;
}

.header-menu {
	background: #fff;
	position: relative;
}

.header-menu.sticky-menu {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
	animation: header_sticky 1.1s;
}

@-webkit-keyframes header_sticky {
	0% {
		top: -250px;
	}

	100% {
		top: 0;
	}
}

@keyframes header_sticky {
	0% {
		top: -250px;
	}

	100% {
		top: 0;
	}
}

.logo a {
	display: inline-block;
}

.logo a img {
	max-width: 200px;
}

.main-menu ul {
	text-align: right;
	margin: 0;
	padding: 0;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {

	display: block;
	font-size: 19px;

	font-weight: 700;
	padding: 33px 13px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.main-menu ul li:hover>a {
	color: var(--red--2--color);
}

.main-menu li:last-child a {
	padding-right: 0px;
}

.main-menu li ul {
	background: #fff;
	border-top: 2px solid var(--red--2--color);
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 125px;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 350px;
	z-index: -1;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	padding: 0;
}

.main-menu li ul li a {
	color: var(--red--color);
}

.main-menu li li {
	display: block;
}

.main-menu li li a {
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 15px;
	text-transform: none;
	border-bottom: 1px solid #eee;
	color: var(--red--color)
}

.main-menu li li:last-child a {
	border: none;
}

.main-menu li li:hover>a {
	color: var(--red--2--color);
}

.main-menu ul li a {
	color: var(--red--color);
	font-weight: 400;
}

.main-menu li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 94px;
	z-index: 999;
}

.main-menu li ul ul,
.main-menu li:hover ul ul {
	left: 230px;
	top: 78px;
	opacity: 0;
	visibility: hidden;
	border: none;
}

.main-menu li:hover ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 0;
	border-top: 3px solid var(--red--2--color);
}

.main-menu li:hover ul>li:hover ul {
	top: -17px;
}

.main-menu li:hover ul li:hover ul li a {
	border-bottom: 1px solid #eee;
}

.main-menu li:hover ul li:hover ul li:last-child a {
	border: none;
	padding: 0;
}

.main-menu li ul>li:last-child>a {
	padding-bottom: 0;
}

.main-menu li a.btn-menu {
	padding: 5px 14px;
	border-radius: 5px;
	border-radius: 25px;
	font-size: 18px;
}

.main-menu li a.btn-login {
	background: var(--red--color);
	color: #fff;
}

.main-menu li a.btn-login::before {
	font-family: flaticon !important;
	line-height: 1;
	content: "\f11e";
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.main-menu li a.btn-conhecer {
	background: var(--body-color);
	color: #fff;
}

.main-menu li a.btn-login:hover,
.main-menu li a.btn-conhecer:hover {
	color: #fff;
}

.menu-right {
	text-align: right;
}

.menu-icon>a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	width: 2px;
	height: 10px;
	background-color: #cf2e2e;
	transition: all 0.3s ease;
}

.menu-icon>a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 10px;
	height: 2px;
	background-color: #cf2e2e;
}

.menu-icon:hover>a::before {
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
}

.menu-icon:last-child a::after,
.menu-icon:last-child a::before {
	display: none;
}

/*==========================================================================
Banner CSS
==========================================================================*/

.banner-home .owl-nav .owl-prev,
.banner-home .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	background: var(--red--color);
	height: 50px;
	width: 50px;
	transform: translateY(-50%);
	line-height: 53px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: 50%;
}

.banner-home .owl-nav .owl-prev {
	left: 2%;
}

.banner-home .owl-nav .owl-next {
	right: 2%;
	top: 50%;
}

.banner-home .owl-nav .owl-prev:hover,
.banner-home .owl-nav .owl-next:hover {
	background: var(--dark--color);
	color: #fff;
}

/*==========================================================================
About CSS
==========================================================================*/

.about-img {
	position: relative;
	z-index: 2;
	max-width: 510px;
}

.shape1 {
	position: absolute;
	right: 10%;
	top: 12%;
	max-width: 50px;
}

.shape2 {
	position: absolute;
	right: 10%;
	bottom: 15%;
	max-width: 70px;
}

.about-shape {
	position: absolute;
	right: 85%;
	top: 70%;
	max-width: 90px;
	z-index: 1;
}

.about-signa img {
	width: 120px;
}

/*==========================================================================
Services CSS
==========================================================================*/

.services-area {
	background: #f3f3f3;
	position: relative;
}

.services-area::before {
	position: absolute;
	content: '';
	background-image: url('assets/img/shape/se-shape-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0;
	width: 13%;
}

.services-tiem {
	background: #fff;
	padding: 30px 30px 20px 30px;
	position: relative;
}

.services-tiem::before {
	position: absolute;
	content: '';
	background-image: url('assets/img/shape/se-shape-2.png.png');
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	width: 65%;
	height: 73px;
}

.services-tiem a i {
	color: var(--red--2--color);
	vertical-align: middle;
	margin-left: 5px;
}

.services-group .owl-dots {
	margin-top: 60px;
	text-align: center;
}

.services-group .owl-dot {
	display: inline-block;
	margin-right: 15px;
	border: 1px solid var(--red--2--color);
	border-radius: 50%;
	padding: 4px;
}

.services-group .owl-dot:last-child {
	margin: 0;
}

.services-group .owl-dot span {
	background: #fff;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	display: block;
}

.services-group .owl-dot.active span {
	background: var(--red--2--color);
}

/*==========================================================================
Counter CSS
==========================================================================*/

.counter-area,.destaque-ensino-area {

	position: relative;
	color: #fff;
	background-color: var(--red--color);

}

.counter-area .counter-item {
	border-left: 4px solid #fff;
	padding-left: 25px;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 30px;
}

.counter {
	color: #fff;
	font-size: 50px;
	font-weight: 700;

	display: block;
	text-align: left;
	padding-left: 25px;
}

.counter::before {
	content: "+";
	position: absolute;
	margin-left: -30px
}

 


/*==========================================================================
Why Choose CSS
==========================================================================*/

.why-choose-area {
	position: relative;
	background: #f5f5f57a;
}

.choose-icon i {
	color: var(--red--2--color);
	font-size: 30px;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	display: inline-block;
	background: #e9b9503d;
	text-align: center;
	line-height: 70px;
	position: relative;
	top: 8px;
}

.why-choose-img {
	background-image: url('assets/img/Choose.png');
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	height: 100%;
	width: 40%;
	right: 80px;
	top: 100px;
}

.choose1 {
	position: absolute;
	right: 40%;
	top: 23%;
	max-width: 65px;
}

.choose2 {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 25%;
}

/*==========================================================================
Team CSS
==========================================================================*/

.team-area {
	background: #f5f5f5;
	z-index: 1;
	position: relative;
}

.team-area::after {
	position: absolute;
	background-image: url('assets/img/shape/tm-shape.png');
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.team-item {
	text-align: center;
}

.team-img {
	position: relative;
}

.team-img::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #051235;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
}

.team-item:hover .team-img::after {
	opacity: 0.8;
}

.team-social {
	position: absolute;
	left: 60px;
	bottom: 30px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.team-item:hover .team-social {
	opacity: 1;
	left: 30px;
}

.team-social ul li {
	margin-bottom: 15px;
}

.team-social ul li:last-child {
	margin: 0;
}

.team-social li a {
	background: #fff;
	color: #cf2e2e;
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.team-social ul li:last-child {
	margin: 0;
}

.team-social li a:hover {
	color: #fff;
	background: var(--red--2--color);
}

.team-content {
	padding: 20px 5px;
	background: #fff;
}

/*==========================================================================
Solution CSS
==========================================================================*/

.solution-area {
	background-image: url('assets/img/solution.png');
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #cf2e2e;
	z-index: 1;
}

.solution-area::after {
	position: absolute;
	background: #051235;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

.solution-area .section-title-left h2 {
	color: #fff;
}

.solution-right {
	text-align: right;
}

.solution-icon i {
	background: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 80px;
	font-size: 25px;
	border-radius: 50%;
	display: block;
}

.solution-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.solution-number p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-left: 20px;
}

/*==========================================================================
Testimonial CSS
==========================================================================*/

.testimonial-area {
	position: relative;
}

.testimonial-tiem {
	background: #f5f5f5b8;
	padding: 30px;
}

.client-img img {
	max-width: 60px;
}

.testimonial-icon i {
	color: #cf2e2e;
	font-size: 60px;
}

.testimonial-group .owl-nav .owl-prev,
.owl-next {
	position: absolute;
	bottom: 50%;
	background: var(--red--2--color);
	height: 50px;
	width: 50px;
	transform: translateY(-50%);
	line-height: 53px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: 80%;
}

.testimonial-group .owl-nav .owl-prev {
	left: -52% !important;
}

.testimonial-group .owl-nav .owl-next {
	left: -42% !important;
}

.testimonial-group .owl-prev:hover {
	background: #cf2e2e;
	color: #fff;
}

.testimonial-group .owl-next:hover {
	background: #cf2e2e;
	color: #ffff;
}

/*==========================================================================
Faq CSS
==========================================================================*/

.faq-area {
	position: relative;
	background: #f3f3f3;
	overflow: hidden;
}

.faq-img {
	background-image: url('assets/img/faq.png');
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	height: 100%;
	width: 40%;
	left: 80px;
	top: 155px;
}

.faq1 {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 30%;
}

.faq2 {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 10%;
}

.card-body {
	max-width: 565px;
}

.collapse-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	cursor: pointer;
	padding: 15px;
}

.collapse-card {
	border: 0;
	background: #fff;
}

.card-body {
	padding: 0;
}

.collapse-header h3 {
	font-size: 18px;
}

.card-body p {
	padding: 0 30px 30px 30px;
}

/*==========================================================================
Blog  Css
==========================================================================*/

.blog-area .blog-img {
	position: relative;
	 border-radius: 12px;
}
.blog-area .blog-img img{ border-radius: 12px;}

.blog-content {
	background: #f5f5f5b8;
	padding: 20px 15px;
	margin-top: -10px;
	margin-bottom: 20px;
	border-radius:  0 0 15px 15px;
}

.blog-content li {
	display: inline-block;
	margin-right: 15px;
}

.blog-content li:last-child {
	margin: 0;
}

.blog-content li i::before,
.widget.blog-widget li i::before,
.basic-info li i::before,
.footer-menu li i::before {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 5px;

}

.widget.blog-widget li i::before {
	margin-right: 10px;
}

.blog-content h3 a {
	padding-top: 5px;
	color: #051235;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.blog-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-img img {
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.blog-img img:hover,
.blog-item:hover .blog-img img {
	transform: scale(1.1);
}

.blog-pagination li {
	display: inline-block;
	margin-right: 15px;
}

.blog-pagination li a {
	color: #cf2e2e;
	background: #f5f5f5b8;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog-pagination li:last-child {
	margin: 0;
}

.blog-pagination li .active,
.blog-pagination li a:hover {
	background: var(--red--2--color);
	color: #fff;
}

.blog-content a i {
	vertical-align: middle;
	margin-left: 5px;
}

/*==========================================================================
Footer CSS
==========================================================================*/

.footer-area {
	background-color: var(--dark--color);
	border-top: 5px solid #484848;
	padding-top: 80px;
	padding-bottom: 30px;
	color: #fff;
	position: relative;
}

.footer-widget h3 {

	font-size: 23px;
}

.widget {
	margin-top: 15px;
}

.footer-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-icon li {
	display: inline-block;
	margin-right: 12px;
}

.social-icon li:last-child {
	margin: 0;
}

.social-icon li a {
	background: var(--red--color);
	color: #fff;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 43px;
	vertical-align: middle;
	font-size: 14px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.social-icon li a:hover {
	background: var(--red--color);
}

.blog-widget ul li {
	position: relative;
	padding-left: 110px;
	margin-bottom: 25px;
	overflow: hidden;
}

.blog-widget ul li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-widget ul li a img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 85px;
	height: 80px;
}

.blog-widget li h4 a {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

	line-height: 26px;
	margin-bottom: 5px;
}

.widget.blog-widget span {
	color: #fafafa;
	font-size: 14px;
}

.blog-widget li h4 a:hover {
	color: var(--red--2--color);
}

.footer-menu li a {
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

}

.footer-menu ul li {
	margin-bottom: 10px;
}

.footer-menu ul li:last-child {
	margin: 0;
}

.footer-menu li a:hover {
	color: var(--red--2--color);
}

.basic-info li {
	margin-bottom: 10px;
	color: #fff;
}

.basic-info li:last-child {
	margin: 0;
}

.footer-menu li a i::before {
	font-size: 11px;
	margin-right: -10px;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.footer-menu li a:hover i::before {
	opacity: 1;
	margin-right: 4px;
}

/*==========================================================================
Copyright CSS
==========================================================================*/

.footer-copyright {
	background: #484848;
	padding: 30px 0px;
	border-top: 2px solid #484848;
}

.copyright-content p {
	color: #fff;
}

/*==========================================================================
Page CSS
==========================================================================*/

.page-banner {
	background-image: url('assets/img/page.jpg');
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #cf2e2e;
	z-index: 1;
	text-align: left;
}

.page-banner::after {
	position: absolute;
	background: #051235;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

.page-title h1 {
	color: #fff;
	font-weight: 700;
	font-size: 58px;
	line-height: 70px;
}

.page-title ul li {
	display: inline-block;
	margin-right: 30px;
}

.page-title li a {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	position: relative;
}

.page-title li:last-child a {
	color: var(--red--2--color);
}

.page-title li a::after {
	position: absolute;
	content: '|';
	top: 50%;
	transform: translateY(-50%);
	left: 56px;
}

.page-title li:last-child a::after {
	display: none;
}

.blog-content li a {
	display: inline-block;
	color: var(--red--2--color);
	font-weight: 500;
}

.embed-responsive-100x400px {
	padding-bottom: 400px;
}

/* ==========================================================================
   Form Design CSS
   ========================================================================== */

.form-group {
	margin-bottom: 15px;
}

input.form-control,
select.form-control,
textarea.form-control {
	width: 100%;
	height: 60px;
	border: 1px solid #999;
	padding-left: 25px;
}

textarea.form-control {
	border: 1px solid #999;
	padding: 20px;
	width: 100%;
	padding-left: 25px;
	resize: none;
	height: 230px;
}

input:hover,
input:focus,
textarea:hover {
	outline: none;
}

input[type="text"]:focus,
textarea:focus,
input[type="email"]:focus {
	border-color: #999;
}

/* ==========================================================================
Blog Sidebar CSS
========================================================================== */

.side-widget {
	padding: 15px;
	background: #f5f5f5b8;
	margin-bottom: 30px;
	width: 100%;
	display: table;
}

.side-widget h3 {
	margin-bottom: 30px;
}

.form-control:focus {
	color: #000;
	background-color: #eee;
	border-color: #000;
	outline: 0;
	box-shadow: none;
}

.about-me b {
	color: #cf2e2e;
	font-weight: 600;
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
}

.about-me img {
	width: 100%;
}

.cat-list li a {
	color: #cf2e2e;
	font-weight: 500;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cat-list li {
	margin-bottom: 10px;
}

.cat-list li:last-child {
	margin: 0;
}

.cat-list li a:hover {
	color: var(--red--2--color);
}

.cat-list li a:hover span {
	background: var(--red--2--color);
	color: #fff;
}

.cat-list li a span {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	float: right;
	background: rgba(227, 181, 118, 0.15);
	color: var(--red--2--color);
	display: block;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
}

.follow-social li {
	display: inline-block;
	margin-right: 15px;
}

.social-icon li a {
	background: var(--red--color);
	color: #fff;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}

.follow-social li a {
	transition: 0.3s;
	background: var(--red--color);
	color: #fff;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	display: block;
	text-align: center;
	border-radius: 50%;
}

.follow-social li:last-child {
	margin: 0;
}

.follow-social li a:hover {
	background: var(--red--2--color);
	color: #fff;
}

.blog-archive li a {
	color: #cf2e2e;
	font-weight: 500;
	transition: 0.3s;
}

.blog-archive li {
	margin-bottom: 20px;
}

.blog-archive li i {
	margin-right: 5px;
	color: var(--red--2--color);
}

.blog-archive li:last-child {
	margin: 0;
}

.blog-archive li a:hover {
	color: var(--red--2--color);
}

.bg-newsletter {
	background: #cf2e2e;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	height: auto;
	position: relative;
	border: none;
}

.bg-newsletter:after {
	position: absolute;
	background: rgba(19, 21, 54, 0.9);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	border-radius: 15px;
}

.bg-newsletter h3 {
	color: #fff;
}

.newsletter input {
	width: 100%;
	margin-bottom: 30px;
	border: none;
	background: #fff;
	height: 50px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: 500;
	color: #233d63;
	border-radius: 30px;
}

.newsletter button {
	width: 100%;
	border: none;
	background: var(--red--2--color);
	color: #fff;
	font-weight: 600;
	height: 50px;
	border-radius: 30px;
	text-transform: uppercase;
}

.blog-tags li a {
	display: inline-block;
	background: #f1f1f1;
	padding: 0 15px;
	float: right;
	margin-right: 15px;
	color: #cf2e2e;
	font-weight: 500;
	transition: 0.3s;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 45px;
	line-height: 30px;
}

.blog-tags li a:hover {
	color: #fff;
	background: var(--red--2--color);
}

.blog-tags li {
	display: inline-block;
}

.blog-tags li:last-child a {
	margin: 0;
}

.related-tag span {
	display: block;
	font-weight: 500;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.related-tag li {
	overflow: hidden;
	display: inline-block;
	margin-right: 5px;
}

.related-tag li a {
	color: #cf2e2e;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.related-tag li a:hover {
	color: var(--red--2--color);
}

.related-tag {
	margin-top: 5px;
}

.related-share li {
	display: inline-block;
}

.related-share {
	text-align: right;
}

.related-share li a {
	color: #cf2e2e;
	height: 40px;
	display: block;
	width: 40px;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	background: #f1f1f1;
}

.related-share li {
	margin-right: 15px;
}

.related-share li:last-child {
	margin: 0;
}

/* ==========================================================================
  Comment list CSS
   ========================================================================== */

.comt-user {
	float: left;
	margin-top: 8px;
}

.comt-detail {
	overflow: hidden;
	padding-left: 30px;
}

.comtuser-name p {
	margin: 0;
	font-size: 14px;
}

.comtuser-name {
	position: relative;
	overflow: hidden;
}

.comtuser-name a {
	position: absolute;
	top: 0;
	color: var(--red--2--color);
	font-weight: 600;
	right: 0;
}

.comtuser-name h3 {
	font-size: 16px;
	font-weight: 600;
	color: #cf2e2e;
}

.comt-user img {
	width: 100%;
	border-radius: 20px;
}

.comment-count {
	margin: 30px 0px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.comtuser-name a i {
	margin-right: 5px;
	color: var(--red--2--color);
}

.comt-sub {
	margin-left: 48px;
}
.series-home .card-serie{ color: #fff;}

.series-home .card-serie h6 {
	margin: -65px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	z-index: 2;
	position: relative;
		transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.series-home .card-serie p { position: relative; z-index: 2; 		transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;}

.series-home .card-serie img {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	border-radius: 5px;
}
.series-home .card-serie:hover h6,.series-home .card-serie:hover p{transform: translateY(-10px);}
.series-home .card-serie img:hover {
	transform: translateY(-8px);
	z-index: 1;
}
.card-serie:hover {
    box-shadow: 0 18px 25px -10px rgba(0, 0, 0, 0.30);
    transform: translateY(-3px);
}


.competencias-home .card {
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE;
	border-radius: 20px;
		transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.competencias-home .card:hover {
	transform: translateY(-8px);
	z-index: 1;
}
.competencias-home .card:hover img {
    box-shadow: 0 18px 25px -10px rgba(0, 0, 0, 0.30);
    transform: translateY(-3px);

}
.competencias-home  img{ border-radius: 20px;}
.competencias-home .card h6 {
	font-size: 23px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.competencias-home .card ul{ list-style: circle; padding-left: 25px; }
.estrutura-home .galeria>div {
	padding: 5px;
}

.blog-area .btns-ensino {
	position: absolute;
	bottom: 5px;
	margin: auto;
	z-index: 99;
	text-align: center;
	width: 100%;
}

.btns-ensino a {
	border-radius: 12px;
	padding: 4px 4px;
	color: #fff;
 
}
.btns-ensino a:hover { color: #fff !important;}


.btns-ensino.btn-e-home a:hover {
	font-size: 22px;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	border-radius: 10px;
}

.features-area {
	background: #eee;
	padding: 25px 0;
	padding-bottom: 5px;
}

/*.btn.ensino-medio-1a-serie-a-3a-serie:hover,.btn.anos-finais-6o-ao-9o-ano:hover,.btn.anos-iniciais-1o-ao-5o-ano:hover,.btn.educacao-infantil:hover{ border: 0 !important;}*/

.ensino-medio,
.anos-finais,
.anos-iniciais,
.educacao-infantil {
	color: #fff;
}

 
.single-feature {
	background: #fff;
	padding: 8px 15px;
	margin-bottom: 15px;
	color: var(--body-color);
	border-radius: 5px;
}

.single-feature p {
	margin-bottom: 15px;
	margin-top: 15px;
}

.single-feature h3 {
	position: relative;
}

.single-feature h3::before {
	content: "";
	position: absolute;
	left: 0%;
	/* até 90% da área (5% + 90% + 5%) */
	right: 5%;
	bottom: -0.3em;
	/* ajuste a distância da “linha” */
	height: 6px;
	/* espessura máxima no final */
	background: var(--red--color);
	border-radius: 999px;
	/* arredonda o lado grosso */
	/* afunila de 1px (no início) para 3px (no fim) */
	clip-path: polygon(0 33.333%, 100% 0, 100% 100%, 0 66.666%);
}

.bg-ensino-medio {
	background: var(--bg-ensino-medio-1a-serie-a-3a-serie) !important;
}

.bg-anos-finais {
	background: var(--bg-anos-finais-6o-ao-9o-ano) !important;
}

.bg-anos-iniciais {
	background: var(--bg-anos-iniciais-1o-ao-5o-ano) !important;
}

.bg-educacao-infantil {
	background: var(--bg-educacao-infantil) !important;
}

.btn-ensino {
	border-radius: 5px;
	padding: 7px 10px;
	font-size: 15px;
}

.btn-ensino:hover {
	color: #fff !important;
}

.tooltip-inner {
	background-color: var(--dark--color);
}

.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: var(--dark--color) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: var(--dark--color) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: var(--dark--color) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: var(--dark--color) !important;
}

.tooltip.show {
	opacity: .9;
	/* .9 = 90% background-color, 1 = 100% background-color */
}

.btn-primary {
	background: var(--red--color);
	border: 0;
}

.btn-primary:hover {
	background: var(--red--2--color);
}

.header-prematricula {
	text-align: right !important;
	margin-bottom: -15px;
	margin-top: 5px;
	position: relative;
	z-index: 999;
}


#banner-area {
	background: var(--red--color) url(../img/faixa.jpg) no-repeat center center;
	background-size: auto;
	background-size: cover;
	color: #fff;
 
	z-index: 0;
	margin-bottom: 25px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
 
}

.required label::after {
	content: " *";
	color: var(--red--color);
}

.coluna .panel-title {
	background: #eee;
	float: left;
	width: 100%;
	padding: 5px 5px;
	border-radius: 15px;
}

.box-contact {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 15px;
}

.box-contact h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	position: relative;
}

.box-contact h3::before {
	content: "";
	background: var(--red--color);

	height: 3px;
	width: 60px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

section.pagina {
	margin-bottom: 80px;
}

.page-link:hover {
	z-index: 2;
	color: var(--red--color);
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
	border: 1px solid #eee;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: var(--red--color);
	border-color: var(--red--color);
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: 0px;
	line-height: 1.25;
	color: #999;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.mean-container .mean-bar {

	right: 23px;

}

.bg-ensino-faixa{ background: #eee; margin-bottom: 0; padding-bottom: 50px; padding-top: 50px;}

@media (max-width: 1200px) {
	.header-prematricula {
		font-size: 16px;
	}

	.header-menu .container {
		width: 100%;
		max-width: 100%;
	}

	.main-menu li a {

		padding: 33px 8px;

	}
}


   .timeline {
    position: relative;
    margin: 40px auto;
    padding: 20px 0;
    width: 100%;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #d0d0d0;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 70px;
}

.timeline-icon {
    position: absolute;
    left: 15px;
    background: #fff;
    border: 3px solid  var(--red);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    color: var(--red);
}

.timeline-content {
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid var(--red);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.timeline-content h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.timeline-content p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

/* Responsivo */
@media screen and (max-width: 600px) {
    .timeline:before {
        left: 20px;
    }
    .timeline-item {
        padding-left: 55px;
    }
    .timeline-icon {
        left: 5px;
    }
}


 .hover-effect {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
  
}

.hover-effect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.hover-effect:hover img {
    transform: scale(1.08);
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.0);
    transition: background .4s ease;
}

.hover-effect:hover .hover-overlay {
    background: rgba(0,0,0,.25);
}


 

   .mosaic-item {
    width: 100%;
    
    overflow: hidden;
    border-radius: 6px;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* mobile */
 

/* tablet */
@media (min-width: 768px) {
 
}

/* desktop */
@media (min-width: 992px) {
  
}

/* telas grandes */
@media (min-width: 1200px) {
 
}

.hover-img-out {
    display: inline-block;
    transition: transform .4s ease;
    position: relative;
}

.hover-img-out img {
    display: block;
    transition: transform .4s ease;
}

.hover-img-out:hover img {
    transform: scale(1.08);
}

.capa-ensino{ position: relative;}
.capa-ensino img{ width: 100%;}
.capa-ensino p{  position: absolute; bottom: 15px; width: 100%; text-align: center;}


/* --- Básico Parallax --- */
.parallax {
  position: relative;
 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlays para escurecer/ajustar contraste do bg */
.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);   /* ajuste a opacidade conforme necessidade */
  pointer-events: none;
}

/* Conteúdo central dentro da seção parallax */
.parallax-content {
  position: relative;
  z-index: 2;
  padding: 100px 15px;
}

/* Exemplo: imagens de fundo (troque pelos seus caminhos) */
.parallax-1 { background-image: url('../img/6091db24bc90d.1620171556.jpg'); }
.parallax-2 { background-image: url('../img/6091db24bc90d.1620171556.jpg'); }

/* --- Parallax CSS puro (desktop) --- */
@supports (background-attachment: fixed) {
  .parallax {
    background-attachment: fixed;
  }
}

/* Ajustes responsivos: em telas pequenas desliga o fixed (melhor performance) */
@media (max-width: 767.98px) {
  .parallax {
    background-attachment: scroll;
 
  }
  .header-prematricula { margin-top: 5px; margin-bottom: 5px; text-align: center;}
  footer{ text-align: center;}
}

 
.widget-atividades a{ padding: 15px 25px !important; font-size: 23px; border-radius: 25px !important;}

.owl-dot.active span{ background: var(--red) !important; padding-left: 10px; padding-right: 10px; transition: none;}
.widget-atividades li{ border-radius: 15px; padding-top: 5px; padding-bottom: 5px;}

.box-foto-a img{ border-radius: 15px;}
.galeria img,.galeria img:hover{ border-radius: 15px;}
.video iframe{ border-radius: 15px; padding: 10px; background: var(--red--color);}
.card-box p{ margin-bottom: 0;} 
.card-box{   padding: 15px; margin-bottom: 25px; border-radius: 15px;}
.card-box h3{ margin-bottom: 5px; text-align: center;} 
 
section#missao_visao_valores .card-box { background: #fff;    box-shadow: 0 2px 6px rgba(0,0,0,0.1);}
section#missao_visao_valores .card-box h3{ background: var(--red--color);  color: #fff; border-radius: 5px; padding: 15px; }

.form-matricula-aluno input.form-control,.form-login-aluno input.form-control{ border-radius: 0 15px 15px 0 !important; }

.destaque-ensino-area .destaque-ensino-item{ border: 1px solid var(--red--color); border-radius: 15px; padding: 10px; text-align: center;}
.destaque-ensino-item i{ font-size: 50px; margin-top: 15px; margin-bottom: 15px;}


.mean-container a.meanmenu-reveal {
  padding: 13px 33px 11px;
  border-radius: 50px;
 }