body, html {
    overflow-x: hidden;
}
body {
	font-family: "Source Sans 3", sans-serif !important;
	background-color: #EDEDED;
}

.rank-math-breadcrumb a {
	color: #0065a4;
}


#header {
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #EDEDED;
}

.label-videoaula {
    position: absolute;
    left: 0;
    top: 200px;
}

#header.nav-fixed {
    box-shadow: 0px 4px 8px rgba(37, 57, 83, 0.2);
}


.nav-link:focus, .nav-link:hover {
    opacity: 0.6;
}

.principal li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #253953;
}

.btn-verde, .btn.btn-primary {
    background: #8DB336 !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
	border: none;
}

.btn-verde-o, .btn.btn-outline-secondary {
    background: transparent !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #8DB336;
    padding: 10px 20px;
	border: 1px solid #8DB336;
}

.btn-vermelho-o {
    background: transparent !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #EB001B;
    padding: 10px 20px;
	border: 1px solid #EB001B;
}

.btn-azul {
    background: #0065A4;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
	border: none;
}

.btn-azul:hover {
    color: #FFFFFF !important;
}

.btn-azul-o {
	background: transparent !important;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center;
    color: #0065A4 !important;
    padding: 10px 20px;
	border: 1px solid #0065A4;
	text-decoration: none !important;
}

.btn-cart {
    border: none;
    background-color: #253953;
    padding: 8px;
    border-radius: 4px;
	position: relative;
}

.btn-msg, .btn-venda {
    border: 1px solid #455B77;
	width: 50px;
}

.btn-msg:hover, .btn-venda:hover {
    background-color: #455B77;
}


.btn-verde:hover, .btn-verde-o:hover, .btn-vermelho-o:hover, .btn-azul:hover, .btn-cart:hover, .btn-link:hover, .btn-primary:hover, .btn-outline-secondary:hover, .btn-branco:hover, .btn-azul-o:hover, .filtro-curso li a:hover {
	opacity: 0.6;
}

.btn-cart i {
    position: absolute;
    top: 3px;
    right: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    color: #8DB336;
}

.menu-d {
    display: flex;
    flex-direction: row;
    column-gap: 13px;
    margin-left: 40px;
}

#footer {
    background-color: #253953;
    padding-top: 100px;
	position: relative;
	z-index: 91;
}

.foot-titulo {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.foot-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #FFFFFF;
    display: block;
}

.foot-menu li a:hover {
	opacity: 0.7;
}

.foot-menu {
    padding: 0;
    margin: auto;
    list-style: none;
}

.logos-footer {
	display: flex;
    flex-direction: row;
    column-gap: 20px;
    text-align: left;
    justify-content: flex-start;
}

.assina p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #EDEDED;
}

.assina {
    border-top: 1px solid #41536A;
    margin-top: 40px;
}

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
    background-color: #8DB336;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

.box-bf {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: rotate(3deg);
    height: 290px;
    padding: 40px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
	margin-bottom: -40px;
}

.box-bf h4, .box-bf p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.btn-branco {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #8DB336;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
	display: inline-block;
	border: none;
}

.hero-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 140px;
}

.titulo-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 66px;
    color: #253953;
}

.titulo-1 i {
    display: inline-block;
    font-style: normal;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(141, 179, 54, 1) 42%);
}

.texto-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #253953;
}

.form-insc1 input {
    display: block;
    height: 43px;
    border: none;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
}

.form-insc1 {
    width: 70%;
}

.faixa-mov1 {
    height: 85px;
    background-color: transparent;
    border-top: 1px solid #042028;
    border-bottom: 1px solid #042028;
	/*transform: rotate(358deg);*/
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 85px;
    overflow-x: hidden;
}
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 35s linear infinite;
}
.faixa-mov1 span {
	color: #042028;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 45px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.navbar-brand img {
    height: 44px;
}

.menu-mob {
    background-color: #253953;
    height: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
	overflow: hidden;
	transition:height 0.3s ease-in-out;
    transition-delay: 0.1s;
	width: 100%;
}
	
.menu-mob.aberto {
    height: 100vh;
	transition:height 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.menu-mob .navbar-brand img {
    height: 33px;
}

.cta-mobd{
	display: none;
}

.box-mob-h {
	display: none;
}

.box-vant, .box-vant h3, .box-vant h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    text-align: right;
    color: #253953;
    display: block;
    margin-top: 10px;
}


.owl-card.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #D5D5D5;
    border-radius: 50%;
}
.owl-card.owl-theme .owl-dots .owl-dot.active span, .owl-card.owl-theme .owl-dots .owl-dot:hover span {
    background: #D8E0C5;
}
.owl-card.owl-theme .owl-nav [class*=owl-] {
    font-size: 45px;
    background: transparent;
    opacity: 1;
    border-radius: 100%;
    bottom: -50px;
}
.owl-card.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
}
.owl-card .owl-dots {
    bottom: -50px;
}


.owl-depo.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #D5D5D5;
    border-radius: 50%;
}
.owl-depo.owl-theme .owl-dots .owl-dot.active span, .owl-depo.owl-theme .owl-dots .owl-dot:hover span {
    background: #D8E0C5;
}
.owl-depo.owl-theme .owl-nav [class*=owl-] {
    font-size: 45px;
    background: transparent;
    opacity: 1;
    border-radius: 100%;
    bottom: -50px;
}
.owl-depo.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
}
.owl-depo .owl-dots {
    bottom: -50px;
}

.owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cursos-home {
    background-color: #F3FFD9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.box-curso1 {
    background-color: #ffff;
    padding: 5px;
    border-radius: 5px;
	position: relative;
}

.box-curso1:hover {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.box-curso1 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
	height: 45px;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-curso1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
	height: 70px;
	overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-curso1 b {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
    display: block;
}

.box-curso1 i {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #253953;
}

.box-curso1 span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #253953;
    display: block;
}

.box-curso1 span strong {
    font-size: 16px;
}

.estrelas-c {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    margin-bottom: 20px;
}

.titulo-2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
	color: #253953;
}

.titulo-2b {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
	color: #253953;
}


.titulo-2b2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
	color: #253953;
}

.titulo-2 b {
  color: #8DB336;
}

.titulo-2 i {
    display: inline-block;
    font-style: normal;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(141, 179, 54, 1) 42%);
}


.texto-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
}

.capa-c {
	width: 100%;
    margin-bottom: 15px;
    height: 240px;
    object-fit: cover;
    object-position: top;
}

.label-c {
    position: absolute;
    left: 0;
}

.form-busca1 {
    position: relative;
}

.form-busca1 input {
    background: #FFFFFF;
    border: 1px solid #253953;
    border-radius: 4px 0px 0px 4px;
    height: 52px;
    width: 100%;
    padding: 10px;
}

.form-busca1 button {
    position: absolute;
    border: none;
    background-color: transparent;
    width: 60px;
    height: 52px;
    padding: 0;
	right: 0;
}

.btn-link, .btn-link:hover {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-decoration-line: underline;
	color: #253953;
}

.box-cat {
    height: 172px;
    background-color: #253953;
    position: relative;
	padding: 40px;
	transition: 0.3s;
}

.box-cat .barra-c1 {
    position: absolute;
    top: 0;
    left: 0;
}

.box-cat .seta-c1 {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.box-cat h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
}

.box-cat h3 b {
    display: block;
}

.box-cat:hover {
    scale: 1.1 !important;
}

.home-area {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 50px;
}

.texto-3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #253953;
}


.home-beneficios {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 80px;
    padding-top: 50px;
}

.seta-d2 {
    position: absolute;
    right: 0;
    top: 0;
}

.texto-3 i {
    display: inline-block;
    font-style: normal;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(141, 179, 54, 1) 42%);
}

.home-certificado {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

.box-depo1 {
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
	text-align: center;
    padding: 40px;
}

.box-depo1 .foto {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin: auto;
}

.box-depo1 .heart {
    position: absolute;
    left: 20px;
    top: -15px;
	transition: 0.3s;
}

.box-depo1 .heart:hover {
    scale: 1.2;
}

.video-home iframe {
    box-shadow: 0px 10px 12px rgba(37, 57, 83, 0.46);
    border-radius: 4px;
    border: 10px solid #fff;
    height: 300px;
	margin-top: 15px;
	width: 100%;
}

.video-homeb iframe {
    box-shadow: 0px 10px 12px rgba(37, 57, 83, 0.46);
    border-radius: 4px;
    border: 10px solid #fff;
    height: 600px;
	margin-top: 15px;
	width: 100%;
}

.box-depo1 h4, .box-depo1 span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #253953;
}

.box-depo1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #253953;
}

.box-blog1 {
    background-color: #F3FFD9;
}

.box-blog1:hover {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.box-blog1 .faixa {
    position: absolute;
    bottom: -5px;
}

.box-blog1 .capa {
    height: 206px;
    width: 100%;
    object-fit: cover;
}

.conteudo-b span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #253953;
}

.conteudo-b h3, .conteudo-b h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #253953;
}

.conteudo-b {
    padding: 0px 15px;
    height: 130px;
    margin-top: 10px;
    position: relative;
}


#carrinho {
    position: absolute;
	z-index: 999999;
    top: 60px;
    right: 0;
    background: #F4F4F4;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.02);
    padding: 15px;
	width: 300px;
}

#carrinho .linha span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #253953;
    white-space: break-spaces;
}

#carrinho .linha {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 30px;
}

.lista-cursos {
    padding-bottom: 150px;
    padding-top: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.titulo-4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #253953;
}
.titulo-5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0065A4;
}

.filtro-curso {
    margin: 0;
	padding: 0;
	list-style: none;
}

.filtro-curso li a, .filtro-curso-c li a, .sanfona-f {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #253953;
	cursor: pointer;
}

.filtro-curso2 {
    margin: 0;
	padding: 0;
	list-style: none;
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.filtro-curso2 li a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #253953;
    background-color: #FFFFFF;
    padding: 3px 8px;
    border-radius: 100px;
}

.filtro-curso-c {
	display: none;
	list-style: none;
}

.mostra-s {
	display: block;
}

.sanfona-f {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.side-f {
	display: block;
}


.btn-sanfona {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: white;
    padding: 10px 20px;
    border-radius: 4px;
}

.accordion-button {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 40%);
    border-radius: 4px !important;
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
}

.accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
}

.accordion-body p a {
    color: #7fbb10;
    text-decoration: underline;
}

.faq {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}

.box-form {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

.box-form h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #253953;
}

.box-form input, .box-form select {
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.box-form textarea {
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.box-form label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

.item-contato p {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #0065A4;
}

.item-contato p span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #253953;
}

.item-contato {
    display: flex;
    flex-direction: row;
	 column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contato {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.faixa-curso-t {
    position: relative;
    background-color: #253953;
    height: 120px;
    align-items: center;
    margin-bottom: 40px;
	padding: 20px;
}

.barra-f3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
}

.curso-hero {
    padding-top: 140px;
    padding-bottom: 100px;
	position: relative;
}

.faixa-curso-t h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
	margin: 0;
}

.faixa-curso-t p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
}

.bordas-t1 {
    border-right: 1px solid rgb(255 255 255 / 38%);
	border-left: 1px solid rgb(255 255 255 / 38%);
}

#conteudo-c .accordion-body ul > li {
    color: #253953;
    font-size: 18px;
}

#conteudo-c .accordion-body ul > li, .linkprova {
    color: #253953;
    font-size: 18px;
}

.box-s-info {
    background: #0065A4;
    border-radius: 4px;
    padding: 15px;
}

.box-s-info p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
	margin: 0;
}

.curso-capa-s {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.box-avalia {
    background: #FFFFFF;
    border-radius: 4px;
    height: 200px;
    margin-top: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.total-nota span {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #253953;
    margin-left: 15px;
}

.box-depo1.v2 {
	height: 200px;
	padding: 10px;
}

.box-flutua {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 290px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box-flutua h4, .box-flutua span {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #8DB336;
	display: block;
}

.box-flutua p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
}

.barra-f4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.flutua-c {
	display: block;
    position: fixed;
    right: 0;
    width: 270px;
    z-index: 9;
}

.flutua-off {
	position: relative;
    z-index: 99;
	background-color: #ededed;
}

.hero-sobre {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 120px;
}

.box-sobre {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
	height: 450px;
}

.box-sobre img {
   height: 100px;
}

.box-sobre h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
    margin-top: 20px;
    margin-bottom: 15px;
}

.box-sobre p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

.sobre-1 {
    background-position: 90% 120%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sobre-2 {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}

.sobre-3 {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}


.blog-hero {
    padding-top: 130px;
	padding-bottom: 50px;
}

.blog-destaque {
    background-color: #F3FFD9;
}

.blog-capa1{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dat-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

.dat-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
	padding: 10px;
	background-color: #F3FFD9;
}




.titulo-b1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    color: #253953;
    width: 90%;
}

.texto-b1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #253953;
}

.blog-destaque2 {
    background-color: #F3FFD9;
}

.blog-destaque2 div {
    padding: 20px;
}

.blog-capa2 {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.blog-destaque3 {
    background-color: #F3FFD9;
    height: 150px;
    padding: 15px;
    padding-left: 25px;
    position: relative;
}

.flutua-cb {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}

.titulo-b2 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #253953;
}

.autor {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0065A4;
}

.header-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.compartilhar {
    list-style: none;
}

.compartilhar li {
    background-color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 25px;
    margin-bottom: 10px;
}

.compartilhar li a {
    color: #fff;
}

.conteudo-post {
	color: #253953;
}

.conteudo-post p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #253953;
    margin-bottom: 20px;
}

.form-control {
    background-color: transparent;
    border: 1px solid #0065A4;
}

textarea.form-control {
    height: 150px;
}

#comments-title {
    font-size: 18px;
	border-bottom: 1px solid #0065A4;
}

#cancel-comment-reply-link {
    color: #0065A4;
    margin-left: 20px;
}

.comment-reply-title {
    font-size: 18px;
}

.commentlist>li.comment {
    border-bottom: 1px solid #0065A4;
}

.box-indique-c1 {
    background-color: #fff;
    justify-content: center;
    padding: 10px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.box-indique-c1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
    text-align: center;
}


.box-indique-c1 img {
    height: 90px;
    text-align: center;
    margin: auto;
}

.box-num-i {
    position: relative;
    text-align: center;
    padding: 20px;
    border: 15px solid #8db336;
    border-radius: 30px;
	height: 290px;
}


.box-num-i p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
    text-align: center;
}

.box-num-i b {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
    text-align: center;
}

.box-num-i img {
    height: 90px;
    text-align: center;
    margin: auto;
	display: block;
}

.box-num-i div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #8db336;
    border-radius: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}

.fundo-verde {
	background-color: #F3FFD9;
}

.plano-box {
    background: linear-gradient(350.9deg, #0065A4 -12.6%, #CDDDA9 88.89%);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    padding: 20px;
    position: relative;
    padding-top: 100px;
	height: 600px;
	margin-bottom: 10px;
}

.plano-label {
	background: #253953;
    box-shadow: 0px 4px 10px rgba(37, 57, 83, 0.45);
    display: flex;
    height: 180px;
    width: 180px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.plano-label span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.plano-preco .preco {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}

.plano-preco .desconto {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
	display: block;
}

.plano-preco .info {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.plano-preco-select {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.36);
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 5px;
	margin: auto;
}
.plano-preco-select b {
    padding: 5px;
	background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}
.plano-preco-select span {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

.plano-preco-d .dropdown-menu.show {
    width: 100%;
}

.plano-preco-d .dropdown-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	cursor: pointer;
}


.plano-box select span {
	background-color: #fff;
}


.plano-desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
	height: 150px;
}

.plano-preco {
   height: auto;
   margin-bottom: 20px;
}

.plano-desc {
    height: auto;
    margin-top: 20px;
}

.certificado-verde-b {
    background: #DCE7C3;
    transform: matrix(1, -0.01, 0.01, 1, 0, 0);
    padding: 40px;
}

.certificado-s2 {
    background-color: #F3FFD9;
    padding-bottom: 80px;
    padding-top: 80px;
}

.big-numb3 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    color: #253953;
    display: block;
}

.big-numbp {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #253953;
}

.white-box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

.white-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
}

.passos-cert h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    color: #253953;
}

.passos-cert p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
}

.passos-cert h4, .passos-cert h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0065A4;
}

.numb-label {
    width: 60px;
    height: 60px;
    background-color: #0065A4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 10px;
}

.numb-label span {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #FEFEFE;
}

.passos-cert {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-top: 80px;
    padding-bottom: 80px;
}

.faixa-info {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    column-gap: 15px;
	align-items: center;
}

.faixa-info span {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #0065A4;
    margin: 0;
}

.faixa-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #253953;
    text-align: left;
    margin: 0;
}

.box-parca {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    border-radius: 5px;
    padding: 10px;
}

.box-parca img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.box-parca p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #253953;
    margin: 0;
}

.box-parca b {
    font-style: normal;
    font-size: 18px;
    line-height: normal;
    color: #253953;
    margin: 0;
}

.box-autor {
    border: 1px solid #0065A4;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}

.box-autor img {
    width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 100%;
}

.box-autor h6, .box-autor span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #253953;
    margin-bottom: 0;
}

.box-autor p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #253953;
    margin: 0;
}
.login-hero {
    height: 100dvh;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.cx-login h1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cx-login p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-form-3 {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.formulario3 label {
    color: #253953;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.formulario3 input[type="text"], .formulario3 input[type="number"], .formulario3 input[type="password"], .formulario3 input[type="email"], select, .formulario3 input[type="date"], .numero_vd {
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    height: 50px;
    padding: 8px;
    display: block;
    width: 100%;
}
.formulario3 textarea {
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    height: 150px;
    padding: 8px;
    display: block;
    width: 100%;
}
.formulario3 a {
    color: #253953;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

#myTab .nav-link {
    color: #8DB336;
    font-size: 20px;
	padding: 0px 15px;
}

.cx-login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cx-login ul li {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 35px;
	color: #FFFFFF;
	display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
}

.cx-login ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs {
    border-bottom: none;
}

#cadastro-tab {
    border-right: 2px solid #8DB336;
    border-radius: 0;
}

#barra-lateral {
    background: #455B77;
    min-height: 100vh;
	height: 100%;
}

.nav-painel a {
    color: #EDEDED;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    background-color: #253953;
    border-bottom: 1px solid #324864;
}

.nav-painel a i {
    font-style: normal;
}

.nav-painel a.desativado {
    pointer-events: none;
    cursor: default;
    opacity: 0.2;
}

.nav-painel a.ativo, .nav-painel a:hover {
    background-color: #0065A4;
}

.nav-painel a.sairp {
    background: linear-gradient(93.85deg, #8DB336 -3.83%, #0065A4 50.11%, #253953 101.85%);
}

.nav-painel a img {
    margin-right: 10px;
}

.sair {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#mob-menu {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
}

.nav-comp {
    background-color: #253953;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}

.foot-comp {
    background-color: #181818;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.compp-box {
    background-color: #F1F7FA;
    padding: 45px;
    width: 130%;
    margin-left: -130px;
}

.card-dash {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 15px;
    justify-content: center;
}


.card-dash span {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-dash b {
    color: #FFF;
    text-align: right;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.head-pesq img {
    height: 110px;
    width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    object-fit: cover;
}

.head-pesq a {
    height: 110px;
    width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    object-fit: cover;
}

.forum_user img {
    height: 110px;
    width: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    object-fit: cover;
}

.head-pesq {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}

.boxp1 {
	background: linear-gradient(132.22deg, #DCE5F0 23.28%, rgba(237, 237, 237, 0.29) 99.89%);
    border-radius: 4px;
    height: 75px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxp1 span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
}

.boxp1 b {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #253953;
}


.form-perfil {
    background-color: #EDEDED;
    padding: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2184BF;
    border: 1px solid #2184BF;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2184BF;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.tabela-indica {
    background-color: #EDEDED;
    padding: 15px;
}

.tabela-indica h3 {
    color: #253953;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.tabela-indica .table {
    --bs-table-bg: transparent;
}

.info-tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 10px;
}

.contatos-c i {
    font-size: 35px;
    color: #253953;
}

.contatos-c span {
    color: #253953;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contatos-c span b {
    color: #253953;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.contatos-c {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    margin-bottom: 15px;
}

.box-curso-p, .box-curso-pd  {
    background: #EDEDED;
    border-radius: 4px;
	padding: 5px;
	align-items: center;
	position: relative;
}

.box-curso-p h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
	margin-bottom: 0px;
}

.box-curso-pd h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    color: #253953;
	margin-bottom: 0px;
}

.box-curso-p p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #253953;
	margin-bottom: 0px;
}

.box-curso-pd p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #253953;
	margin-bottom: 0px;
}

.box-curso-p img {
	width: 100%;
	height: 135px;
	object-fit: cover;
}


.box-curso-pd img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.box-curso-p span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #0065A4;
	position: absolute;
	bottom: 5px;
}

.box-curso-pd span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0065A4;
}

.est-box-2 {
    background: linear-gradient(132.22deg, #DCE5F0 23.28%, rgba(237, 237, 237, 0.29) 99.89%);
    border-radius: 4px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.est-box-2 b {
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 82px;
    color: #253953;
}

.est-box-2 span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
}

.est-box-2 div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.cont-coment-prof span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #253953;
}

.cont-coment-prof span b {
    color: #0065A4;
}

.desc-c1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #C5C5C5;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cont-coment-prof p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

.cont-coment-prof small {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #253953;
}

.img-perfil {
    width: 60px;
    height: 60px;
	min-width: 60px;
    object-fit: cover;
    border-radius: 100%;
}

.titulo-3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #253953;
}

.box-rolagem-depo {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
}

/* width */
.rolagem-padrao::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
.rolagem-padrao::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  background: rgba(202, 202, 202, 0.2);
  border-radius: 0px;
}

/* Handle */
.rolagem-padrao::-webkit-scrollbar-thumb {
  background: #CACACA;
  border-radius: 10px;
}

/* Handle on hover */
.rolagem-padrao::-webkit-scrollbar-thumb:hover {
  background: #CACACA;
}


.linha-mat-aluno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.box-rolagem-alunos {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
}

.linha-mat-aluno b {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

.linha-mat-aluno span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}

#sortable-container {
  list-style-type: none;
}

.dragging {
  cursor: move;
}

.linha_sst {
	border-bottom: 1px solid #dee2e6;
	display: flex;
    padding-bottom: 10px;
}

.label-up {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #C5C5C5;
    padding-bottom: 6px;
    border-bottom: 1px solid #c5c5c5;
}

.contador_certificado {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #C5C5C5;
    float: right;
}

.certificado-corpo{
	background-color: #EDEDED;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
}

.certificado-corpo h3 {
    font-family: 'Vast Shadow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #253953;
}

.conteudo-prog {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
}

.conteudo-prog p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #253953;
	margin: 0px;
}

.conteudo-prog span {
    color: #0065A4;
    font-size: 16px;
}

.conteudo-prog div {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 5px;
}

.texto-mc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #253953;
}

.link-forum {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
}

.link-forum img {
    display: block;
    width: 40px !important;
    height: auto !important;
    margin: 0 auto;
}

.conteudo-curso {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #253953;
}

.conteudo-curso img {
	max-width: 100% !important;
}

.video-curso iframe {
    width: 100%;
    height: 500px;
}

.olho {
    position: absolute;
    right: 15px;
    top: 35px;
    border: none;
    background-color: #fff;
    color: #253953;
    font-size: 20px;
}

.tipp {
    color: #0165a4;
    font-size: 20px;
}

.progress, .progress-stacked {
    --bs-progress-bg: #ffffff;
}

.progress-bar {
    background-color: #253953;
}


.banner-cert-1 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #253953;
}


.banner-cert-1 p {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #253953;
}

.banner-cert-1 {
    background-color: #DCE7C3;
    border-radius: 4px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.banner-cert-1 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}



.titulo-1b {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	color: #253953;
}


.passo-carr span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B3B3B3;
	text-transform: uppercase;
}

.passo-carr {
    background: #EDEDED;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.passo-carr::after {
    content: '';
    border-top: 24px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 25px solid #EDEDED;
    position: absolute;
    right: -25px;
    bottom: -22px;
}

.seta-tras {
    border-top: 25px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
}

.passo-carr.ativo{
    background: #0065A4;
}
.passo-carr.ativo::after {
    border-left: 25px solid #0065A4;
}
.passo-carr.ativo span {
    color: #fff;
}

.cont-carr {
    padding: 20px;
    background-color: #EDEDED;
    border-radius: 5px;
}

.cont-carr h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #253953;
}

.cont-carr p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #253953;
}

.cont-carr p span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #253953;
	display: block;
}

.cont-carr span {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #253953;
}

.cont-carr h5 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #253953;
}


.cupom_carr {
    width: 160px;
    height: 40px;
    border: solid 1px #D9D9D9;
    padding: 5px;
}

.cont-carr h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #253953;
}

.capa_carr {
	width: 100%;
	height: 320px;
	object-fit: cover;
} 

.capa_c_int {
    height: 300px;
    object-fit: cover;
	border-radius: 20px;
} 

#conteudo-cl li a {
	text-decoration: none;
    color: #253953;
}


.pergunta_prova h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #253953;
}

.pergunta_prova p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #253953;
}

.pergunta_prova ul li span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
}
.pergunta_prova ul li label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #253953;
	width: 100%;
    cursor: pointer;
}




.pergunta_prova ul  {
    margin: 0;
    list-style: none;
}

.pergunta_prova ul li {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 15px;
}

.step {
	display: none;
}

.pergunta_prova ul li:has(.invalid) {
    background: #FFFFFF;
    border: 1px solid #ff9999;
}

.resultado_final_prova {
    background: #EDEDED;
    border-radius: 4px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 340px;
    position: relative;
    color: #253953;
	text-align: center;
	row-gap: 10px;
}

.flutua-prova {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 8px;
}


/* Esconde o input de rádio original */
.accordion-item .custom-radio input[type="radio"] {
    display: none;
}

/* Estilo do container do rádio personalizado */
.accordion-item .custom-radio {
    margin: 10px;
}

/* Estilo do rádio personalizado */
.accordion-item .custom-radio-mark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Estilo do ponto no centro quando o rádio está selecionado */
.accordion-item .custom-radio-mark::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #0065A4; /* Cor do ponto central */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* Mostrar o ponto central quando o input de rádio está selecionado */
.accordion-item .custom-radio input[type="radio"]:checked + .custom-radio-mark::after {
    display: block;
}

/* Cor da borda quando o input de rádio está selecionado */
.accordion-item .custom-radio input[type="radio"]:checked + .custom-radio-mark {
    border-color: #0065A4; /* Cor da borda quando selecionado */
}

/* Estilo para o input de rádio desabilitado */
.accordion-item .custom-radio input[type="radio"]:disabled + .custom-radio-mark {
    border-color: #ccc; /* Cor da borda quando desabilitado */
    background-color: #f0f0f0; /* Cor de fundo quando desabilitado */
}

/* Cor do ponto central quando o input de rádio está desabilitado e selecionado */
.accordion-item .custom-radio input[type="radio"]:disabled:checked + .custom-radio-mark::after {
   border-color: #ccc; /* Cor da borda quando desabilitado */
   background-color: #ccc; /* Cor de fundo quando desabilitado */
}



.number-input-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao_q {
    border: none;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #263755;
    color: #fff;
    aspect-ratio: 1;
    box-sizing: border-box;
    padding: 0px;
    font-size: 20px;
}

.qtd_carr {
    width: 40px;
    padding: 0;
	height: 30px;
    border: solid 1px #D9D9D9;
    text-align: center;
    margin: 0 5px;
}
#gostou, #naogostou {
    background-color: transparent;
    border: none;
}


.cert_pronto {
    position: relative;
    padding: 20px;
    border: solid 1px #C5C5C5;
    border-radius: 0px 0px 5px 5px;
	display: flex;
    flex-direction: row;
}

.cert_pronto p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #253953;
}

.borda-cp {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.avalia_pronto label {
    font-size: 30px;
    color: #0065A4;
	cursor: pointer;
}
.avalia_pronto input[type='radio'] {
    opacity: 0;
}

.avalia_pronto textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: solid 1px #C5C5C5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.avalia_pronto p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #253953;
}

.label_cert {
    position: absolute;
    width: 100px !important;
    height: auto !important;
    top: 30px;
    left: 0px;
}

.aula_block {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgb(255 255 255 / 95%) 0%, #FFFFFF 59%);
}

.aula_block h2, .aula_block span {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: #253953;
}	

.active>.page-link, .page-link.active {
    background-color: #8DB336;
    border-color: #8DB336;
    color: #fff;
    z-index: 3;
}
.page-link {
    color: #8DB336;
}


.page-numbers {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: #8DB336;
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    -webkit-transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, -webkit-box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out, -webkit-box-shadow .15sease-in-out;
}

.page-numbers:not(:first-child) {
    margin-left: calc(var(--bs-border-width)* -1);
}

.page-numbers.current {
    background-color: #8DB336;
    border-color: #8DB336;
    color: #fff !important;
    z-index: 3;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}


.btn-cancela {
    display: inline-block;
    background-color: #cf5c5c;
    color: #fff;
    padding: 3px 8px;
    line-height: 100%;
    border-radius: 10px;
}

.btn-cancela:hover {
    color: #fff !important;
	opacity: 0.7;
}

.wp-die-message, p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.naopago {
    padding: 4px;
    border-radius: 10px;
    background-color: #eeb7b7;
}

.pago {
    padding: 4px;
    border-radius: 10px;
    background-color: #b7eeb7;
}

.pendente {
    padding: 4px;
    border-radius: 10px;
    background-color: #b7e0ee;
}

.abandono {
	padding: 4px;
    border-radius: 10px;
	background-color: #d9d9d9;
}

.video_blog iframe {
    width: 100%;	
	height: 450px;
}	

.foto_curs_prof {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}

.video_home iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    border: 10px solid #f3ffd8;
}

.video_home img {
    width: 100%;
    margin-top: -50px;
}

.video_home div {
    transform: rotate(4deg);
}

.lgpd-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 15px 0;
  z-index: 99999;
  border-top: 1px solid #ddd;
}

.lgpd-box p a {
	color: #0065a4 !important;
}
.destaque-professores {
   padding-bottom: 30px;
   padding-top: 50px;
}	
.box-desprof {
    background-color: #F9F9F9;
    border-radius: 10px;
    margin: 0;
    padding: 20px 0px;
}


@media (max-width: 767px) {
	
.video_home div {
    margin-top: 20px;
}
	
.video_home img {
    width: 100%;
    margin-top: -20px;
}
	
.foto_curs_prof {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover;
}
	
.video_blog iframe {
    width: 100%;
	height: 250px;
}	
	
.ico-mob {
    min-width: 30px;
}	
	
.desc-c1 {
    margin-top: 10px;
}	
	
.linha-mat-aluno {
    justify-content: center;
}
	
.box-curso-p img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-bottom: 15px;
}	
	
.box-curso-p p {
    margin-bottom: 20px;
}
	
.box-curso-p span {
    position: relative;
}
	
.cx-login h1 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.cx-login ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}
.login-hero {
    height: 100%;
    padding-bottom: 50px;
}
	
.commentlist {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}	
	
.commentlist>li.comment {
    padding: 0;
}
.comment-meta {
    height: auto;
}
.commentlist .avatar {
    position: relative;
	left: 0;
}
.commentlist .children {
    margin-bottom: 30px;
}
	
.curso-hero {
    padding-top: 100px;
}	
	
.certificado-verde-b {
    padding: 20px;
}
	
.big-numb3 {
    font-size: 44px;
    line-height: 50px;
}
	
.lista-cursos {
    padding-top: 10px;
}
	
.titulo-b2 {
    font-size: 22px;
    line-height: 25px;
}
	
.titulo-b1 {
    font-size: 30px;
    line-height: 35px;
    width: 100%;
}	
	
.dat-1, .dat-2 {
    font-size: 13px;
}
	
.compartilhar {
    display: flex;
	padding: 0;
}
	
.compartilhar li {
    margin-right: 15px;
	background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}	
	
	
.box-sobre {
    height: auto;
}
	
.flutua-c {
	display: none;
}
	
.faixa-curso-t {
    height: auto;
    padding: 30px;
}
	
.box-avalia {
    margin-top: 60px;
}
	
.barra-f3 {
    height: auto;
}
	
.video-homeb iframe {
    height: 300px;
}
	
.box-depo1.v2 {
	height: auto;
}
	
.bordas-t1 {
    border-right: none;
	border-left: none;
}
	
.box-form {
    padding: 10px;
    margin: 5px;
}

.side-f {
	display: none;
}
.mostra-s {
	display: block;
}
	
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    text-decoration: underline;
}	
   
.box-mob-h {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}	

#header {
}
.menu-d {
    margin-left: 0;
}	
	
#abrir-m, #fechar-m {
    border: none;
    background-color: transparent;
    width: 50px;
}	
	
.navbar{
    background-image: none;
}	
	
.principal li a {
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
}	
.dropdown-item {
    color: #212529 !important;
}
	
.titulo-1 {
    font-size: 40px;
    line-height: 45px;
}
.texto-1 {
    font-size: 20px;
    line-height: 28px;
}
.hero-home {
    padding-bottom: 60px;
}
.box-bf {
	height: auto;
    padding: 40px;
    background-position: bottom;
    background-size: contain;
    background-image: linear-gradient(89.97deg, #8DB336 0.06%, #0065A4 52.59%, #253953 99.92%) !important;
}
.logos-footer {
    column-gap: 0;
}
.foot-menu li a {
    font-size: 14px;
    line-height: 15px;
}
.foot-titulo {
    font-size: 14px;
    line-height: 16px;
}
	
.box-vant {
    font-size: 18px;
    line-height: 20px;
	text-align: center;
}

.titulo-2 {
    font-size: 34px;
    line-height: 38px;
}
	
.titulo-2b {
    font-size: 30px;
    line-height: 34px;
}
	
.seta-d2 {
    display: none;
}
	
.video-home iframe {
    margin-top: 70px;
}
	
.form-busca1 {
   margin-left: 0px;
   width: 70%;
}
	

#carrinho {
    top: 40px;
}
	
.navbar-brand img {
    height: 38px;
}
	
.form-insc1 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}	
	
.capa-c {
    height: 190px;
    object-fit: cover;
    object-position: top;
}	
	
.label-videoaula {
    position: absolute;
    left: 0;
    top: 150px;
}
	
.cta-mobd {
	display: block;
    background-color: rgb(255 255 255 / 8%);
}	
	
.form-busca1 button {
    right: 0;
}	
.form-busca1 {
    margin-left: 0px;
    width: 100%;
}
	
.btn-msg, .btn-venda {
	width: auto;
}
	
.select2-container--default .select2-selection--multiple {
    height: 150px;
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
}	
	
.form-perfil {
    padding: 20px;
}	
	
.passos-cert {
    background-size: auto;
}
	
.forum_user img {
    height: 40px;
    width: 40px;
}	
	
.mob_exp{
    position: absolute;
	z-index: 999;
}	

.plano-box {
	margin-bottom: 100px;
}	
	
	
	
}


