/* DESK*/
.section-sobre {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding:0;
    text-align:left;
    color:#3B3A3A;
}

.section-sobre p {
    color: #3B3A3A;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.section-guia h2{
  color:#3B3A3A;
  font-size:35px;
  line-height:40px;
  margin-top:0px;
  font-weight:500;
  text-align:center;
  margin:0 0 25px;
}

{#.section-sobre h2 span{
  color:#C4DD5D;
}#}

.tabcursocontent {
    padding-top: 24px;
}
.tabcursocontent h4 {
    margin: 0 0 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
}
.tabcursocontent.matriz {
    padding-top: 0px;
}

.tabcursocontent ul {
    padding: 18px;
}

.tab-curso-content h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
}


a.cta-sobre {
    background: transparent;
    border: 1px solid #C4DD5D;
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    color: #C4DD5D;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin: 30px 10px 0 0;
}

a.cta-sobre:hover {
    background: transparent;
    border: 1px solid #00998e;
    color: #00998e;
}

.group-tab-tags {
    display: block;
    margin: 0 0 30px 0;
}

.group-tab-tags span.tag {
    border: 1px solid #c4dd5d;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    margin: 0 10px 10px 0;
    display:inline-block;
}

.group-tab-tags span.tag i{
  color:#c4dd5d;
}

.tabcurso {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(177, 177, 177, 0.3);
}

.tabcurso h3 {
    background: transparent;
    border: 0;
    margin: 0 0px;
    transition: 0.2s linear all;
    outline: 0;
    top: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 24px 25px;
    width: fit-content;
    max-width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #3B3A3A;
}

.tabcurso h3.active {
    background: transparent;
    outline: 0;
    top: 2px;
    border-bottom: 2px solid #E7D993;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
}

.tab-curso-content.matriz h3 {
    margin: 30px 0 0;
    padding: 0;
    font-weight: 600;
}

.tab-curso-content.matriz h3 strong {
    font-weight: 700;
}

.tab-curso-content.matriz p {
    margin: 10px 0 30px;
}

.tab-curso-content.matriz a {
    color: #3B3A3A;
    text-decoration: underline;
}

.tab-curso-content.matriz a:hover {
    color: #3B3A3A;
    text-decoration: none;
}

.title-sobre-tabs{
font-weight: 700;
font-size: 24px;
line-height: 140%;
text-align: center;
color: #3B3A3A;
margin: 0 0 32px;
}
/* FIM DO DESK */

/* MOBILE */
@media screen and (max-width: 850px) {
  
  
  .title-sobre-tabs{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 24px;
    padding: 0 24px;
}
  .section-sobre {
    width: 95%;
    padding-inline: 10px!important;
  }
  .section-sobre p,
  .section-sobre ul li{
  font-size: 14px;
  }
  
  .tabcursocontent {
    padding-top: 16px;
  }
  .tabcurso{
    overflow-x: auto;
    white-space: nowrap;
    border: none;
    overflow-y: hidden;
  }
.tabcurso h3 {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    padding: 12px 12px;
}
  .tabcurso::-webkit-scrollbar-thumb{
    background: transparent;
    border-radius: 0px;
    border: transparent;
    border-top: 1px solid rgba(177, 177, 177, 0.3);
    width: 100%;
    
  }
  .tabcurso::-webkit-scrollbar-track{
    background: transparent;
  }
  .tabcurso::-webkit-scrollbar {
  width: 0px;
}
}

/* FIM DO MOBILE */
