
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Rubik', sans-serif
	
}

:root{
	--principal:#fafafa;
	--secundario:#ffb607;
	--terceario:#616161;
	--border: #ececed;
	--destaqueApoio:#a1a1a1;
	--headline:#111111;
	--apoio1:#fff;
	--apoio2:#000;
	--font-size:16px;
	--border-radius:4px;
	--box-shadow:0 0 20px 3px rgba(0, 0, 0, 0.05);
	--ededed:#ededed;
	--apoio3:#ededed;
	--font_Size_H1:35px;
	--font_Weight_h1:500;
	
}

  /* capos do topo css  page home*/
 :root {
    --font-family: 'Rubik', sans-serif;
    --main-color: #ffb607;
    --body-color: #616161;
    --heading-color: #111111;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-size: 16px;
    --transition: all ease .5s;
    --border-radius: 4px;
    --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

body {
    font-size: var(--font-size);
    font-family: var(--font-family);
    color: var(--body-color)
}

a {
    display: inline-block;
    transition: var(--transition);
    text-decoration: none;
    color: var(--body-color)
}

a:hover {
    text-decoration: none;
    color: var(--main-color)
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    box-shadow: none;
    border: none
}
  .f5f6fa-bg-color {
    background-color: #f5f6fa
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
  }
  
.btn-primary {
	background-color: #FFB607;
	border-color: #c79800;
	color: #616161;
  }

.btn-primary:hover{
	background-color:#e69500;
	color: #ffffff;
}

.default-btn {
    font-size: 16px;
    color: var(--white-color);
    padding: 15px 40px;
    line-height: 1;
    transition: var(--transition);
    text-align: center;
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
    margin-bottom: -4px;
    text-transform: capitalize
}
.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}
p {
    font-size: var(--font-size);
    margin-bottom: 15px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

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

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: var(--heading-color);
    font-weight: 500;
    line-height: 1.3
}

h3 {
    font-size: 20px;
    line-height: 1.6
}
  /* capos do topo css  page home*/
  @import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");:root {
    --font-family: 'Rubik', sans-serif;
    --main-color: #ffb607;
    --body-color: #616161;
    --heading-color: #111111;
    --white-color: #ffffff;
    --black-color: #000000;
    --font-size: 16px;
    --transition: all ease .5s;
    --border-radius: 4px;
    --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05)
}

body {
    font-size: var(--font-size);
    font-family: var(--font-family);
    color: var(--body-color)
}

a {
    display: inline-block;
    transition: var(--transition);
    text-decoration: none;
    color: var(--body-color)
}

a:hover {
    text-decoration: none;
    color: var(--main-color)
}

a:focus {
    text-decoration: none
}

button {
    outline: 0 !important;
    box-shadow: none;
    border: none
}
  .f5f6fa-bg-color {
    background-color: #f5f6fa
}

.default-btn {
    font-size: 16px;
    color: var(--white-color);
    padding: 15px 40px;
    line-height: 1;
    transition: var(--transition);
    text-align: center;
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
    margin-bottom: -4px;
    text-transform: capitalize
}
.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}
p {
    font-size: var(--font-size);
    margin-bottom: 15px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

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

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: var(--heading-color);
    font-weight: 500;
    line-height: 1.3
}

h3 {
    font-size: 20px;
    line-height: 1.6
}
/* topo css home  */

/* fim capos do topo css */
/* capos da bootstrap.min */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
@media (min-width: 992px){
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
section.education-area-two.mt-30.page-contato{
        padding: 5% !important;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
media (prefers-reduced-motion: reduce)
.modal.fade .modal-dialog {
    transition: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
@media (min-width: 992px)
.modal-lg, .modal-xl {
    max-width: 800px;
}
@media (min-width: 576px)
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.fade:not(.show) {
    opacity: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
@media (prefers-reduced-motion: reduce)
.fade {
    transition: none;
}
.fade {
    transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce)
.form-control {
    transition: none;
}
.form-control {
    display: block;
    width: 100%;
    height:calc(2.3em + 0.75rem + 2px);
    outline:none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media (min-width: 992px){
.col-lg-9 {
    -ms-flex: 0 0 75%;
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media (min-width: 992px){
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
} 
    
}
@media (min-width: 992px){
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
}
@media (min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.collapse:not(.show) {
    display: none;
}
.text-center {
    text-align: center!important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
@media (min-width: 768px){
.justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}}
@media (min-width: 992px){
.col-lg-9 {
    -ms-flex: 0 0 75%;
}
  
  @media (min-width: 768px){
.justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}  flex: 0 0 75%;
    max-width: 75%;
}}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
	/* sesso page home{ */
		.text-dark {
			color: #343a40!important;
		}
		.fixed-bottom {
			position: fixed;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 1030;
		}
		.position-absolute {
			position: absolute!important;
		}
		.position-relative {
			position: relative!important;
		}
		.float-right {
			float: right!important;
		}
		.visible {
			visibility: visible!important;
		}
		@media (min-width: 992px){
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
		}
	/* }<!--pagehome--> */
	.ACC-Perguntas .card .btn-link:hover {
    outline: 0!important;
    color: var(--heading-color);
    text-decoration: none;
}
.ACC-Perguntas .card .btn-link {
    display: block;
    width: 100%;
    position: relative;
    color: var(--heading-color);
    text-decoration: none;
    outline: 0!important;
    padding-right: 25px;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
/*fim capos da bootstrap.min */
/* style.css */
.single-course.mr-shadow {
    -webkit-box-shadow: 6px 8px 5px 0 rgba(50,50,50,.5);
    -moz-box-shadow: 6px 8px 5px 0 rgba(50,50,50,.5);
    box-shadow: 6px 8px 5px 0 rgba(50,50,50,.5);
    border-radius: 0.5rem;
    height: 325px;
    margin-top: 10px;
    border: 1px solid #ccc;
}
/*criar arquivo beckup amanh  das duas classes 1 em cima e outra em baixo */
.single-course, .single-news {
    margin-bottom: 30px;
    transition: var(--transition);
    background-color: var(--white-color);
}
#modal_consultar_certificado .form-group label, .account-wrap img, .account-wrap-course img, .calculadora .calculadora_precos span, .calculadora .calculadora_precos strong, .g-recaptcha, .nice-select .list, .single-course a, .single-course a img, strong {
    width: 100%;
}
.single-course.mr-shadow {
    -webkit-box-shadow: 6px 8px 5px 0 rgba(50,50,50,.5); 
    -moz-box-shadow: 6px 8px 5px 0 rgba(50,50,50,.5);
    box-shadow: 6px 8px 5px 0 rgba(50,50,50,.5);
    border-radius: 0.5rem;
    height: 325px;
     margin-top: 10px;
}

.single-course, .single-news {
    margin-bottom: 30px; 
    transition: var(--transition); 
    background-color: var(--white-color);
}
.courses-slider-two .owl-nav .owl-next, .owl-slide-categorias .owl-nav .owl-next, .sld-nav.right {
    right: 0;
}
.courses-slider-two .owl-nav .owl-next, .courses-slider-two .owl-nav .owl-prev, .owl-slide-categorias .owl-nav .owl-next, .owl-slide-categorias .owl-nav .owl-prev {
    position: inherit;
    margin: 0!important;
    background-color: #ffb607!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.courses-slider-two .owl-nav, .owl-slide-categorias .owl-nav {
    position: absolute;
    width: calc(100% + 100px);
    top: calc(50% - 36px);
    left: -50px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.autocomplete_courses {
    border: 1px solid #e1e1e1!important;
    padding: 10px 20px!important;
    max-width: 80%
}
.courses-slider-two .owl-nav, .owl-slide-categorias .owl-nav {
    position: absolute;
    width: calc(100% + 100px);
    top: calc(50% - 36px);
    left: -50px;
}
#faq_accordion h3.titulo-ajuda, .account-wrap .social-content ul li::before, .account-wrap ul li:last-child::before, .cart-area .cart-totals ul li:last-child::before, .checkout-area .cart-totals ul li:last-child::before, .coming-soon-area .coming-soon-content #timer div:last-child::before, .contact-info-area .col-lg-4:first-child .single-contact-info::before, .courses-slider-two .owl-nav button.disabled, .education-img img, .enroll-img, .feedback-area.feedback-area-three.feedback-area-style::before, .main-contact-area .contact-wrap .contact-form .hidden, .modal-newsletter-area .newsletter-img img, .owl-slide-categorias .owl-nav button.disabled, .page-title-area .page-title-content ul li:last-child::before, .popover_detalhes_curso, .product-details-area .tab .tabs_item, .sidebar-widget.categories ul li:first-child::before, .sidebar-widget.popular-post .item:first-child::before, .tab .tabs_item {
    display: none;
}
.courses-slider-two .owl-nav .owl-prev, .owl-slide-categorias .owl-nav .owl-prev, .sld-nav.left {
    left: 0;
}
.courses-slider-two .owl-nav .owl-next, .courses-slider-two .owl-nav .owl-prev, .owl-slide-categorias .owl-nav .owl-next, .owl-slide-categorias .owl-nav .owl-prev {
    position: inherit;
    margin: 0!important;
    background-color: #ffb607!important;
}
.courses-slider-two .owl-nav .owl-next i, .courses-slider-two .owl-nav .owl-prev i, .owl-slide-categorias .owl-nav .owl-next i, .owl-slide-categorias .owl-nav .owl-prev i {
    padding: 6px 8px 0!important;
    color: #fff!important;
    font-size: 1.5rem!important;
}
/* fim style.css */
/* owl carrocel */
/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {*/
/*    display: none;*/
/*}*/
/*.owl-theme .owl-dots, .owl-theme .owl-nav {*/
/*    text-align: center;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*}*/
/*.owl-theme .owl-nav [class*=owl-]:hover {*/
/*    background: #869791;*/
/*    color: #FFF;*/
/*    text-decoration: none;*/
/*}*/
/*.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {*/
/*    color: inherit;*/
/*    border: none;*/
/*    padding: 0!important;*/
/*    font: inherit;*/
/*}*/
/*.owl-theme .owl-nav [class*=owl-] {*/
/*    color: #FFF;*/
/*    font-size: 14px;*/
/*    margin: 5px;*/
/*    padding: 4px 7px;*/
/*    background: #D6D6D6;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    border-radius: 3px;*/
/*}*/
/*.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {*/
/*    cursor: pointer;*/
/*    -webkit-user-select: none;*/
/*    -khtml-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/
/*.owl-carousel, .owl-carousel .owl-item {*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    position: relative;*/
/*}*/
/*.owl-theme .owl-dots, .owl-theme .owl-nav {*/
/*    text-align: center;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*}*/
/*.owl-carousel, .owl-carousel .owl-item {*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    position: relative;*/
/*}*/
	/* sessão home{ */
/*		.no-js .owl-carousel, .owl-carousel.owl-loaded {*/
/*			display: block;*/
/*		}*/
/*		.owl-carousel {*/
/*			display: none;*/
/*			width: 100%;*/
/*			z-index: 1;*/
/*		}*/
/*		.owl-carousel, .owl-carousel .owl-item {*/
/*			-webkit-tap-highlight-color: transparent;*/
/*			position: relative;*/
/*		}*/
/*		.owl-carousel .owl-stage-outer {*/
/*			position: relative;*/
/*			overflow: hidden;*/
/*			-webkit-transform: translate3d(0,0,0);*/
/*		}*/
/*		.owl-theme .owl-nav {*/
/*			margin-top: 10px;*/
/*		}*/
/*		.owl-theme .owl-dots, .owl-theme .owl-nav {*/
/*			text-align: center;*/
/*			-webkit-tap-highlight-color: transparent;*/
/*		}*/
/*		.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {*/
/*			color: inherit;*/
/*			border: none;*/
/*			padding: 0!important;*/
/*			font: inherit;*/
/*		}*/
/*		.owl-theme .owl-nav .disabled {*/
/*			opacity: .5;*/
/*			cursor: default;*/
/*		}*/
/*		.owl-theme .owl-nav [class*=owl-] {*/
/*			color: #FFF;*/
/*			font-size: 14px;*/
/*			margin: 5px;*/
/*			padding: 4px 7px;*/
/*			background: #D6D6D6;*/
/*			display: inline-block;*/
/*			cursor: pointer;*/
/*			border-radius: 3px;*/
/*		}*/
/*		.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {*/
/*			cursor: pointer;*/
/*			-webkit-user-select: none;*/
/*			-khtml-user-select: none;*/
/*			-moz-user-select: none;*/
/*			-ms-user-select: none;*/
/*			user-select: none;*/
/*		}*/
		
	/* }home */
/* fim owl carrosel */
.sld-item2 a{
	font-size: 12px;

}

.loader-wrapper{
	display:none;
}
body,html{
   height: 100vh;
   background: var(--apoio1);
   
}
header{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items:center;
	background: var(--apoio1);
	padding-top: 2%;
	/* box-shadow: 0px 18px 17px -33px #6c6b6b; */
	box-shadow:0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/**Boot CSS**/
.center{
	width: 100%;
	padding:0 2%;
	margin:0 auto;
	max-width: 1200px;
	
}
.noPadding{
	padding: 0 !important;
}
/* size */
.Total{
	width: 100%;
}
.meio{
	width: 50%;

}
.terco{
	width: 29%;
}
.umQuarto{
	width: 23%;
}

.header{
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid var(--border);
	padding-bottom: 3%;
}
.logo{
	width: 20%;
}
.logo img{
	width: 83%;
}
.nav{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 2% 0;

}
nav.menuDesktop{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content:left;
	list-style: none;
	
}
li{
	padding-right:  2%;
}
a .megaMenuLink{
	text-decoration: none;
}


ul.megaMenuSolo{
	width: 100%;
	background: #616161;
}
a.menuPrincipal{
	color:var(--terceario);
	text-decoration: none;
	font-size: var(--font-size);
	
}
a.menuPrincipal:hover{
	color:var(--secundario);
}
.pesquisar{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50%
	
}
.exploreIcon:hover{
	background: var(--secundario);
	color: var(--apoio1);
}

.exploreIcon{
	width: 8%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
   

    border: 0;
  
	background: var(--principal);
    border-radius: 15px 0px 0px 15px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid transparent;
    cursor: pointer;
}
.exploreIcon i:hover{
color: var(--apoio1);
}
.exploreIcon i{
	color: var(--terceario);
    width: 100%;
    height: auto;
}
.pesquisaFormMeio{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	width: 100% !important;
}

  
.pesquisaFormMeio input[type=text]{

	width: 66%;
    height: 40px;
    padding-left:1%;
    color: var(--terceario);
    border: 1px solid var(--border);
	border-radius: 0px 15px 15px 0px !important;
    outline: none;
    background: var(--principal);
	border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-left: 1px solid transparent;
    border-right: 1px solid var(--border);
}


.pesquisar input[type=text]{
	width: 66%;
	height: 40px;
	padding-left:5%;
	color: var(--terceario);
	border:1px solid var(--border);
	border-radius: 15px 0px 0px 15px;
	outline: none;
	background: var(--principal);
}
.pesquisaIcon{
	width: 20%;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secundario);
	border-radius: 0px 15px 15px 0px;
	border: 0;
	cursor: pointer;

}
.pesquisaIcon i{
	color: var(--apoio1);

}
.acessoLinks{
	

    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 24%;
}

div.entrar{
	width: 48%;
    margin-right: 2%;
	padding: 12px 0;

    display: flex;
    justify-content: center;
    align-items: center;

	
}
.entrar a{

	text-decoration: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.entrar:hover{
	
	background-color: var(--terceario);
}
.entrar a:hover{
	color: var(--apoio1);
}
div .matricular{
	width: 48%;
    margin-left: 2%;
	border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secundario);
	
}
a.matricula{
    font-size: 13px;
    flex-direction: column;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	padding: 5px 2%;
	color: var(--apoio1);
	text-decoration: none;
}
.megaMenu{
	width: 100%;
	min-width: 100%;

}


li.megaMenuSolo{
	
    padding-right: 2%;
    list-style: none;
    line-height: 55px;
	width: 100%;
}
li.megaMenuSolo:hover{
	background: #fff;
}
ul.subCategoria{
	display: flex;
    width: 18%;
    flex-wrap: wrap;
    justify-content: left;
	flex-direction: column;
    list-style: none;
}
.megaMenuSolo a i{
	font-size: 6px;
    padding-right: 3px;
}
.megaMenuSolo a:hover{
	--font-size:14px;
	font-size: var(--font-size);
	color:var(--secundario);

	padding-left: 5px;

	
}
.megaMenuSolo a{
	--font-size:14px;
	--terceario:#2e2e2e;
	color:var(--terceario);
	text-decoration: none;
	font-size: var(--font-size);
	cursor: pointer;
	padding-left: 5px;
	display: flex;
}
.banner{
	
	background-position: center;
    background-repeat: no-repeat;
}

.bannerRight{
	width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
	flex-wrap: wrap;
}
.bannerRight img{
	width: 75%;
    height: 100%;
}
h1{
	font-size: 46px;
}
h2{
	width: 100%;


}

h3{

	width: 100%;

	font-weight: 400;
	color: var(--terceario);
}
.subTitulo{
	font-size: 22px !important;
}
p{
	width: 100%;

}
.content{
	font-size: 20px;
}
.chamadaAcao{
	width: 100%;
	padding: 2% 0;
	display:flex;
}
.destaque{
	color: var(--secundario);
}
.destaqueEscuro{
	color: var(--terceario);
}
.corte{
	text-decoration: line-through;
	color:var(--destaqueApoio);
}
h5.promocao{
	color:var(--secundario);
}
.menuMobile{
	display:none;
}
.desktop {
    display: none !important;
}
.planos{
	width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0% 2%;
    align-items: flex-start;
}
div.certificadoPlanos > .planos{
	width: 50%;
}
div.comoFuncionaPlanos > .planos tr{
	justify-content: center !important;
	text-align: center !important;
}
.planoMasterSolo{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	
   
	
}
.planoTitle{
	width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid var(--border);
    padding: 2%;
    display: table;
    border-radius: 16px 16px 0px 0px;
}
table{
	width: 100%;
	border-collapse: inherit;
}
tr{
	text-align: left;
    display: table;
    padding: 3%;
	
    border-bottom: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    width: 100%;

	background: #f8f9fa;
}
td{
	font-size: 13px;
}
tr > td i{
	color: #00aa00;
	font-weight: 500;
	font-size: 14px;
}
.planoLink{
	background: #ffffff;
	border-radius: 0px 0px 16px 16px;
	padding-left: 0;
	
}
.planoLink a{
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #616161;
}
.planoLink td{
	text-align: center;
}
.categoriaResponsive{
	display: none !important;
 }
 /* inicio slide  categoria */ 
.box-tab-curso{
	border-bottom: 4px solid #f5f6fa !important;
    width: 100% !important;
    display: flex !important;
    padding: 2% 0 !important;
    justify-content: center !important;
}

.container{
	display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
	padding: 0 !important;
}
.slideContainerCategoria{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
	width: 100%;
    display: flex;
    justify-content: space-between !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
}
/* fim do slide categoria */
/* desable site original */
.pt-70, .pb-70{
	display: none !important;
}
.f5f6fa-bg-color,.pt-5 .pb-5{
display:none;
}
/* fim do desable */
section.associados{
	padding: 4% 0;
	background: var(--apoio1);
}
div.associadosContainer{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mercadoContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
	padding: 4% 0;
	
}
.mercadoContainer h3{
	color: var(--headline);
	font-weight: 600;
}
.mercado{
	background: var(--apoio3);
}
.certificado{
	background: var(--apoio1);
	padding: 4% 0;
}
.certificadoContainer{
	display: flex;
    align-items: center;
    justify-content: center;

}
.saibamaisButton{

	font-size: 16px;
    color: var(--white-color);
	padding: 1% 3%;
    line-height: 1;
    transition: var(--transition);
    text-align: center;
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
 
    color: var(--apoio1);
    text-decoration: none;
    cursor: pointer;
}
.blogHome{
	display: flex;
    width: 100%;
    padding: 4% 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.postHomeContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}
.postHomeContainer span.destaque{
	text-align: center;
}
.postHomeLeft{
    width: 50%;
  
    display: flex;
    flex-direction: column;	
}
.postHomeSigle{
	width: 100%;
    display: flex;
    padding: 2%;
	background: var(--apoio1);
    margin: 3% 0;
    box-shadow: var(--box-shadow);
}
.postHomeContent{
	padding-left: 2%;
}
.bannerSigleBlog{
	width: 47%;
    padding: 1%;
}
.default-btn {
    width: 36%;
    font-size: 16px;
    color: var(--white-color);
    padding: 3%;
    line-height: 1;
    transition: var(--transition);
    text-align: center;
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
    margin-bottom: 0;
    text-transform: inherit;
}
.footerTop{
	padding: 2% 0;
}
.foterHeader{
	background: #161515;
}
.menuFooterContainer{
	display: flex;
}
.controleFooter{
	width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
ul.menuSolo{
	width: 33%;
}
.menuSolo li{
	width: 100% !important;
	padding: 2% 0;
}
.menuSolo li > a:hover{
	color: var(--secundario);
}
.menuSolo li > a{
	color: var(--apoio1);
	
}
.footerRight{
	width: 17%;
}
.footerRight_local{
	color: #fff;
}
.ftBotton{
	width: 100%;
    display: flex;
    background: var(--heading-color);
}
.copyText{
	text-align: center;
    color: var(--apoio1);
}
/* depoimento teste */


/* slick */
.slick-slide {
    margin-left:27px;

  }

  /* the parent */
  .slick-list {
    margin-left:-27px;
   
  }

/****SLICK SLIDER****/

.slick-dotted ul{
    display: block;
	list-style-type: none;
	text-align: center;
	position: relative;
	top:30px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	background: #373855;
	color: #373855;
}

.slick-slide:focus { outline: none; }
/* fim slick */

.container-slider{

	overflow: hidden;
    padding: 0 2%;
  
}

/* .container-slider-sigle{
	float:left;
	background-color: #d8d8d8;
	padding: 10px;
} */
.container{
	overflow: hidden;
}

section.depoimentos {
    background-size: cover;
    padding: 40px 0;
    width: 100%;
    min-height: 64vh;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.depoimentos p{
	text-align: center;
}
section.depoimentos h2{
	text-align: center;
}
.containerDepoimento{
	overflow: hidden;
}
.containerDepoimentoSigle{	
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
	float: left;

}
.containerDepoimentoSigle img{
	border-radius: 108px;
     margin: 0 2%;

}
.userInfo{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
p.depoimentoText{
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--terceario);
}

p.name{
	margin: 0 !important;
}
section.associados{
	padding: 4% 0;
	background: var(--apoio1);
}
div.associadosContainer{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.certificadoHome{
	width: 100%;
	padding: 3% 0;
    background: #fff;
}
.certificadoHomeContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	
}


.certificadoHomeLeft{
	width: 49%;
	
}
.certificadoHomeRight{
	width: 49%;
    display: flex;
    flex-wrap: wrap;

	align-items: baseline;
    padding: 2% 0;
}
.comoFuncionaHeader{
	width: 100%;
    display: flex;
    padding: 2% 0% 2% 0% !important;
}
.comoFuncionaContainer{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comoFuncionaLeft{
	width: 49%;
    padding: 2% 0;
}
.comoFuncionaLeft h1{
	font-size: 33px;
	text-align: left;
}
.comoFuncionaRight{
	width: 49%;
}
.comoFuncionaFaixaContainer{
	width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.comoFuncionaContent{
	    
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 68%;
}
.comoFuncionaTitutlo{
	width: 100%;
}
.comoFuncionaTitutlo h2{
	padding: 0;
}
.comoFuncionaAcao{
    width: 60%;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.comoFuncionaFaixa{
	padding: 4% 0;
    background: #ededed;
}
.comoFuncionaLeft h1{
 font-weight: 500;
}
.comoFuncionaLeft p{
	font-size: 1.2rem;

   }
/* como funciona */
.comoFuncionaJornada{
	width: 100%;
    padding: 3% 0;
    background: #fff;
}
.jornadaContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.comoFuncionaBoxContent{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.comoFuncionaBoxSolo {
    width: 24%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cFboxSoloImg{
	display: flex;
    width: 100%;
    justify-content: center;
}
.cFBoxSoloContent {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
/* fim como funciona */

/* inicio certificado */
.certificadoContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.certificadoContainer h1{
	text-align: center;
}
.certificadoContainer h3{
	text-align: left;

}
.certificadoEdmContainer{
	width: 100% !important;	
	align-items: flex-start !important;
}
.certificadoEdmBanner {
	width: 47%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    align-items: flex-start;
}
.edmBannerTopo{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: flex-start;
}
.edmBannerTopo img{
	width: 100%;
}
.certificadoBtnMatricula{
	width: 39% !important;
    font-size: 16px;
    color: var(--white-color);
    padding: 3%;
    line-height: 1;
    margin: 2%;
    transition: var(--transition);
    text-align: center;
    background-color: var(--main-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
    margin-bottom: 0;
    text-transform: inherit;
}

.certificadoBtnIndividual:hover {
	background: #716F70 !important;
	color: #FFFFFF !important;
	border: 1px solid #716F70 !important;
}
.certificadoBtnIndividual{
	width: 39% !important;
    font-size: 16px;
    color: var(--white-color);
    padding: 3%;
    line-height: 1;
    margin: 2%;
    transition: var(--transition);
    text-align: center;
 
    border-radius: var(--border-radius);

    margin-bottom: 0;
    text-transform: inherit;
	background-color: #FFFFFF;
    border: 1px solid #716F70;
    border: 1px solid #ececed;
    color: #716F70;
}

.edmCertificadoRight{
	flex-direction: column !important;
}
.edmCertificadoRight h4{
	font-weight: 600;
}
.edmCertificadoUl{
	width: 100% !important;
	flex-direction: column !important;
	list-style: inside !important;
} 
.edmCertificadoUl li{
	padding-left: 6%;
}
.edmCertificadoTitle{
	padding: 3% !important;
} 
.certificadoCompartilhe{
	width: 100%;
    background: var(--apoio1);
    padding: 5% 0;
}
.compartilheContainer{
	width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.compartilheTitle{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}
.compartilheSocial{
	    width: 100%;
    display: flex;
    justify-content: center;
}
.list-yellow{
	padding: 2% 0;
    display: flex;
    justify-content: space-between;
    width: 69%;
}
.list-yellow ul{
	display: flex !important;
    justify-content: center !important;
}
.list-yellow ul li{
	width: 20%;
    display: flex !important;
	justify-content: center !important;
    align-items: center !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    color: var(--heading-color) !important;
	padding-left: 35px !important;
	position: inherit !important;
}
.list-yellow ul li i{
    position: inherit !important;

    width: 26px !important;
	padding: 0 !important;
    height: 26px !important;
    display: flex !important;
    justify-content: center !important;
    
    align-items: center !important;
    text-align: center !important;
    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
    border-radius: 14px !important;
}

.certificadoConsulta{
	width: 100%;
	background: var(--ededed);
	padding: 4% 0;
}
.ConsultaContiner{
	
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.ConsultaContinerForm{
	width: 68%;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
/* fim certificado */
.blog {
	width: 100%;
	display: flex;
	justify-content: center;
  }

.blogContainer{
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2% 0;



}
.postSigle{
	width: 100%;
	background: #fff;
	min-height: 100px;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    align-items: flex-start;
	box-shadow:var(--box-shadow);
	margin-bottom: 2%;
}
.postSigle img{
	width: 30%;
	height: auto;
  padding: 2%;
  border-radius: 19px;
}
.contentPost{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 2%;
	
	
}
ul.dataHora li{
	font-size: 14px;
	color: var(--apoio2);
	width: 34%;
}
ul li i{
	padding-right: 7%;
}
h3.blogTitulo{
	font-size: 19px;
    line-height: 1.6;
	color: var(--apoio2);
	font-weight: 700;
}
p.blogTitulo a:hover{
	color:var(--secundario) !important;
}
.categoriaBlog{
	margin: 4% 0px;
    width: 100%;
    display: flex;
    flex-direction: column;	
}
p.categoriaBlog{
	color: var(--terceario);
}
.container{
	width: 50%;
}
.bannerImg{
	width: 47%;
    display: flex;
}
.bannerImg img{
	width: 100%;
    height: auto;
}
.pesquisar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 63%;
}
.categoriaResponsive{
	display: none !important;
	padding: 0;
}
footer{
	width: 100%;
	background: #0a0a0a;
	display: flex;
	justify-content: center;
	align-items: center;
	
	padding: 4% 0;
}
section.footerTop{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
	
}
ul.menuSolo{
	width: 33%;
	display: flex;
	flex-direction: column;

}
ul.menuSolo li{
	padding: 2% 0;
}
.menuSolo li > a{
	color: var(--apoio1);
	text-decoration: none;
	font-size: var(--font-size);
	font-weight: 400;
    line-height: 1.5;

}
.controleFooter{
	display: flex;
    width: 100%;
    align-items: flex-start;
}
.footerRight{
	display: flex;
    justify-content: right;
    width: 25%;
	flex-direction: column;
}
p.footerRight_local{
	color: var(--apoio1);
	width: 100%;
	font-size: 12px !important;
}
section.footerBotton{
	width: 100%;
	background:var(--apoio2);

}
.ftBotton{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	padding: 2% !important;
	
}
.copyText{
	text-align: center;
	font-size: 15px !important;
	color: var(--apoio1);
}
section.pagina{
	min-height: 21vh;
	

}
.headerContainer{
	width: 65%;
	padding-bottom: 10%;
}
.detalhes-container{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	padding: 4%;
    background: #f9f9f9;
    border: 1px solid var(--border);
    border-radius: 4px;
}
.containerOferta{
	width: 35%;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    display: flex;
	padding: 4% 0;
    padding-left: 2%;
}
.headerContainer img{
	width: 100%;
	height:auto;
}

/* tabs */
.tabs {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 5% 0px;
}

.tab-links {
  margin: 0;
  padding: 0;
}

.tab-links li {
  margin: 0;
  display: inline-block;
  list-style: none;
  width: 33.3%;
  padding: inherit;
}

.tab-links a {
  padding: 18px;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  background: var(--principal);
  margin-right: 5px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid var(--border);
  width: 100%;
  text-align: center;

}

.tab-links a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.tab-links .active a {
	border-top: 2px solid var(--secundario);	
  background: #fff;
  border-bottom: 2px solid #fff;
}
.tab{
	display: none;
}
.tab-content {
  display: block;
  background: #fff;
  padding: 15px;
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0px 0px 6px 6px;
}
.active{
	display: block;
}
.tab-content.active {
  display: block !important; 
}
.siteMap{ 
	padding: 2%;
	background: var(--principal);

}
.aprenderContainer{
	background: var(--box);
    padding: 3%;
	margin: 2% 0;
    border-radius: 9px;
    border: 1px solid var(--border);
}
/* fim tabs */

.containerContent{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
}
.detalhesHeaderLeft{
	width: 70%;
    text-align: left;
}
.buttonMatricula{
	width: 100%;
    padding: 1% 0;
}
.matriculaIndividual{
    width: 100% !important;
    padding: 4% 3% !important;
    text-align: center;
    justify-content: center;
	display: flex !important;
}
a.detalhesButton{
	background: var(--border) !important;
    color: var(--headline) !important;
    font-weight: 600;
}
.perguntas{
	display: flex;
    justify-content: center;
    width: 100%;
    text-align: left;
   
}
.perguntasContainer{
    background: var(--apoio1);
    border: 1px solid var(--border);
    padding: 4%;
	border-radius: 6px;
}
.perguntasContainer h2{
	padding: 1% 0;
}
.faq{
	padding: 3% 0;
}
.faq h2 {
	cursor: pointer;
	font-size: 15px !important;
  }
.question {
	display: none;
	cursor: pointer;
	padding: 2% 0;

  }
.question p{
	background: #f5f6fa;
    color: #111111;
    padding: 2%;
	font-size: 18px !important;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.question i{
	font-size: 23px;
	color: var(--apoio2);
	font-weight: bold;

}	
.answer {
	display: none;
	padding: 0 3%;
  }
  .answer p{
	font-size: 15px;
  }
  a.saibamaisButton:hover{
	background: #ffc946;
  }
  .siteMap a{
	text-decoration: none;
	font-size: 13px;
	color: #337ab7;
  }
  .siteMap a.mapActive{
	text-decoration: none;
	font-size: 13px;
	color:var(--terceario);
  }
  .detalhesCurso{
	width: 100%;
    display: flex;
    flex-wrap: wrap;

    background: var(--apoio1);
    border: 1px solid var(--border);
  }
  .detalhesCursoContainer{
	width: 100%;
  }
  .detalhesCursoContainer h2{
	font-size: 16px;
    width: 100%;
    padding: 4% 0;
    background: #f9f9f9;
	font-weight: 600;
	color: var(--body-color);
  }
  .detalheSolo{
	width: 100%;
	padding: 2% 6%;
    display: flex;
    justify-content: space-between;
	align-items: center;
  }
 .tituloDetalhe{

    text-align: left;
   font-weight: 600;
	font-size: 12px;
	display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
  }
.conteudoDinamico{
	display: flex;
    justify-content: right;
    align-items: center;
	text-align: right;
	font-size: 13px;
	width: 24%;
  }
  .share{
	text-decoration: none;
	color: var(--terceario);
  }
  .categoriasContainer{
	justify-content: space-between !important;
  }

  .categoriasContainer a:hover{
	background: var(--secundario);
	font-size: 14px ;
  }
  a.cursoCategoria:hover{
	color: var(--headline) !important;
	font-weight: 500 !important;
  }
.othersContainer{
	padding: 5% 0px;
}
.othersContainer h2{
	text-align: center;
}
.socialMidiaUl a:hover{
	background: var(--secundario);
    color: var(--apoio1);
}
.categoriasContainer li:hover{
	background: var(--secundario);
}
a.cursoCategoria{
     width: 100%;
     background: transparent !important;
}
.categoriasContainer li{
 cursor: pointer;
	border: 1px solid #e1e1e1;
    border-radius: 3px;
    /* padding-left: 1%; */
    padding: 1% 10px;
    width: 24%;
    text-align: left;
    margin: 2px 2px 5px 2px;
    white-space: normal;
}
.cursoCategoria{
	color: #484949;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}
.prev:hover{
	color: white;
	background: #00000099;
}
.prev{
	cursor: pointer;
    width: 4%;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: transparent;
    justify-content: center;
    border-radius: 0px 0px 0px 10px;
    height: 407px;
    color: transparent;
	top: 0;
    left: 0;
}
.next:hover{
	color: white;
	background: #00000099;
}
.next {
    cursor: pointer;
    width: 4%;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
	bottom: 0;
	right: 0;
    background: transparent;
    justify-content: center;
    border-radius: 0px 0px 10px 0px;
    height: 407px;
    color:transparent;
}
section.blogBanner{
	background-color: var(--principal);
	padding-bottom: 7%;
}
.bannerContentBlog{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bannerContentBlog img{
	width: 100%;
	    height: auto;
}
.blogPage{
	width: 72%;
	padding-bottom: 10%;
	
}
.blogPageLeft{
	width: 28%;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    display: flex;
	
    padding-left: 2%;
	
}
.bannerContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-direction: row-reverse;
    margin: 5% 0;

}


.blogNoticiaContainer{
	width: 100% !important;
	padding-left: 4% !important;
}
.postSigleBlog{
    box-shadow: none;
	border: 1px solid var(--border);
}
.dataHorablog{
	font-size: 12px !important;
    color: var(--terceario) !important;
	font-weight: 500;
   

}
.newsletter{
	padding: 7% 0;
    background: #004aad;
}
.newsletter p{
	color: #FFF;
    padding: 0 5%;
}
.newsletterForm{
	padding: 5%;
}
.newsletterForm input[type="text"],
.newsletterForm input[type="email"]{
	width: 100%;
    padding: 4%;
    margin: 2% 0;
    border-radius: 16px;
    outline: none;
    border: 0;
}
.newsletterForm input[type="submit"]{
	background: var(--secundario);
    border: 0;
    color: #fff;
    padding: 4%;
    margin: 4% 0;
}
.adornoContainer img{
	width: 100%;
    padding: 3% 0;

}
.categoriaBlog{
	margin: 4% 0px;
}
.categoriaBlogContainer{
	--border:#ebf0ff;
	width: 100%;
    text-align: left;
    padding: 6%;
    border: 1px solid var(--border);
	background: var(--apoio1);

}
.categoriaBlogContainer li{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid var(--border);
	padding: 6%;
}
.catBlogSolo{
	text-decoration: none;
	color: var(--terceario);
}
.catBlogSolo:hover{
	color: var(--secundario);
}
.paginaCao{
	text-align: center;
}
.paginaCao a{
	margin: 0 5px;
	display: inline-block;
	padding: 8px 14px;
	background-color: #f5f6fa;
    border: 1px solid #d7d7d7;
	color: var(--headline);
	text-decoration: none;
}
.paginaCao a.activePage{
	background:var(--secundario) ;
	color: #fff;
}
.blogSearsh{
	width: 100% !important;
    
   
    
}
.pesquisarMobile{
    display: none;
}
/* inicio slide  categoria */ 
.box-tab-curso{
	border-bottom: 4px solid #f5f6fa !important;
    width: 100% !important;
    display: flex !important;
    padding: 2% 0 !important;
    justify-content: center !important;
}
.containerCategoria{
	display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
}
/* fim do slide categoria */
.blogTopo{
	width: 100%;
    display: flex;
	padding-top: 4%;
}
.blogTopoContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blogTopoLeftContainer{
	width: 59%;
    display: flex;
    flex-wrap: wrap;
}

.blogTopoLeftContainer hr{
	background-color: #CCCCCC;
    height: 0.5px;
    width: 100%;

}
ul.post-details{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.blogTopoLeftContainer h1{
	font-size: 37px !important; 
}
.post-details li i{
	padding: 0;
} 
.blogPostAuthor{
	width: 50%;
}
.blogSiglePageContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.blogSiglePageLeft{
	width: 59%;
    display: flex;
    flex-wrap: wrap;
}
.blogSiglePageLeft ol{
	width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 4%;
}

.blogSiglePageSolo{
	width: 100%;
}
.blogPageContentPlus{
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    text-align: center;
	width: 100%;
}
.featured{
	width: 100% !important;
}

.col-md-12{
	padding-right: inherit !important; 
     padding-left: inherit !important;
	 justify-content: left !important;
}

.pagination-area {
     margin-top: 0px !important; 
    text-align: center;
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.container{
	width: 100% !important;
    padding: 0 2% !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
}
.col-lg-12{
	    padding-right: inherit !important;
   padding-left: inherit !important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: inherit;
    width: 91%;
  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
.col-12 h1 {
    font-size: 45px !important;
    font-weight: 500 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
    line-height: inherit;
    padding: 0% 0px;
    margin: 0% 0;
}
.cursosAreaContainerTop{
	width: 100%;
    display: flex;
}
.cursoContainerTop{
	
       width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4% 0 3%;
}
.headerCursoContainerLeft{
	width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.headerCursoContainerLeft h1{
	font-size: var(--font_Size_H1) !important;
	font-weight: var(--font_Weight_h1) !important;

}
.headerCursoContainerRight{
	width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.cursoHeaderForm{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: right !important;
    width: 100% !important;
} 

.cursoHeaderForm input[type=text] {
    width: 40% !important;
    height: 40px !important;
    padding-left: 2% !important;
    color: var(--terceario) !important;
    border: 1px solid var(--border) !important;
    border-radius: inherit !important;
    outline: none !important;
    background: var(--apoio1) !important;
}

.pesquisarCursoIcon {
    width: 10% !important;
	border-radius: inherit !important;
}

.cursoSelectContainer{
	width: 40%;
    display: flex;
    justify-content: right;
}
.showing-top-bar-ordering{
	width: 90% !important;
}
.selectBox{
	width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    height: 40px !important;
    border: #343434 !important;
    border: 1px solid var(--border) !important;
    padding: 2% !important;
	color: var(--secundario);
	outline: none;
}
.selectBox option{
	padding: 2% 0 !important;
}
.cursoAreaContent{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.curseContainerArea{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.sideBarLeft{
	display: flex;
    width: 26%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
}
.curseTypeContent{
    width: 100%;
    display: flex;
    padding: 4% 7%;
    flex-wrap: wrap;
    border: 1px solid #ebf0ff;
    margin: 6% 0;
}
.curseTypeContent h2.title{
	font-size: 1rem !important;
    color: var(--secundario);
}
.curseTypeUl{
	flex-direction: column !important;
	padding: 0 0%;

}
.curseTypeUl li{
	display: flex;
    /* width: 100%; */
    align-items: center;
	padding: 4% 2% !important;
}
.sidebar-widget.list-filters .title {
    padding: 4% 4% !important;
    background-color: #F5F6FA;
}
.sidebar-widget.list-filters ul li a {
    display: block;
    width: 100%;
    border-left: 3px solid #FFF;
    padding-left: inherit !important;
    line-height: 1;
    font-size: 17px !important;
}
.curseLojaContent{
    width: 70%;
    display: flex;
}
.cursoRightContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 2% 0;
}
.cursoCardSolo{
	width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--border);
    box-shadow: var(--box-shadow);
    margin-bottom: 3%;

}

.New-single-course {
	margin: 2% 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: var(--box-shadow);
}
div.productContainer{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div.productContainer img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.productTitle{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: var(--secundario);
	min-height: 44px;
	padding: 0 4%;
}
div.titleLeftDesconto{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
	
	
	line-height: 16px;
}
div.titleLeft{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
	padding: 2% 0;
	line-height: 16px;
	
}
.sidebar-widget.list-filters ul li{
	padding: 5% 5% !important;
    border-bottom: 1px solid #F5F6FA;
    width: 100%;
}
.jornadaContainer h2{
	text-align: center;
}
.col-12{
	justify-content: left !important;
	padding: 0 !important
	;
	
}
.continue-lendo-wrapper h2{
	font-weight: 500 !important;
	padding: 0 !important;
}
.continue-lendo-wrapper ul{
flex-direction: column !important;
}
p.pacote{
	
		font-size: 91%;
		font-weight: 600;
		padding: 0;
		margin: 0;
		color: var(--headline);
}
p.cursoQtd{
	font-weight: 400;
    font-size: 90%;
    padding: 0;
    margin: 0;
	color: var(--headline);
}
.titleRight{
	background: var(--apoio2);
    border-radius: 100% 100% 100% 100% / 90% 90% 90% 90%;
    padding: 0 ;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
p.Packvalor{
	color: var(--apoio1);
	font-size: 13px;
	line-height: 1.2;
}
.categoriaNameContainer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;

	padding: 2% 0;
}
.titleDescontoRight{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 24%;
}
p.cetegoriaName{
	font-size: 14px;
	padding: 0;
}
p.desconto{
	
    font-size: 14px;
	text-align: right;
}
.CursoContainer{
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;

}

.tituloPrincipalCurso{
	width: 100%;
	justify-content:left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
p.contenteText{
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	font-size: 84%;
	padding: 0;
	margin:  0;
	
}
.cargaContainer{
	width: 100%;
	padding: 0 2%;
}
p.cargaHoraria{
	    font-size: 12px;
		padding: 0;
}
.avaliacao{
	width: 100%;

}
.avaliacaoStar-active{
	display:block;
}
.avaliacaoStar{
	display:none;
}
.alunosqtd_container{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 0 2%;
}
p.alunosQtd{
	text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: var(--destaqueApoio);
	
}
.productTitleFree {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: var(--secundario);
    min-height: 44px;
    padding: 0 4%;
}
.paddigLateral{
	padding: 0 4%;
}
.paginacaoCursoContainer{
	text-align: center;
    width: 100%;
    display: flex;
    justify-content: center !important;
}
/* curso sigle */
/* .curriculum-content h3 {
    padding: 30px !important; 
    border-bottom: 1px solid #eeeeee !important;
    margin-bottom: 0 !important;
}
.curriculum-content h4{
	font-size: 18px !important;
    padding: 20px 30px !important;
} */
.curriculum-content{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.curriculum-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	
}
/* .curriculum-content ul li {
    background-color: #f8f8f8 !important;
    position: relative !important;
    padding: 15px 30px !important;
}
.curriculum-list ul{
	flex-direction: column;
	
}
.curriculum-list ul > li{
	text-align: left;
    display: flex;
    width: 100%;
} */
.meet-title{
	padding: 2% 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: left;
}
.meet-title i{
	padding-right: 3%;
	font-size: 24px;
}
ul.conteudoTabelaCurriculo{
	flex-direction: column;
    background: var(--border);
    padding: 2%;
}
.listaCurriculum{
	display: flex;
    width: 100%;
    justify-content: left;
    padding: 2% 0;
    align-items: center;
}
span.ListaCurriculuContent{
	width: 100%;
    padding: 2% 0;
}
i.curriculumIcon{
	padding-right: 2% !important;
}
.conteudoListCurriculoName{
	padding: 2% !important;
}
.topo-breadcrumb{
    background: #f8f9fa !important;
    
    font-size: 13px !important;
}
/* fim curso sigle */
.user-area-style .contact-form-action form .form-group{
	width: 100% !important;
}
.section-title{
width: 100% !important;
}
.our{
	display: block !important;

}
.col-lg-5{
	display: block !important;
}
.panel-group{
	display: block;
}
.accordion{
	display: block;
}
.faq .panel-group .panel-default .panel-heading.dad .panel-title.dad i.bx {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.owl-nav button{
	width: 4%;
    height: 49px;
}
.black{
	color: var(--headline) !important;
}
.titleH1{
	font-weight: 600;
}
.title{
	font-weight: 500 !important;
}
.postHomeHover:hover{
color: var(--secundario) !important;

}

.blogTitulo:hover{
	color: var(--secundario);
}
.modalSocialMidia{
	display: none;
}
div.tab1 > h3{
	font-weight: 500 !important;
}
h3 {
    font-weight: 500;
}
.menuFooterContainer{
	display: flex;
    justify-content: space-between;
} 
.controleFooter {
    display: flex;
    width: 72%;
    align-items: flex-start;
}
.planoLink:hover{
	background: var(--secundario);
	color: var(--headline) !important;
}
.perguntasContainer h4 {
    font-size: 17px;
    color: var(--terceario);
    font-weight: 400;
}
.facSection{
	display: flex;
    width: 100%;
    justify-content: center;
}
.faqContainer{
	width: 100%;
    display: flex;
    justify-content: center;
}
.faqConteudoContent{
	width: 100%;
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
}
.faqConteudoContent p{
	text-align: center;
}
.accordion-content > div.list-yellow{
	
		display: flex;
		width: 100%;
		justify-content: center;
	
}
.accordion-content >div.list-yellow > ul{
	width: 100%;
    display: inline-flex !important;
    justify-content: space-between !important;
    align-items: baseline;
}
.accordion-content >div.list-yellow > ul > li{
	width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: left !important;
}
.faq-contacts{
	width: 100%;
    display: flex;
    justify-content: center !important;
	flex-wrap: wrap;
}
.faq-contacts h3{
	text-align: center;
}
div.cta_faq{
    width: 100%;
    display: flex;
    justify-content: center !important;
    padding: 4% 0;
}
.faqContactsContainer{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faqContectsBox{
	width: 33%;
    display: flex;
    justify-content: center;
    text-align: center;
	flex-wrap: wrap;
}
.faqAcao{
	width: 100%;
    display: flex;
    justify-content: center;
    padding: 4% 0;
}
.formGuestAcao{
	width: 100%;
display: flex;
justify-content: center;
padding: 4% 0;
}
.mr-section-title h2{
	font-weight: 500 !important;

}
div.card-body > .list-yellow li{
	width: 100% !important;
    text-align: left !important;
    justify-content: left !important;
}
.matricularCertificado{
	display: none!important;
}
.planosDesktop{
	display:flex;
}
.planosMobile{
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
  }
@media screen and (max-width: 900px){
    .bannerContentBlog img{
	width: 100%;
	    height: auto;
}
    .bannerRight {
    width: 50%;
    display: none;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
	.comoFuncionaLeft{
		display: none !important;
	}
	.planosMobile{
		display: flex;
	}
	.sinal{
		display: none !important;
	}

	.planosDesktop{
		display:none;
	}
	.matricularCertificado{
	    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    padding: 2% 5% !important;
	}
	.containerFooter {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.adornoContainer {
		display: none;
	}
	/* .bannerRight{display: none;} */
	a.login{
		display: none !important;
	}
	.faqContectsBox {
		width: 100%;
	}
	.continue-lendo-wrapper ul{
		text-align: center !important;
    	justify-content: center !important;
	}
	.continue-lendo-wrapper h2{
		width: 100% !important;
		text-align: center !important;
		font-size:23px !important;
	}
	.detalhesHeaderLeft p{
		text-align: left;
	}
	div.titulo> h2.title{
		font-size: 22px;
    	text-align: left;
	}
	.cursoCategoria {
		width: 100%;
   		 height: 100%;
		color: var(--terceario);
		font-weight: 400;
		font-size: 15px;
		text-decoration: none;
	}
	.perguntasContainer h4 {
		font-size: 17px;
		color: var(--terceario);
		font-weight: 400;
	}
	
	.perguntasContainer h2{
		text-align: left !important;
	}
	.aprenderContainer h2{
		text-align: left !important;
	}
	.tab h3 {
		text-align: left !important;
		font-weight: 500 !important;
		font-size: 21px;

		margin: 0;
		line-height: inherit;
	}
	.tab p{
		padding: 2% 0 !important;
		margin: 0 !important;	

		text-align: left !important;
	}
	.comoFuncionaAcao{
		width: 100% !important;
	}
	.comoFuncionaTitutlo{
		width: 100% !important;
	}
	.tab-links li {
		margin: 0;
		display: flex;
		list-style: none;
		width: 100%;
		padding: inherit;
	}
	.postHomeContent li{
		width: 50% !important;
	}
	.associadosSigle {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.associadosContainer a{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sideBarLeft {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: left;
	}
	p.cargaHoraria {
		font-size: 14px;
		padding: 0;
		text-align: left;
	}
	p.contenteText {
		width: 100%;
		font-weight: 600;
		
		font-size: 23px;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	p.desconto {
		font-size: 16px;
		text-align: right;
	}
	p.cetegoriaName {
		font-size: 16px;
		padding: 0;
		text-align: left;
	}
	p.cursoQtd{
		color: var(--headline);
		font-size: 91%;
		font-weight: 500;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	p.pacote {
		color: var(--headline);
		font-size: 20px;
		font-weight: 600;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	div.titleLeft {
		width: 48%;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		/* padding: 2% 0; */
		line-height: 16px;
	}
	.cursoCardSolo a{
		width: 100%;
	}
	.imgContainer a{
		width: 100%;
	}
	.imgContainer{
		width: 100%;
	}
	.cursoCardSolo img{
		width: 100%;
	}
	.cursoCardSolo {
		width: 100%;
	}
	.curseLojaContent {
		width: 100%;
		display: flex;
	}
	.curseContainerArea {
		width: 100%;
		display: flex;
		justify-content: start;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.showing-top-bar-ordering {
		width: 100% !important;
		margin: 3% 0;
	}
	.cursoHeaderForm input[type=text] {
		width: 90% !important;
		height: 40px !important;
		padding-left: 2% !important;
		color: var(--terceario) !important;
		border: 1px solid var(--border) !important;
		border-radius: inherit !important;
		outline: none !important;
		background: var(--apoio1) !important;
	}
	.headerCursoContainerLeft {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.cursoSelectContainer {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.cursoHeaderForm {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
	}

	.headerCursoContainerRight {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cursoContainerTop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

	.cursoContainerTop {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	div.containerContent > h2.title{
		font-size: 22px !important;
		
	}
	.categoriasContainer li{
		width: 100%;
		padding: 2%;
	}
	.aprenderContainer li {
		font-size: 15px;
		padding: 2% 1px;
	
		display: flex;
		align-items: baseline;
	}
	.tab-links a {
		font-size: 15px;
	}
	.avaliacaoContainer{
		display: none !important;
	}
	.headerContainer{
		width: 100% ;
	}
.detalhesCursoContainer >div.buttonMatricula{
	padding: 0;
}
	.buttonResponciveCurso{
		padding-top: 0 !important;
	}
	.detalhesCursoContainer{
		padding-bottom:0 !important;
	}
	
	#compartilhar{
		display: none;
	}
	
	.detalhesCursoContainer h2{
		cursor: pointer;
	}
	.detalhesCursoContainer h2:hover{
		/* background: var(--destaqueApoio); */
		color: var(--secundario);
	}
	.detalhesCurso ul{
		display: none;
	}
	.containerContent{
		flex-direction: column-reverse;
	}
	.containerOferta {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		align-items: flex-start;
		display: flex;
		padding: 8% 0;
		padding-left: 0%;
	}
	.blogSiglePageLeft {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.blogPageContentSidebar{
		display: none;
	}
	.blogTopoLeftContainer h1 {
		font-size: 31px !important;
	}
	ul.post-details{
		display: none;
	}
	.blogPostSigleImg{
	
		width: 100% !important;
		display: flex;
		justify-content: center !important;
		align-items: baseline;
		padding-left: 0 !important;
		
	}
	.blogTopoContainer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.blogTopoLeftContainer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.dataHora {
		display: none;
	}
	.contentPost {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		padding: 2%;
	}
	.blogPage img {
		width: 100%;
		padding: 2%;
	}
	.blogNoticiaContainer{
		padding-left: 0 !important;
	}
	.blogPage {
		width: 100%;
		padding-bottom: 10%;
	}
	.categoriaBlogContainer {
		--border: #ebf0ff;
		width: 100%;
		display: flex;
		text-align: center;
		justify-content: center;
		padding: 6%;
		border: 1px solid var(--border);
		background: var(--apoio1);
	}
	.blogPageLeft{
		width: 100%;
		display: none;
	}
	.bannerContainer{
		
		flex-direction: column-reverse;
	}
	.ConsultaContinerForm {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	li.socialResponsiveEdm{
		width: 50% !important;
	}
	.pesquisaFormMeio > Button.exploreIcon{
		width: 20%;
	}
	.pesquisaFormMeio  input[type=text] {
		width: 61%;
		font-size: 70% !important;

	}
	.list-yellow ul li i{
		position: inherit !important;
		/* width: 22% !important; */
		padding: 2% !important;
		height: auto !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		color: var(--secundario) !important;
		background-color: transparent !important; 
		/* border-radius: 42px !important;*/
	}
	.comoFuncionaLeft h2{
		text-align: center !important;
	}
	.certificadoContainer h3 {
		text-align: center;
	}
	.comoFuncionaBoxContent {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.comoFuncionaBoxSolo {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.comoFuncionaAcao{
		width: 100%;
	}
	.comoFuncionaTitutlo h2{
		color: var(--headline);
	}
.comoFuncionaContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
	.comoFuncionaTitutlo {
		width: 100%;
	}
	.comoFuncionaLeft h1{
		text-align: center !important;
	}
	.comoFuncionaLeft {
		width: 100%;
		padding: 2% 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.comoFuncionaContainer {
		width: 100%;
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}	
	.postHomeContent h3{
		text-align: left !important;
	}
	.leiaMaisBlog{
		display: flex;
		justify-content: center;
	}
	.certificadoHome h2{
		font-size: 27px;
	}
	.certificadoHomeLeft {
		width: 100%;
	}
	.certificadoHomeRight {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		padding: 2% 0;
	}
	.postHomeLeft {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.bannerSigleBlog{
		display: none;
	}
	.controleFooter >ul.menuSolo li{
		text-align: center;
	}
	.controleFooter >ul.menuSolo {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.controleFooter {
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: center;
	}
	.footerRight img{
		width: 76%;
	}
	p.footerRight_local{
		color: var(--apoio1);
		width: 79%;
		font-size: 12px !important;
	}
	.footerRight {
		display: flex;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.menuFooterContainer {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.centerResponsive{
		width: 100% !important;
	}
	.categoriaResponsive{
		display: block !important;
		
	}
	.exploreIcon {
		width: 10%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0;
		background: var(--principal);
		border-radius: 15px 0px 0px 15px;
		border-top: 1px solid var(--border);
		border-bottom: 1px solid var(--border);
		border-left: 1px solid var(--border);
		border-right: 1px solid transparent;
		cursor: pointer;
	}
	.explorar{
		width: 100% !important;
		
		display: flex;
		justify-content: center;
	}
	.pesquisaFormMeio {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100% !important;
	}
	.categoriaResponsive{
		display: flex !important;
		padding: 0 !important;
	}
	
	.exploreCategorias{
		width: 76%;
	}
	.select-icon {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M7.646 11.646a.5.5 0 01-.707 0l-6-6a.5.5 0 01.707-.707L8 10.293l6.646-6.647a.5.5 0 01.707.707l-7 7z"/></svg>');
		background-repeat: no-repeat;
		background-position: right .75rem center;
		padding-right: 1.75rem;
	  }
	  
	  .select-icon option {
		background-color: #fff; /* ajuste a cor de fundo das opes conforme necessrio */
	  }
	select[name="categorias"] {
		width: 100%;
		height: 40px;
		padding-left: 5%;
		color: var(--terceario);
		border: 1px solid var(--border);
		border-radius: 15px;
		outline: none;
		background: var(--principal);
	}
	.desktop {
		display: flex !important;
	}
	.menuMobile{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		cursor: pointer;

	}
	ul.subCategoria.categoriaMobile {
		display: none;
	}
	.megaMenu {
		width: 100%;
		min-width: 100%;
		display: flex;
	}
	.menuMobile a:hover{
		color: var(--secundario);
	}
	.menuMobile a{
		color: var(--terceario);
		font-size: 31px;
		text-decoration: none;
	}
	ul.subCategoria {
		width: 50%;
	}
	div.entrar{
		display: none;
	}
	li {
		padding-right: 3%;
	}
	#matriculaTopo{
		display: none;
	}
	.nav{
		display:none;	
	}
	.acessoLinks {
		width: 10%;
		padding: 0 2%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.logo {
		width: 20%;
	}
	.logo img {
		width: 100%;
	}
	.pesquisar {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 63%;
	}
	.pesquisar input[type=text] {
		width: 82%;
		height: 40px;
		padding-left: 5%;
		color: var(--terceario);
		border: 1px solid var(--border);
		border-radius: 15px 0px 0px 15px;
		outline: none;
		background: var(--principal);
	}
	.pesquisaIcon {
		width: 18%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--secundario);
		border-radius: 0px 15px 15px 0px;
		border: 0;
		cursor: pointer;
	}
	.meio {
		width: 100%;
		justify-content: center;
		padding: 2%;
	}
	.banner{
		padding: 3% 0;
}
	
	h1{
		text-align: center;
		font-size: 35px;
	}
	h2.title{
	font-size: 27px;
    text-align: center;
	
}
	
	h3{
		text-align: center;
		font-size: 100%;
	}
	h5.promocao {
		color: var(--secundario);
		text-align: center;

		
		
	}
	p {
		width: 100%;
		padding: 2% 0;
		text-align: center;
	}

	.chamadaAcao {
		width: 100%;
		padding: 2% 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.controler {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 2% 0;
	}
	.planos{
		width: 100%;
		padding: 4% 0;
	}
	tr{
		padding: 4% 0;
	}
	.planoTitle {
		padding: 4% 0;
	}
    .blogHome{
        background-image:none !important; 
    }
    .categoriasContainer a{
        width:100%;
    }
    .headerContainer img {
    width: 100%;
    height: auto;
}
    
}

#modal_consultar_certificado{
  display: none;
}