html,
body {
	overflow-x: hidden;
}

body {
	color: #000000;
}

@font-face {
	font-family: 'Poppins-Bold', sans-serif;
	src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
	font-family: Poppins-Medium;
	src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
	font-family: Poppins-Light;
	src: url(fonts/Poppins-Light.ttf);
}

html,
body {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;

}

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;

}

.light {
	font-family: 'Poppins', sans-serif;
	font-weight: 300 !important;
}

.medio {
	font-weight: 500;
}

/*Navbar*/

@media (min-width: 992px) {
	.navbar {
		border-top: 3px solid #fcbf21;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.mt-n6 {
		margin-top: -10rem;
	}
}

.navbar {
	border-top: 3px solid #5ebe3a;
}

.navbar-light .navbar-nav .nav-link {
	color: #333;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgb(94 190 58 / 59%);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgb(94 190 58 / 59%);
}

/*color*/
a {
	color: #5ebe3a;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #e1a815;
}

.text-gray {
	color: #696969 !important;
}

/* Button animate */

[class*="tcb-"] {
	min-width: 95px;
	padding: 11px 15px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none !important;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.tcb-large {
	padding: 13px 20px;
	font-size: 14px;
}

.tcb-extra-large {
	padding: 16px 30px;
	font-size: 16px;
	font-weight: 500;
}

.tcb-small {
	padding: 9px 12px;
	font-size: 11px;
}

.tcb-pill {
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.tcb-fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tcb-border-radius {
	border-radius: 10px 0px 10px 10px !important;
}

.tcb-animate-b {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	box-sizing: border-box;
	border-radius: 5px;
	-webkit- border-radius: 5px;
}

.tcb-animate-b:not(.tcb-default) {
	color: #ffffff;
}

.tcb-animate-b.tcb-warning {
	background-color: #5ebe3a;
}

.tcb-animate-b:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #ddd;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.tcb-animate-b:hover:before {
	opacity: 1;
	background-color: #ddd;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.tcb-animate-b.tcb-warning:before {
	background: #3f8026;
}

.tcb-animate-b.tcb-warning:hover {
	border-color: #3f8026;
}

.tcb-animate-b.tcb-warning:hover:before {
	background-color: #3f8026;
}

/* Button outline */

.tcb-animate-outline {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	box-sizing: border-box;
	border-radius: 5px;
}

.tcb-animate-outline:not(.tcb-default) {
	color: #000;
}

.tcb-animate-outline.tcb-black {
	background-color: transparent;
}

.tcb-animate-outline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #ddd;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.tcb-animate-outline:hover:before {
	opacity: 1;
	background-color: #ddd;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.tcb-animate-outline.tcb-black:before {
	background: #333;
}

.tcb-animate-outline.tcb-black:hover {
	border-color: #333;
	color: #fff;
}

.tcb-animate-outline.tcb-black:hover:before {
	background-color: #333;
}

/*Backgrounds */

.bg-topo {
	background-image: url(../img/Banner-topo.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 6rem;
	height: 550px;
	color: #fff;
}

.bg-topo a {
	color: #fff;
	text-decoration: none;

}

.bg-topo .light a:hover {
	color: #5ebe3a;

}

.icone-play {
	vertical-align: middle;
}

.bg-light {
	background-color: #f8f8f8 !important;
}

.bg-dark {
	background: #24242b !important;
}

.text-primary {
	color: #0259c3;
}

.bg-diferenciais {
	background-image: url(../img/sobre-o-professor.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 3rem;
}

@media (max-width:360px) {

	.bg-topo h1,
	.h1 {
		font-size: 1.9rem !important;
	}
}

@media (max-width:768px) {
	.none-mob {
		display: none;
	}

	.navbar li {
		border-bottom: 1px solid #ddd;
	}

	.bg-topo h1,
	.h1 {
		font-size: 2.1rem;
	}

	.bg-topo {
		background-position: bottom;
		padding-top: 3rem;
		height: 500px;
	}

	.bg-diferenciais {
		background: #eeeeee !important;
		background-size: cover;
		background-position: center;
		padding-top: 3rem;
	}

	.bg-footer {
		padding-top: 2rem !important;

	}

	.text-m1 {
		font-size: 1.6rem !important;
	}

	.card-style {
		margin: 1rem;
		height: 19rem !important;
	}

	.card-style .card-title {
		font-size: 1.4rem;
	}

	.mb-desck h2,
	.h2 {
		font-size: 1.6rem;
	}

	.list-2 {
		margin-top: -0.5rem;
	}

	.text-mob {
		font-size: 0.9rem;
	}

	h2 {
		font-size: 1.6rem;
	}

	.border-nav-left {
		border-left: 3px solid #5ebe3a !important;
		padding-left: 1rem;
	}

	.center {
		text-align: center;
	}

	.tc-accordion .acdn-title a:after {
		right: 7px !important;
		top: 40% !important;
	}
}

@media (max-width: 1023px) and (min-width: 600px) {
	.bg-topo {
		height: 332px;
	}

	.bg-diferenciais {
		background-image: url(../img/sobre-o-professor.jpg) !important;
		background-size: cover;
		background-position: 70% !important;
		background-repeat: no-repeat;
	}

	.bg-footer {
		padding-top: 3rem !important;

	}

	.center {
		text-align: left;
	}
}

/* como funciona */

.bg-warning {
	background: #5ebe3a !important;
}

.bg-dark {
	background: #000 !important;
}

.bg-dark-light {
	background: #24242b !important;
}

.bg-dark-light-1 {
	background: #2e2e35 !important;
}

.text-m {
	font-size: 1.7rem;
	line-height: 1.2;
}

.text-m1 {
	font-size: 1rem;
	line-height: 1.2;
}

.text-m2 {
	font-size: 1.4rem;
}

.text-p {
	font-size: 13px;
}

.text-p2 {
	font-size: 0.9rem;
}

.border-b {
	border-bottom: 3px solid #5ebe3a;
	width: 25%;

}

/* Beneficios */

.card-style {
	border-radius: 8px;
	box-shadow: 0 0 16px 0px #dedede;
	border: transparent;
	align-items: stretch;
	height: 20rem;
}

.card-style figure {
	margin: 1.5rem 1rem 0.9rem;
}

.card-style .card-text {
	font-size: 0.8rem;

}



@media (min-width:769px) {
	.none-desck {
		display: none;
	}

	.border-l {
		border-left: 4px solid #ebebeb;
	}

	.border-pl {
		padding-left: 0.8rem !important;
	}

	.border-pr {
		padding-right: 0.8rem !important;
	}

	.top-n1 {
		margin-top: -2.3rem;

	}

	.card-destack {
		height: 22.5rem;
	}

	.mb-desck {
		margin-bottom: 4rem;
	}

}

.card-style:hover {
	background: #5ebe3a !important;
	transition: 0.5s;
}

.card-style img {
	box-shadow: 1px 3px 12px 0px #67d73c;
}

.card-style img:hover {
	box-shadow: 1px 3px 12px 0px #67d73c;
}

.shadow {
	box-shadow: 1px 3px 12px 0px #67d73c;
}

/* diferenciais*/

.list-1,
.list-2 {
	position: relative;
	display: block;
	padding-bottom: 0.1rem;
	font-size: 85%;
}

/* tabela */
.card-table {
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.destaque {
	box-shadow: 1px 0px 20px 6px #ddd;
}

sub {
	bottom: -.01em;
	font-size: 61%;
}

.semi-bold-text {
	font-weight: 600;
}

.semi-bold {
	font-weight: 600;
	font-size: 0.8rem
}

.text-table {
	font-size: 0.84rem;
	color: #696969;
	line-height: 2;
}

.btn-outline-secondary {
	background: #fff;
	color: #000;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #000;
	background-color: #ffffff;
	border-color: #ccc;
}

.btn-outline-secondary:hover {
	color: #000;
	background-color: #ccc;
	border-color: #333;
}

.top-btn {
	margin-top: -2.29rem !important;
}


/*-----------------------
   Faq  Accordion
-------------------------*/

.tc-accordion .panel {
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.03);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Poppins', sans-serif;
}

.acdn-title {
	margin: 0;
}

.acdn-title a {
	display: block;
	position: relative;
	padding: 15px;
	font-size: 1rem;
	color: #161a23;
	text-decoration: none;
}

.acdn-body {
	padding: 15px;
	font-size: 1rem;
	color: #666666;
	font-family: 'Poppins', sans-serif;
}

.tc-accordion .acdn-title a:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f068";
	color: #5ebe3a;
	font-size: 12px;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tc-accordion .acdn-title a.collapsed:after {
	content: "\f067";
}

/*-----------------------
    Accordion
-------------------------*/

.tc-accordion-style1 .panel {
	background-color: #fff;
	border-bottom: 1px solid #ddd;

}

.tc-accordion-style1 .acdn-body {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.collapse.in {
	display: block;
}


.card-header {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}

.faq-text p {
	font-size: 1.1rem;
	padding-top: 0.5rem;
	font-weight: 600;
	cursor: pointer;

}

.btn-link {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.btn-link:hover {
	color: #5ebe3a;
	font-weight: 600;
	text-decoration: none;
}

.gray {
	color: #666 !important;
}

/* por quem a ferramenta pode ser utilizada? */

.img-instituicoes {
	box-shadow: 0 0 11px 5px #ddd;
}

.card-borda-active {
	border-bottom: 5px solid #5ebe3a !important;
}

.active-borda {
	border-bottom: 5px solid #fff;
}

.active-borda:hover {
	border-bottom: 5px solid #5ebe3a;
}

.text-muted {
	color: #696969 !important;
	font-size: 90%;
}

/*footer*/
.bg-footer {
	background-image: url(../img/bg-footer.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 3.5rem;
}

.bg-transparencia {
	background: rgba(0, 0, 0, 0.29);
	padding: 2rem;

}

.bg-extra-dark {
	background: #000000 !important;
	padding: 3rem 0rem 3rem;
}

.bg-extra-dark p {
	color: #fff;
}

footer .text-body a {
	color: #000 !important;
}

footer a:hover {
	color: #5ebe3a !important;
}

footer .list-group-item {
	padding: 0.35rem 0.85rem;
}

.list-item {
	list-style: none;
}

@media (max-width:600px) {
	footer .list-group-horizontal {
		flex-direction: row;
		justify-content: center;
		padding-bottom: 1rem;
	}
}

footer li a {
	color: #92939f;
	font-weight: 300;
	font-size: 14px;
}

.color-footer {
	color: #92939f !important;
	font-weight: 300 !important;
	font-size: 14px;
}

footer .btn-outline-warning:hover {
	color: #fff !important;
	background: #0000000f;
}

footer hr {
	border-top: 1px solid #2c2c2c;
}

footer .nav-link {
	padding: 0;
}

.modal-content {
	background: rgba(0, 0, 0, 0.4);
}

.close {
	color: #fff;
}

.close:hover {
	color: #5ebe3a;
}

/*Voltar ao topo */
.testheight {
	height: 1200px;
	font-size: 20px;
	text-align: center;
	padding: 100px 20px;
	margin: 0px;
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.scroll {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #5ebe3a;
	border-radius: 5px;
	padding: 13px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover {
	background-color: #5ebe3a;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover .fa {
	padding-top: -10px;
}

.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn-outline-warning {
	color: #3f8026;
	border-color: #3f8026;
}

.btn-outline-warning:hover {
	border-color: #5ebe3a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #5ebe3a;
	border-color: #5ebe3a;
}

.tc-testimonial-style5 .testi-desc {
	padding: 35px;
	background: #fff;
	border: 1px solid #3f8026;
	border-radius: 10px;
	margin-bottom: 25px;
	position: relative;
}

.tc-testimonial-style5 .testi-desc:after {
	content: '';
	border: 12px solid transparent;
	position: absolute;
	border-top-color: #fff;
	height: 20px;
	bottom: -23px;
}

.tc-testimonial-style5 .testi-desc:before {
	content: '';
	border: 12px solid transparent;
	position: absolute;
	border-top-color: #000;
	height: 20px;
	bottom: -24px;
}

.tc-testimonial-style5 .testi-photo {
	display: inline-block;
}

.tc-testimonial-style5 .testi-photo img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	padding: 3px;
	background: #3f8026;
}

.tc-testimonial-style5 .testi-info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.tc-testimonial-style5 .position {
	font-size: 12px;
	color: #888;
}

.tc-testimonial-style5 .position a {
	color: #888;
}


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #c3fcd1;
	border-top: 6px solid #28a745;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}


@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.swiper-button-next,
.swiper-button-prev {
	display: none !important;
}

.border-rl {
	border-radius: 0px 0px 100px 0px;
}

.border-rr {
	border-radius: 0px 0px 0px 100px;
}

.whatsapp-plug-icon {
	position: fixed;
	z-index: 1000;
	bottom: 12.5%;
	right: 0;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	cursor: pointer;
	transition: .3s;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/whatsapp.png');
	background-size: 50% auto;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #dddddd;
	color: #333333;
	line-height: 1.5;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 22%;
	right: 88%;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip {
	opacity: 9;
}
