#loadingCursos {
   font-size: 70px
}

.rowCurso, .lupaCursos {
   text-align: center; 
   vertical-align: middle;
}

.popoverBtn{
   border-radius: 32px; 
   height: 20px; 
   width: 20px; 
   background: var(--primary); 
   color: white; 
   border: 0; 
   font-size: 13px; 
   font-weight: bold; 
   line-height: 2.5px
}

.searchBox {
   display: flex;
   align-items: center;
   border: 1px solid #ced4da;
   border-radius: 0.375rem;
   padding: 6px 10px;
   height: 38px;
   width: 100%;
   background-color: #b74065;
   justify-content: center;
   margin: auto;
   max-width: 300px;
}

.searchBox input {
   border: none;
   outline: none;
   flex: 1;
   font-size: 16px;
   box-shadow: none;   
   background-color: transparent;
}

.searchBox i {
   color: white;
   font-size: 18px;
}

.botaoBuscar {
   background: none; 
   border: none;
}

.textoBotaoBuscar {
   color: white;
   font-weight: bold;
   padding-left: 4px;
}

.searchBox:hover {
   background-color: #bb5274; 
}

.searchBox:active {
   background-color: rgb(182, 182, 182);
   transform: scale(0.98); 
}

.filtro,.cardCurso {
   background-color: #f6f6f6;
   border-radius: 10px;
   margin-bottom: 40px;
   padding: 20px;
   padding-bottom: none;
   box-shadow: 0 2px 6px rgb(182, 182, 182);
}

.input-group {
   align-items: flex-start;
   width: 100%;
   gap: 2px;
}

.input-group label {
   font-size: 16px;
   color: black;
   font-weight: bold;
}

.input-group .form-control,
.input-group .form-select {
   width: 100%;
}

.form-control {
   border-radius: 6px !important;
}

#cursosList .tableCursos > #bodyCursos > tr:nth-of-type(even) > td,  
#cursosList .tableCursos th {
   background: rgba(0, 0, 0, 0.045);
   color: #212529;
}

.nenhumCursoEncontrado {
   font-weight: bold;
   font-size: 16px;  
   text-align: center;
   padding: none;
   color: #212529;
}

.cardCursoTitle{
   color: #b74065;
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 10px;
   display: flex;
   align-items: center;
   gap: 14px;
}

.infoCurso{
   display: flex;
}

.infoCurso>*{
   margin: auto 0;
}

.infoCurso span{
   flex: 1.8;
   font-size: 17px;
}
.divLupaCursos {
   color: #b74065;
   text-align: center;
   flex: 1;
}
.divLupaCursos i{
   width: 100%;
}

.conteudoCard {
   display: flex;
   gap: 10px;
}

.iconWrapper {
   width: 16px;
   text-align: center;
}

#bodyCursosMobile {
   display: none;
}

@media (max-width: 991px) {
   #bodyCursosDesktop {
      display: none;
   }
   #bodyCursosMobile {
      display: flex;
   }
}

.justificaTexto {
   text-align: justify;
}

/* Detalhes do Curso */

.menuContainer{
   position: relative;
   margin: 5px 5px 20px 5px;
   border-radius: 0px 0px 0px 0px;
   overflow: hidden;
}

.menuContainer .menuTitulo {
    background: #ffffff;
    height: initial;
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    margin-bottom: 15px !important;
    cursor: default;
    position: relative;
    overflow: hidden;
}

.menuContainer .menuTitulo > span.menuTituloTexto {
    left: 0;
    padding: 0 0px;
    white-space: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Lato';
    font-size: 18px;
    color: #4F2350;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    max-width: 100%;
    position: static;
}

.menuContainer .wrapperLevels {
    height: 100%;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.menuContainer .wrapperLevels .level1Wrapper {
    backface-visibility: hidden;
    position: static;
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.menuContainer .wrapperLevels .level1WrapperContainer {
    padding: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.menuContainer .level1WrapperContainer .level1Menu {
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid rgba(92, 92, 92, 0.27);
    padding: 15px 12px 15px 12px;
    overflow-x: hidden !important;
    max-width: 100vw;
    cursor: pointer;
    display: table;
    table-layout: fixed;
    width: 100%;
    transition: background 300ms;
    font-weight: 700;
}

.article-details .article-details-wrapper {
    font-size: 16px !important;
}

#ocurso.secaoCurso {
    white-space: pre-line;
}

.conteudoCursoGraduacao .secaoCurso {
    overflow-x: auto;
}

.menuContainer div, .menuContainer span, .menuContainer p, .menuContainer img, .menuContainer h3, .menuContainer a {
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
    clear: none;
    line-height: normal;
    position: static;
    list-style: none;
    box-sizing: border-box;
}

.lupaIcone {
   color: #b74065;
}

.lupaIcone:hover {
   color: #bb5274;
}

/* Esconde tudo menos o conteúdo principal da página para impressão */
@media print {
   html {
      	overflow-x: inherit !important;
   }
  body {
    visibility: hidden;
  }
  #contentPrint {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.flexTitulo{
   text-align: center;
   align-items: center;
}

.tirarMarginBottom {
   margin-bottom: 0 !important;
}

.ajusteMarginIconeMobile {
   margin-right: 3px;
}

@media (min-width: 576px) {
   .btnCardMobile{
      width: 200px;
   }
}
@media (min-width: 768px) {
   .btnCardMobile{
      width: 150px;
   }
}