#mapaHome {
  position:relative;
  width:100%;
  height:650px;
}
.mapa {
  position: absolute;
  top:0;
  width: 100%;
}
#contentMapaAccordeon {
  position: relative;
  z-index: 9;
  padding-top:150px;
}
.containerAccordeonMapa {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.iconServicesTop {
    font-size: 25px;
    color: #000;
    height: 60px;
    width: 60px;
    background: #ffc300;
    border-radius: 200px;
    padding-top: 14px;
    border: solid 4px #fff;
    text-align: center;
}
html.sticky-header-active #header.header-effect-shrink .header-body img {
  height:auto;
}
.page-header {
  background: var(--dark);
}
.fixValoresArea {
    min-width: 285px; 
    background-color: #212529;
    border-radius: 10px;
    color: #fff;
    height: 400px;
    overflow-x: hidden;
}
ul#itens-selecionados {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.fixValoresArea.sticky {
  position: fixed;
  top: 95px;
  z-index: 999;
}
.areaFixOrcamento {
  padding: 20px;
}
.areaFixOrcamento p {
  color:#fff;
}
.radio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
  margin-top:10px;
}
.radio-grid input[type="radio"] {
  display: none;
}
.radio-grid label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 10px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    font-weight: 600;
    color: #404040;
    background: #fff;
    text-align: center;
    transition: all 0.25s ease;
    background: #f2f2f2;
    background: linear-gradient(144deg, rgb(235 235 235) 0%, rgb(209 209 209) 100%);
}
.radio-grid input[type="radio"]:checked + label {
  background: #ffb236;
  background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.radio-grid label:hover {
  background-color: #e2e2e2;
}
.btn-proximo {
  display: block;
  width: auto;
  background: #d6b24c;
  color: #fff;
  padding: 15px;
  font-size: 17px;
  border: solid 1px #d6b24c;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.25s ease;
}
.btn-proximo:hover {
  background: #fff;
  color:#000;
  border:solid 1px #d6b24c;
}
#formOrcamento label {
  width: 100%;
}
#formOrcamento .wpcf7-text {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 10px;
}
#passo-6 .wpcf7-text {
margin-top:5px;
}
#passo-1 .wpcf7-text {
margin-bottom: 0;
}
#formOrcamento strong {
font-size: 18px;
display: block;
width: 100%;
margin-bottom: 10px;
}
#formOrcamento .wpcf7-number {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 20px;
  margin-top:10px;
}
/*#formOrcamento span {
display: block;
margin-top:20px;
}*/
#formOrcamento label span {
margin-bottom: 5px;
margin-top:0px;
display: block;
}
/* Container geral dos arquivos */
.wpcf7 input[type="file"] {
display: none; /* Esconde o input original */
}
/* Cria um botão estilizado no lugar */
.wpcf7 input[type="file"] + label {
display: flex;
justify-content: center;
align-items: center;
padding: 14px 10px;
margin: 6px 0;
  background: #f2f2f2;
background: linear-gradient(144deg, rgba(242, 242, 242, 1) 0%, rgba(230, 230, 230, 1) 100%);
border: 1px solid #cecece; 
font-weight: 600;
color: #ffc300;
cursor: pointer;
transition: all 0.25s ease;
text-align: center;
width: 100%;
}
/* Hover para o botão */
.wpcf7 input[type="file"] + label:hover {
background-color: #f1f1f1;
}
/* Quando um arquivo for selecionado */
.wpcf7 input[type="file"].tem-arquivo + label {
background: #ffb236;
background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
color: #000;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
transform: translateY(-2px);
}
/* Texto do nome do arquivo selecionado */
.file-nome {
display: block;
font-size: 13px;
margin-top: 4px;
color: #555;
text-align: center;
}
.passo {
border:solid 1px #cecece;
padding: 25px;
margin-bottom: 30px;
}
#formOrcamento span.wpcf7-form-control-wrap {
  margin:0;
}
.alertCustom {
color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.wpcf7-submit {
  background: #ffc300;
  color: #fff;
  padding: 15px 30px;
  font-size: 17px;
  border: solid 1px #ffc300;
  transition: all 0.25s ease;
  cursor: pointer;
}
.downloadGabaritos {
display: block;
  margin-top: 13px;
}
.areaFixOrcamento h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: normal;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
.areaFixOrcamento p.text-totalEstimado {
display: block;
  margin-top: 12px;
  font-size: 17px;
  
  padding-top: 11px;
}
span#orcamento-total {
    font-weight: 700;
  color: #ffac26;
}
#bannerGraficaPage {
  width: 100%;
  background: #3c4043;
  /* background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%); */
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  color: #fff;
}
#painelAutor .alert {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0;
  z-index: 999;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
#painelAutor .tab-content {
  /* border-radius: 0 0 4px 4px; */
  box-shadow: 0 1px 20px 6px rgba(0, 0, 0, 0.04);
  /* background-color: var(--light); */
  /* border: 1px solid #EEE; */
  /* border-top: 0; */
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 7px;
}
#painelAutor ul#author-tabs .nav-link{
width: 100%;
text-align: left;
background-color: #eee;
color:#212529;
padding: 15px;
font-size: 15px;
transition: transform 0.5s ease;
}
#painelAutor ul#author-tabs li{
margin-bottom: 8px;
}
#painelAutor ul#author-tabs button.active{
width: 100%;
text-align: left;
background: #ffb236;
background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
color:#fff;  
}
#painelAutor ul#author-tabs button:hover{
width: 100%;
text-align: left;
background: #212529;
background: linear-gradient(90deg, rgba(33, 37, 41, 1) 0%, rgba(61, 62, 71, 1) 66%);
color:#fff;  
transform: scale(1.02); /* Aumenta o tamanho do link em 10% */
}
#painelAutor ul#author-tabs a:hover{
width: 100%;
text-align: left;
background: #212529;
background: linear-gradient(90deg, rgba(33, 37, 41, 1) 0%, rgba(61, 62, 71, 1) 66%);
color:#fff;  
}
#painelAutor ul#author-tabs li button i {
  font-size: 18px;
  display: inline-block;
  margin-right: 7px;
}
.titleTabs i {
  color: #ffc300;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}
#submeterButtons a {
background: #ffb236;
background: linear-gradient(144deg, rgba(255, 178, 54, 1) 0%, rgba(255, 156, 0, 1) 100%);
display: block;
width: 100%;
color: #fff;
margin-bottom: 15px;
padding: 12px;
font-size: 14px;
border-radius: 6px;
line-height: 17px;
}
#submeterButtons a:hover {
text-decoration: none;
color:#fff;
background: #212529;
background: linear-gradient(90deg, rgba(33, 37, 41, 1) 0%, rgba(61, 62, 71, 1) 66%);
}
a {
  transition: transform 0.5s ease;
}

a:hover {
  transform: scale(1.02); /* Aumenta o tamanho do link em 10% */
}
body {
   font-family: "Montserrat", sans-serif;
  }
#valoresContainer {
margin-bottom: 100px;
}
#valoresContainer i {
font-size:40px;
margin-bottom: 25px;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul {
  padding: 50px 0;
  padding-top: 0;
}
.timeline ul li {
list-style-type: none;
position: relative;
width: 6px;
margin: 0 auto;
padding-top: 50px;
}
.timeline ul li::after {
content: "";
position: absolute;
left: 50%;
top: 90px;
transform: translateX(-50%);
width: 45px;
height: 45px;
border-radius: 50%;
background: inherit;
z-index: 1;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #ffffff;
  border: solid 1px #e5e5e5;
  border-radius:10px;
}
.timeline ul li strong {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}
.timeline ul li:nth-child(odd) div {
left: 45px;
}
.timeline ul li:nth-child(even) div {
left: -439px;
}
.timeline time {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffc300;
  margin-top: 15px;
}
/* EFFECTS –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
transition: background 0.5s ease-in-out;
}
.timeline ul li.in-view::after {
background: #ffc300;
}
.timeline ul li div {
visibility: hidden;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-child(odd) div {
transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(even) div {
transform: translate3d(-200px, 0, 0);
}
.timeline ul li.in-view div {
transform: none;
visibility: visible;
opacity: 1;
}
/* GENERAL MEDIA QUERIES –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
.timeline ul li div {
  width: 250px;
}
.timeline ul li:nth-child(even) div {
  left: -289px;
}
}
@media screen and (max-width: 600px) {
.timeline ul li {
  margin-left: 20px;
}
.timeline ul li div {
  width: calc(100vw - 91px);
}
.timeline ul li:nth-child(even) div {
  left: 45px;
}
.timeline ul li:nth-child(even) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f45b69 transparent transparent;
}
}
/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
width: 40px;
height: 40px;
border-radius: 0;
}
.timeline-rhombus ul li::after {
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.timeline-rhombus ul li div::before {
bottom: 12px;
}
.timeline-star ul li::after {
clip-path: polygon(
  50% 0%,
  61% 35%,
  98% 35%,
  68% 57%,
  79% 91%,
  50% 70%,
  21% 91%,
  32% 57%,
  2% 35%,
  39% 35%
);
}
.timeline-heptagon ul li::after {
clip-path: polygon(
  50% 0%,
  90% 20%,
  100% 60%,
  75% 100%,
  25% 100%,
  0% 60%,
  10% 20%
);
}
.timeline-infinite ul li::after {
animation: scaleAnimation 2s infinite;
}
@keyframes scaleAnimation {
0% {
  transform: translateX(-50%) scale(1);
}
50% {
  transform: translateX(-50%) scale(1.25);
}
100% {
  transform: translateX(-50%) scale(1);
}
}
.addtoany_header {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 20px;
    border-top: solid 1px #cecece;
    padding-top: 17px;
}
#parceirosArea .custom-card-style-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px; /* altura fixa para padronizar */
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

#parceirosArea .custom-card-style-1 img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
img#equipeFotoimg {
  height:320px;
}
#tituloSlider strong {
  color:#fff;
  font-weight: 700;
}
img#logoGrupo {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
#carouselBlocknav .owl-nav {
  display: block;
}
#pageSubmeterCapdeLivro button.nav-link.active {
  text-align: left;
  background-color: #212529;
}
#pageSubmeterCapdeLivro button.nav-link {
  text-align: left;
  background-color: #ffc300;
  color:#fff;
  margin-bottom: 5px;
}
#tituloLivrosEditora {
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card {
  overflow: hidden;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card a,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card a,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card a {
  display: block;
  text-align: left;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__image,
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card img,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__image,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card img,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__image,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card #tituloLivrosEditora,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card #tituloLivrosEditora,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card #tituloLivrosEditora {
  text-align: left;
  margin-bottom: 10px;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__rating,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__rating,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__rating {
  margin-bottom: 10px;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__stars,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__stars,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__stars {
  display: inline-block;
  line-height: 1;
  position: relative;
  width: max-content;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__base,
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__fill,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__base,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__fill,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__base,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__fill {
  display: block;
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1;
  white-space: nowrap;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__base,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__base,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__base {
  color: #d3d9e5 !important;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__fill,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__fill,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__fill {
  color: #f5b301 !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__meta,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__meta,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__meta {
  color: #6f7891;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 6px;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__meta strong,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__meta strong,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-rating__meta strong {
  color: #1d273f;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__duration,
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__duration,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__duration,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price {
  text-align: left;
}
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price del,
body.page-template-page-cursos-php #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price ins,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price del,
.page-template-page-cursos #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price ins,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price del,
#pageSubmeterCapdeLivro #cardCatalo.seven-course-catalog-card .seven-course-catalog-card__price ins {
  display: inline-block;
}

.slms-course-header-rating .seven-lms-rating-summary {
  align-items: center;
  gap: 12px;
}

.slms-course-header-rating__link {
  display: inline-block;
  text-decoration: none;
}

.slms-course-header-rating__link:hover,
.slms-course-header-rating__link:focus {
  text-decoration: none;
}

.slms-course-header-rating .seven-lms-rating-stars__base {
  color: rgba(255, 255, 255, 0.42);
}

.slms-course-header-rating .seven-lms-rating-stars__fill {
  color: #f5b301;
}

.slms-course-header-rating .seven-lms-rating-summary__meta {
  color: rgba(255, 255, 255, 0.78);
}

.slms-course-header-rating .seven-lms-rating-summary__meta strong,
.slms-course-header-rating .seven-lms-rating-summary__meta span {
  color: inherit;
}
.btnSubmetaEditora {
  width: 100%;
  display:block;
  margin-bottom: 20px;
}
.nomeAutorCatalogo {
    display: inline-block;
    /* width: 100%; */
    background: #ffc300;
    width: auto;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 29px;
    padding-left: 20px;
    padding-right: 20px;
}
#picCatalogoProduto img {
  width: 100%;
}
#contentProduto span.onsale {
    background: #ffc300;
    position: absolute;
    width: 74px;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    color: #ffff;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 10px;
    z-index: 999;
}
ul.wc-tabs {
  display: none;
}
#contentProduto .price {
  font-size:36px;
}
#contentProduto .price .woocommerce-Price-amount bdi {
    color: #ffc300;
    font-weight: 900;
}
#contentProduto .price del .woocommerce-Price-amount bdi {
  color: #c8c8c8;
  margin-right:10px;
}
#contentProduto .quantity {
  display:none;
}
#contentProduto  #btnAddCarrinho {
    font-size: 16px;
    padding: 13px;
}
#contentProduto .woocommerce-tabs {
  margin-top:25px;
}
#contentProduto .woocommerce-tabs h2{
  margin-bottom:10px;
}
#contentProduto .woocommerce-notices-wrapper .woocommerce-message a {
  background: #000;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    color: #fff;
}
#contentProduto .woocommerce-notices-wrapper .woocommerce-message a:hover {
  text-decoration: none;
  background:#ffc300;
  color:#fff;
}
#carrinhoSeven .wc-block-cart-items thead {
    font-size: 20px;
    color: #212529;
}
#carrinhoSeven .wc-block-cart-items tbody td.wc-block-cart-item__total span.price {
    color: #212529;
    font-weight: 700;
    font-size: 18px;
}
#carrinhoSeven .wc-block-cart-item__prices {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
#carrinhoSeven .wc-block-components-product-metadata {
  display: none;
}
#carrinhoSeven .wc-block-cart-item__remove-link {
    background: #cb0909;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
}
.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap;
    background: #40bb49;
    color: #fff;
}
/**
 * My Account
 */

#minhaconta  .woocommerce-MyAccount-navigation {

}

#minhaconta  .woocommerce-MyAccount-content {
 
}

#minhaconta  .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li a {
	padding:10px 20px;
	display: block;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 8px;  
}

#minhaconta  .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--cursos a:before {
    font-family: 'FontAwesome';
	content: "\f02d";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--perfil a:before {
    font-family: 'FontAwesome';
	content: "\f2c0";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--avisos-cursos a:before {
    font-family: 'FontAwesome';
	content: "\f0a1";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mensagens-cursos a:before {
    font-family: 'FontAwesome';
	content: "\f0e0";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gerenciar-cursos a:before {
    font-family: 'FontAwesome';
	content: "\f040";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--alunos-cursos a:before {
    font-family: 'FontAwesome';
	content: "\f0c0";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--faturamento a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

#minhaconta  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

#minhaconta .seven-native-account-panel {
	background: #fff;
	border: 1px solid #d9dfeb;
	border-radius: 5px;
	box-shadow: 0 14px 36px rgba(18, 35, 68, 0.08);
	padding: 28px;
}

#minhaconta .seven-native-account-panel h2 {
	margin-top: 0;
	margin-bottom: 18px;
}

#minhaconta .seven-native-account-panel .row {
	row-gap: 20px;
}

#minhaconta .seven-native-account-card {
	background: #fff;
	border: 1px solid #d9dfeb;
	border-radius: 5px;
	height: 100%;
	padding: 20px 22px;
}

#minhaconta .seven-native-account-card .woocommerce-Address-title,
#minhaconta .seven-native-account-card .woocommerce-Address-title.title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

#minhaconta .seven-native-account-card .woocommerce-Address-title h3 {
	margin: 0;
}

#minhaconta .seven-native-account-card address {
	margin-bottom: 0;
}

#minhaconta .seven-native-account-form .row {
	row-gap: 18px;
}

#minhaconta .seven-native-account-form .form-row {
	margin-bottom: 18px;
}

#minhaconta .seven-native-account-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}

#minhaconta .seven-native-account-form .input-text,
#minhaconta .seven-native-account-form input[type="email"],
#minhaconta .seven-native-account-form input[type="password"],
#minhaconta .seven-native-account-form select {
	background: #fbfcff;
	border: 1px solid #d9dfeb;
	border-radius: 5px;
	min-height: 48px;
	padding: 13px 15px;
	width: 100%;
}

#minhaconta .seven-native-account-form--address .woocommerce-address-fields__field-wrapper {
	row-gap: 18px;
}

#minhaconta .seven-native-account-form--address .form-row {
	margin-bottom: 0;
}

#minhaconta .seven-native-account-form--address .select2-container .select2-selection--single {
	background: #fbfcff;
	border: 1px solid #d9dfeb;
	border-radius: 5px;
	height: 48px;
}

#minhaconta .seven-native-account-form--address .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-left: 15px;
	padding-right: 35px;
}

#minhaconta .seven-native-account-form--address .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 8px;
}

#minhaconta .seven-native-account-form #account_display_name_description {
	display: block;
	margin-top: 8px;
}

#minhaconta .seven-native-account-fieldset {
	margin: 12px 0 0;
	padding: 0;
}

#minhaconta .seven-native-account-fieldset legend {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0;
	padding: 0;
}

#minhaconta .seven-native-account-actions {
	margin-bottom: 0;
	margin-top: 10px;
}

.seven-registration-account-type {
  margin-top: 18px;
}

.seven-registration-account-type__legend {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
  color: #212529;
}

.seven-registration-account-type__options {
  display: grid;
  gap: 12px;
}

.seven-registration-account-type__option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.seven-registration-account-type__option:hover {
  border-color: #ffc300;
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.08);
}

.seven-registration-account-type__option input[type="radio"] {
  margin-top: 3px;
  accent-color: #212529;
}

.seven-registration-account-type__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.seven-registration-account-type__title {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  line-height: 1.3;
}

.seven-registration-account-type__description {
  color: #666;
  line-height: 1.5;
}

.seven-registration-account-type__option:has(input[type="radio"]:checked) {
  border-color: #ffc300;
  background: #fffaf0;
  box-shadow: 0 10px 28px rgba(255, 195, 0, 0.14);
}

@media (max-width: 575px) {
  .seven-registration-account-type__option {
    padding: 14px 16px;
  }
}

#produtoArchive h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}
#produtoArchive .card-body {
  padding: 15px;
} 
#produtoArchive .price {
    font-size: 25px !important;
    text-align: center;
    /* background: red; */
    display: block;
}
#produtoArchive .card-footer a.add_to_cart_button {
    background: #000;
    padding: 10px;
    line-height: 0;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
#produtoArchive .card-footer a.add_to_cart_button:hover {
    background:#ffc300;
    color:#fff;
    text-decoration: none;
}
#produtoArchive  .woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
p.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering select {
  padding: 15px;
    margin-bottom: 30px;
}
a.added_to_cart {
  display: block;
    color: #000;
    margin-top: 15px;
}
.seven-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 20px;
}

.seven-header-cart-fragment {
  display: flex;
}

.seven-header-register-dropdown .dropdown-toggle::after {
  display: none;
}

.seven-header-register-dropdown .dropdown-toggle.show {
  background: #ffc300;
  border-color: #ffc300;
  color: #212529;
}

.seven-header-register-menu {
  min-width: 250px;
  margin-top: 10px;
  padding: 8px 0;  
  border-radius: 0px;
  border-top:solid 3px #ffc300 !important;
  position:absolute;
  top: 26px !important;
}

.seven-header-register-menu .dropdown-item {
    padding: 3px 18px;
    color: #212529;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
}

.seven-header-register-menu .dropdown-item:hover,
.seven-header-register-menu .dropdown-item:focus {
  background: #fff5d1;
  color: #212529;
}

.seven-header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #d1d1d1;
    border-radius: 999px;
    background: #212529;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.seven-header-action:hover {
  background: #ffc300;
  border-color: #ffc300;
  color: #212529;
  text-decoration: none;
}

.seven-header-action i {
  font-size: 16px;
}

.seven-header-action__label {
  line-height: 1;
}

.seven-header-action__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #212529;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.seven-header-action:hover .seven-header-action__count {
  background: #fff;
  color: #212529;
}

@media (max-width: 991px) {
  .seven-header-actions {
    margin-left: 12px;
    gap: 8px;
  }

  .seven-header-action {
    min-height: 42px;
    padding: 0 12px;
  }

  .seven-header-action__label {
    display: none;
  }

  .seven-header-register-menu {
    min-width: 220px;
  }
}

li#minicartMenu {
  align-content: center;
}
li#minicartMenu .header-cart {
    border: solid 1px #d1d1d1;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    color: #000000;
}
li#minicartMenu .header-cart:hover {
  background: #ececec;
}
li#minicartMenu .header-cart a {
  color: #000;
  font-weight: 700;
}
li#minicartMenu .header-cart a:hover {
  text-decoration: none;
}
#welcome-dropdown i.fa-chevron-down {
  display: none;
}
.filtroRevista select {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 13px;
    margin-bottom: 22px;
    margin-top: 5px;
}
body.page-id-356 .wc-block-cart__submit-container a {
    background: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
}
body.page-id-356 .wc-block-cart__submit-container a:hover {
  text-decoration: none;
  color:#000;
  background:#ffc300;
}
.page-id-74 .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button {
   background: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    color:#ffc300;
     border:none;
}
.page-id-74 .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover {
  text-decoration: none;
  color:#000;
  background:#ffc300;
  border:none;
}
.page-id-74 .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
   font-weight: 600;
    font-size: 16px;
    color:#ffc300;
}
.page-id-74 .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover {
  text-decoration: none;
  color:#000
}
.page-id-74 .woocommerce-order p.woocommerce-notice {
      display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 52px;
}
#navMenuPainel_user ul li a {
    text-align: left;
    background-color: #ffc300;
    color: #fff;
    margin-bottom: 5px;
    border-radius:4px;
    font-size:15px;
}
#navMenuPainel_user ul li a:hover {
  text-decoration: none;
  background-color: #212529;
    color: #fff;
}
#navMenuPainel_user ul li.is-active a {
   background-color: #212529;
    color: #fff;
}
.woocommerce-MyAccount-content td.download-file a.woocommerce-MyAccount-downloads-file {
  background-color: #ffc300;
    color: #fff;
}
.woocommerce-MyAccount-content td.download-file a.woocommerce-MyAccount-downloads-file:hover {
  background-color: #212529;
    color: #fff;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
  white-space: nowrap;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .seven-orders-table__actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action {
  align-items: center;
  border: 0;
  border-radius: 5px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  min-width: 40px;
  padding: 0;
  text-decoration: none;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action.pay {
  background-color: #f2f2f2;
  color: #212529;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action.view {
  background-color: #ffc300;
  color: #212529;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action.cancel {
  background-color: #212529;
  color: #ffc300;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action:hover,
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action:focus {
  background-color: #212529;
  color: #ffc300;
  outline: 0;
}
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action.cancel:hover,
table.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.seven-orders-table__action.cancel:focus {
  background-color: #ffc300;
  color: #212529;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
   background-color: #212529;
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
   background-color: #ffc300;
    color: #fff;
}
#containerSlider {
  padding-top:150px;
  padding-bottom:150px;
}
#header .header-nav-main nav li#btnAreadoAutor a {
    background: #ffc300 !important;
    min-height: 45px;
    height: 45%;
    margin-top: 27px;
    padding-left: 33px !important;
    padding-right: 33px !important;
}
#header .header-nav-main nav li#btnAreadoAutor:hover a {
    background: #ffc300 !important;
    min-height: 45px;
    height: 45%;
    margin-top: 27px;
    padding-left: 33px !important;
    padding-right: 33px !important;
    color:#000 !important;
}
#header .header-nav-main nav li#btnAreadoAutor a:hover {
 background:#000 !important;
 color:#fff !important;
}
.custom-box-shadow-10 {
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.04) !important;
}
#picServicosCarousel img {
  border-radius: 15px;
}
#card-body-services {
  border-radius: 15px !important;
}
#picServicosCarousel {
  position: relative;
}
#picServicosCarousel i {
    position: absolute;
    bottom: -25px;
    left: 14px;
}
#containerServiceCarousel {
  padding:20px;
  padding-top:40px;
}
section#servicesHome {
    background: #e8e8e8;
    padding-top: 50px;
    padding-bottom: 50px;
}
#sevenHome-About h2 {
    font-size: 54px;
    line-height: 54px;
    font-weight: 500;
}
#sevenHome-About h2 strong {
  font-weight: 700;
}
.sepTitulo {
    width: 93px;
    height: 8px;
    background: #ffc300;
}
.subtitleAbout {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom:15px;
    line-height: 30px;
}
#carouselDepoimentos .owl-dots .owl-dot.active span {
    background: #c4c4c4 !important;
    width: 20px;
    height: 20px;
}
#carouselDepoimentos .owl-dots .owl-dot span {
    background: #fff !important;
    border:solid 1px #c4c4c4;
    width: 20px;
    height: 20px;
}
section#contador {
  background:url(img/bg-count.jpg) center top no-repeat;
  background-size:cover;
}
.card-img-top img {
  border-radius:20px !important;
}
html.sticky-header-active #header .header-nav-main nav li#btnAreadoAutor a {
    margin-top: 13px;
}

/* ocultando preços temporariamente */
#produtoArchive .card-footer {
  display: none;
}
.entry-summary .price {
  display: none;
}
/* ocultando preços temporariamente fim */
#linkLivros:hover {
  text-decoration: none;
}
#linkLivros:hover h4 {
  color:#ffac26;
}
#caplivro-liv-individual .addtoany_share_save_container {
  display: none !important;
}
#modalSubmissaoForm label {
  width: 100%;
}
#modalSubmissaoForm input.wpcf7-text {
  width: 100%;
  height: calc(1.8em + 1.75rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: var(--grey-100);
    border-color: var(--grey-100);
    line-height: 1.5 !important;
    border:none;
}
#modalSubmissaoForm input.wpcf7-submit {
    /* height: calc(1.8em + 1.75rem + 2px); */
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    line-height: 1.5 !important;
    border: none;
    color: #000;
    font-size: 15px;
}
#modalSubmissaoForm input.wpcf7-submit:hover {    
    color:#ffac26;
}
#modalSubmissaoForm label.labelupload {
  width: auto;
    padding: 12px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-weight: 600;
}
#modalSubmissaoForm label.labelupload:hover {
    background: #ffac26;
    color: #000;
    cursor: pointer;
}
#modalSubmissaoForm select.wpcf7-select {
    width: 100%;
    height: calc(1.8em + 1.75rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: var(--grey-100);
    border-color: var(--grey-100);
    line-height: 1.5 !important;
    border: none;
}
#filterArea {
  background: #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #212529;
}
#filterArea .titleFilter {
  font-size: 17px;
}
#filterArea  .btn-outline-primary {
  background:#212529 !important;
  color:#ffac26;
  border:none;
}
#filterArea  .btn-outline-primary:hover {
  color:#212529;
  background:#ffac26 !important;
}
#filterArea .btn-outline-secondary {
  color:#212529;
  background:#ffac26;
  border:none;
}
.titleLivroEditora small {
  display: block;
  width: 100%;
  font-size:18px;
  font-weight: 600;
  letter-spacing: 0;
}
.titleLivroEditora {
    margin-bottom: 15px;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 15px;
}
.listInfoLivro {
  margin: 0;
  padding: 0;
}
.listInfoLivro li {
  list-style: none;
  margin-bottom: 10px;
}
#tabInfoLivros .nav-link.active {
    color: #ffc300;
    background-color: #212529;
    border: none;
}
#tabInfoLivros .nav-link {
    color: #212529;
    background-color: #e5e5e5;
    border: none;
}
#tabInfoLivrosContent {
  margin-bottom: 30px;
}
.btn-submeta-seu-cap {
  font-size: 15px;
}
.nopaddingPForm p {
  margin-bottom:0;
}
section.related {
  display: none;
}
.btnListCat {
    text-align: left;
    background-color: #ffc300;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.btnListCatActive {
   text-align: left;
    background-color: #212529;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
#listCategoriasCatalogo li a:hover {
  color:#fff;
  font-weight: bold;
}

.seven-course-catalog-price .tutor-btn,
.seven-course-catalog-price .btn {
  width: auto;
  display: inline-block;
}

.seven-course-catalog-price .tutor-course-price,
.seven-course-catalog-price .price,
.seven-course-catalog-price .tutor-price {
  display: block;
  margin-bottom: 10px;
}

.seven-course-catalog-price .tutor-meta,
.seven-course-catalog-price .tutor-course-card-footer,
.seven-course-catalog-price .tutor-course-loop-level {
  display: none;
}
body.tutor-lms .page {
  padding-top:50px;
  padding-bottom:50px;
}
.single-courses .addtoany_content {
  display:none !important;
}
.tutor-dashboard .tutor-frontend-dashboard-maincontent ul.tutor-dashboard-permalinks:before {
  border:none !important;
}
.tutor-dashboard-left-menu ul#listCategoriasCatalogo li a:hover {
  opacity:1;
  background:#000;
}
.tutor-dashboard-left-menu ul#listCategoriasCatalogo li a.active span::before{
 color:#fff !important;
}
.tutor-dashboard-left-menu ul#listCategoriasCatalogo li a span::before {
 color:#000 !important;
}
.tutor-dashboard-left-menu ul#listCategoriasCatalogo li a:hover span::before {
 color:#fff !important;
}
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon {
    
    font-size: 16px;
}
.tutor-btn:hover {
  text-decoration:none !important;
}
.seven-header-actions a:hover {
  text-decoration:none !important;
}
.alert-btn-group a {
  background:#000;
  border:#000;
}
.tutor-alert.tutor-primary .tutor-btn:not(.tutor-btn-outline-primary) {
   background:#000;
  border:#000;
   color:#ffc300;
}
a#tutor-become-instructor-button {
  background:#000;
  border:#000;
  color:#ffc300;
}
.marginLMScontainer {
  margin-top:50px;
  margin-bottom:50px;
}
.tutor-nav-link {
    color: #ff9c00;
    cursor: pointer;
    align-items: center;
    padding: 8px 20px;
    font-size: 16px;    
    font-weight: 500;
    display: flex;
    background: #292929;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
}
.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
    border-bottom-color: var(--tutor-color-primary);
    border: none;
    background: #ff9c00;
    color: #fff;
}
.tutor-nav-link:hover {
    border-bottom-color: var(--tutor-color-primary);
    border: none;
    background: #ff9c00;
    color: #fff;
    text-decoration: none !important;
}
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body {
    background-color: #292929;
}
ul#valorCursoSingle {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 31px;
}
ul#valorCursoSingle li {
  list-style:none;
}
ul#valorCursoSingle li:first-child {
    color: #c7c7c7;
    font-size: 16px;
}
ul#valorCursoSingle li:last-child {
    color: #ff9c00;
    font-size: 36px;
    font-weight: 700;
    margin-top: 14px;
}
ul#valorCursoSingle li:last-child small {
    font-size: 17px;
    font-weight: 700;
}
.tutor-course-progress-wrapper h3 {
  color:#fff;
}
.list-item-progress .progress-steps {
   color: #ff9c00;
}
.list-item-progress .progress-percentage {
  color: #ff9c00;
}
.tutor-enrolled-info-text {
  color:#fff;
}
.tutor-course-list .tutor-meta {
  display:none;
}
.tutor-course-list .tutor-card h3 {
    margin: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 21px;
}
.seven-course-catalog-card {
  border: solid 1px #ebebeb;
    border-radius: 5px;
}
.seven-course-catalog-card img {
  width: 100%;
  border-radius:5px;
}
.container-curso-grid {
  padding: 20px;
}
.container-curso-grid #tituloLivrosEditora {
    margin: 0;
    text-align: left;
    border-bottom: solid 1px #cecece;
    padding-bottom: 7px;
    margin-bottom: 6px;
}
body.slms_course-template-default .addtoany_content {
  display:none;
}
.seven-lms-single-course .button.alt{
    background: #ffc300 !important;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #212529;
}
.seven-lms-single-course .button.alt:hover {
   text-decoration: none;
   background:#212529 !important;
   color: #ffc300 !important;
}
#seven-lms-account-course-access {
  background: #212529;
    color: #ffc300;
    padding: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    border-radius:5px;
}
#seven-lms-account-course-access:hover {
  text-decoration: none;
  background:#ffc300;
  color: #212529;
}
#seven-lms-account-course-restart {
  background: #e9e9e9;
    color: #212529;
    padding: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    border-radius:5px;
    border:none;
}
#seven-lms-account-course-restart:hover {
  text-decoration: none;
  background:#3e3f41;
  color: #fff;
}
#seven-lms-account-course-certificate {
  display: block;
    width: 100%;
    background: #ffc300;
    border-radius: 5px;
    border: none;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    color: #212529;
}
#seven-lms-account-course-certificate:hover {
  text-decoration: none;
  background: #ffae00;
}
#seven-lms-new-course-button {
  background: #ffc300;
  border: none;
  border-radius: 5px;
  color: #212529;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-left: auto;
  padding: 12px 18px;
  text-align: center;
}
#seven-lms-new-course-button:hover {
  background: #ffae00;
  color: #212529;
  text-decoration: none;
}
.seven-lms-account-panel__title-row {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  width: 100%;
}
.btnConfirmar_reinicio {
    background: #ffc300;
    border-radius: 5px;
    padding: 11px;
    text-align: center;
    font-weight: 700;
    /* margin-top: 10px; */
    color: #212529;
    border: none;
}
.progress-page-header {
  color:#fff;
}
.progress-page-header_progress {
  color:#fff;
}
.page-header .progress-bar {
    background-color:#ffc300;
    box-shadow: none;
    position: relative;
    border-radius: 25px;
    overflow: visible;
}
.seven-lms-learning-page__progress-bar span {
    background-color:#ffc300 !important;
}
#seven-lms-modal-review-submit {
  background: #ffc300;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
   color: #212529;   
}
#seven-lms-modal-back-courses {
    background: #212529;
   color: #ffc300;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
}
#seven-lms-modal-back-courses:hover {
  text-decoration: none;
}
body.slms_course-template-default form.seven-lms-single-course__progress-form button.button {
   background: #212529 !important;
   color: #ffc300 !important;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
}
.single-revistas_acervo .addtoany_content {
  display:none !important;
}
ul#listagem-templates-submissao-revista {
  margin:0;
  padding:0;  
}
ul#listagem-templates-submissao-revista li {
  list-style:none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom:15px;
}
ul#listagem-templates-submissao-revista li ul {
  margin:0;
  padding:0;
  margin-top:5px;
}
ul#listagem-templates-submissao-revista li ul li {
  display:inline-block
}
ul.lista-editais-botoes-revistas {
  margin:0;
  padding:0;
  margin-bottom:25px;
}
ul.lista-editais-botoes-revistas li {
  list-style:none;
  display:inline-block;
  margin-right:10px;
}
ul.lista-editais-botoes-revistas li a {
  padding-left:15px !important;
  padding-right:15px !important;
}
.form-submissao-artigo {  
    padding: 32px;
}

.form-submissao-artigo h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 24px;
    color: #373B4D;
    text-transform: uppercase;
}

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

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;    
    color: #373B4D;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #373B4D;
    box-shadow: 0 0 0 3px rgba(55, 59, 77, 0.12);
}

.form-group textarea {
    resize: vertical;
}

.form-help {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.btn-enviar {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    background: #373B4D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-enviar:hover {
    background: #252837;
    transform: translateY(-1px);
}

.form-termos {
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    color: #777;
}

@media (max-width: 600px) {
    .form-submissao-artigo {
        padding: 24px 18px;
    }

    .form-submissao-artigo h2 {
        font-size: 20px;
    }
}
