@font-face {
	font-family: 'WorkSansSemiBold';
	src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
	url('../fonts/WorkSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'WorkSansRegular';
	src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
	url('../fonts/WorkSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WorkSansMedium'
	src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
	url('../fonts/WorkSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
body{
    zoom:75%;
}
input,select,textarea{
	outline: none !important;
}
#conteudototal{
	width: 100%;
	overflow: hidden;
}
#topo.fixo{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 9999;
	padding-top: 10px;
	padding-bottom: 0px;
	opacity: 0.95;
}
#topo.fixo ul li{
	padding-bottom: 10px;
}
#topo{
	padding-top: 35px;
	padding-bottom: 35px;
	max-height: 130px;
	border-style: solid;
	border-bottom-width: 5px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-color: #f4f4f4;
}
#topo img{
	width: 165px;
    margin-top: -15px;
}
#topo.fixo img{
	width: 125px;
	margin-top: -5px;
}
#topo ul{
	padding: 0;
	margin: 0;
	line-height: 60px;
	list-style: none;
	text-align: right;
}
#topo ul li{
	padding-right: 35px;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
}
#topo ul li ul li{
	padding-bottom: 0px;
}
#topo ul li:hover:after{
	width: calc(100% - 35px);
	position: absolute;
	top: 14px;
	left: 0;
	background: url(../images/hover2.svg) center no-repeat;
	background-size: cover;
	height: 35px;
	content:'';
	display: block;
	z-index: -1;
	content: '';
	display: block;
	opacity: 1;
}
#topo ul li ul li:hover:after,#topo ul li.btn-area:hover:after,#topo ul li.btn-login:hover:after{
	display: none;
}
#topo ul li.btn-login{
	float: right;
	padding-right: 0px;
}
#topo ul li.btn-login a{
	width: 129px;
	height: 60px;
	background: url(../images/bg-btn-login.png) center no-repeat;
	text-align: center;
	display: block;
	line-height: 60px;
	padding-right: 15px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
#topo ul li.btn-area{
	float: right;
	padding-right: 0px;
}
#topo ul li.btn-area a{
	width: 197px;
	height: 60px;
	background: url(../images/bg-btn-area.png) center no-repeat;
	text-align: center;
	display: block;
	margin-right: 25px;
	line-height: 60px;
	padding-right: 15px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
#topo ul li a{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
	font-size: 20px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
	text-decoration: none;
}
#footer{
	background: #f4f4f4;
	line-height: 25px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
	font-size: 17px;
	color: rgba(0,0,0,1);
}
#footer a{
	line-height: 25px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
	font-size: 17px;
	color: rgba(0,0,0,1);
	padding-left: 60px;
}
#footer .container{
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid #81c5a0;
	padding-left: 45px;
	padding-right: 45px;
}
#footer .borderbottom{
	line-height: 72px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1.2px solid #dcdcdc;
}
#footer img{
	float: left;
}
#footer ul{
	float: right;
	padding:0;
	margin: 0;
	list-style: none;
}
#footer ul li{
	display: inline-grid;
	padding-right: 60px;
}
#footer ul li:nth-child(4){
	padding-right: 0px;
}
#footer ul li a{
	padding-left: 0px;
}
#submenumobile {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.95);
	text-align: center;
	display: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 35px;
}
#submenumobile ul {
	width: 100%;
	text-align: center;
	padding: 0px;
	padding-top: 45px;
	margin: 0 auto;
	list-style: none;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
}
#submenumobile ul li {
	display: block;
	padding-bottom: 14px;
}
#submenumobile ul li a {
	font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
	font-size: 17px;
	color: rgba(255,255,255,1);
	letter-spacing: -0.3px;
	text-decoration: none;
}
#submenumobile ul li ul li a{
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
#submenumobile ul li.btn-login a{
	width: 129px;
	height: 60px;
	background: url(../images/bg-btn-login.png) center no-repeat;
	text-align: center;
	display: block;
	line-height: 60px;
	margin: 0 auto;
}
#submenumobile ul li.btn-area a{
	width: 197px;
	height: 60px;
	background: url(../images/bg-btn-area.png) center no-repeat;
	text-align: center;
	display: block;
	margin-right: 25px;
	line-height: 60px;
	color: rgba(0,0,0,1);
	margin: 0 auto;
}
#topo .menumobile {
	display: none;
}
#topo .menumobile svg {
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	top: 15px;
	right: 10px;
}
@-webkit-keyframes pulsenew{
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 249, 55, 0.7)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 249, 55, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 249, 55, 0)
	}
}

@keyframes pulsenew {
	0 {
		-moz-box-shadow: 0 0 0 0 rgba(255, 249, 55, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 249, 55, 0.7)
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 249, 55, 0);
		box-shadow: 0 0 0 10px rgba(255, 249, 55, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 249, 55, 0);
		box-shadow: 0 0 0 0 rgba(255, 249, 55, 0)
	}
}

@-webkit-keyframes pulsenew2{
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(231, 231, 231, 0.7)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(231, 231, 231, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(231, 231, 231, 0)
	}
}

@keyframes pulsenew2 {
	0 {
		-moz-box-shadow: 0 0 0 0 rgba(231, 231, 231, 0.7);
		box-shadow: 0 0 0 0 rgba(231, 231, 231, 0.7)
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(231, 231, 231, 0);
		box-shadow: 0 0 0 10px rgba(231, 231, 231, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(231, 231, 231, 0);
		box-shadow: 0 0 0 0 rgba(231, 231, 231, 0)
	}
}

@-webkit-keyframes pulsenew3{
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0)
	}
}

@keyframes pulsenew3 {
	0 {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.7)
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
		box-shadow: 0 0 0 10px rgba(255,255,255, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0)
	}
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
#topo ul li.btn-area a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	animation: pulsenew 4s infinite;
	box-shadow: 0 0 0 rgba(0, 0, 0,0.4);
	border-radius: 30px;
}
#topo ul li.btn-login a:hover,#sistema a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	animation: pulsenew2 4s infinite;
	box-shadow: 0 0 0 rgba(231, 231, 231,0.4);
	border-radius: 30px;
}
#cursos ul li a.btn-todos:hover,#time ul li a.btn-todos:hover,#blog a.btn-todos:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	animation: pulsenew3 4s infinite;
	box-shadow: 0 0 0 rgba(255, 255, 255,0.4);
	border-radius: 30px;
}
#cursos a.carregar-todos:hover,#footer ul li a:hover{
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	transform: scale(1.1);
	text-decoration: none;
}
#topo ul li ul{
	width: 230px;
	border-radius: 5px;
	position: absolute;
	margin-left:-27.5px;
	top: 65px;
	left: 50%;
	text-align: left;
	z-index: 9999;
	padding: 15px;
	background: #FFF;
	filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}
#topo ul li ul:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -8px;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent white transparent;
}
#topo ul li ul li{
	display: block;
	line-height: 30px;
	padding-bottom:5px;
}
#topo ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	transition: all ease 0.3s;
}
@media (max-width: 980px){
	#footer .container{
		padding-top: 0px;
    	padding-bottom: 0px;
	}
	#topo.fixo{
		padding-bottom: 10px;
	}
	#topo .menumobile {
		display: block;
	}
	#topo ul{
		display: none;
	}
	#footer{
		text-align: center;
	}
	#footer img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#footer ul {
		float: none;
		width: 100%;
		text-align: center;
	}
	#footer .text-right{
		text-align: center !important;
	}
	#footer .text-right a{
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
	}
	#footer ul li {
	    display: inline-grid;
	    padding-right: 40px;
	}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1640px;
	}
}
