body {
    overflow-x: hidden;
}

#externalContent h1 {
    font-size: 22px;
    font-weight: 200;
    font-family: 'Mulish', sans-serif !important;
}

#externalContent h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
    font-family: 'Mulish', sans-serif !important;
}

#externalContent h4 {
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: 'Mulish', sans-serif !important;
}

.barra_topo {
    background: #f6f6f6;
    margin: 10px 0 20px;
    padding: 20px 0;
    width: 100%;
}

.barra_topo .breadcrumbs {
    color: #555454;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Mulish', sans-serif !important;
}

.barra_topo .breadcrumbs a {
    color: #555454;
}

.vert-center-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.edp-bg-dourado { background-color: #BF9541; }
.edp-txt-dourado { color: #BF9541; }

.edp-bg-azul { background-color: #436984; }
.edp-txt-azul { color: #436984; }

.circlesLeft {
    padding: 10px 0;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    font-family: 'Mulish', sans-serif !important;
}


.area_lateral a {
    color: #000000 !important;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    font-family: 'Mulish', sans-serif !important;
}

.area_lateral .circlesLeft {
    width: 60px;
    height: 60px;
    margin: auto;
    letter-spacing: -1px;
    font-size: 30px !important;
}


.organograma .nivel .single_pessoa {
    /*background: #fff;
    position: relative;
    width: 100%;
    padding: 5px;
    margin: 0 0 15px;
    border: 1px solid #e6e4ea;*/
}

.organograma .nivel .single_pessoa .holder_icon {
    position: absolute;
    top: 5px;
    left: 20px;
}

.organograma .nivel .single_pessoa .circlesLeft {
    background: #9bba98;
    width: 35px;
    height: 35px;
    margin-top: 5px;
}

.organograma .nivel .single_pessoa .nome {
    width: 100%;
    line-height: 15px;
    font-weight: 600;
    font-family: 'Mulish', sans-serif !important;
}

.organograma .nivel .single_pessoa .cargo {
    width: 100%;
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Mulish', sans-serif !important;
}

.organograma .nivel .organograma_chefia .single_pessoa {
    background: #9bba98;
    margin: 0 0 25px;
    border: 0;
    padding: 12px 15px 10px;
}

.organograma .nivel .organograma_chefia .single_pessoa .nome,
.organograma .nivel .organograma_chefia .single_pessoa .cargo {
    color: #fff;
}

.organograma .nivel .organograma_users .single_pessoa .nome {
    margin: 5px 0 0 65px;
}

.organograma .nivel .organograma_users .single_pessoa .cargo {
    min-height: 30px;
    margin: 0 0 0 65px;
    line-height: 16px;
}

.organograma .nivel .organograma_users .single_pessoa .user_infos {
    /*display: flex;*/
    margin-top: 10px;
}

.organograma .nivel .organograma_users .single_pessoa .user_infos .user_single_info {
    width: 100%;
    color: #455558;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    font-family: 'Mulish', sans-serif !important;
    display: flex;
    align-items: center;
}

.organograma .nivel .organograma_users .single_pessoa .user_infos .user_single_info span {
    font-weight: 300;
}


.organograma .nivel .organograma_users .holder_paginacao {
    position: absolute;
    top: 55px;
    right: 15px;
    width: calc(100% - 300px);
    text-align: right;
}

.organograma .nivel .organograma_users .holder_paginacao .single_pagination {
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    padding: 5px 10px;
    border: 1px solid #eee;
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Mulish', sans-serif;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


.organograma .nivel .organograma_users .holder_paginacao .single_pagination.disabled {
    color: #fff;
    opacity: 0.3;
    pointer-events: none;
}

.organograma .nivel .organograma_users .holder_paginacao .single_pagination.elipsis {
    pointer-events: none;
}

.organograma .nivel .organograma_users .holder_paginacao .single_pagination:hover {
    background: #648e94;
    color: #fff;
}

.organograma .nivel .organograma_users .holder_paginacao .single_pagination.active {
    background: #648e94;
    color: #fff;
    pointer-events: none;
}

.fc-state-default{
        background-image: none !important;
}


.fc-icon:after, .fc-toolbar button {
    height: 40px !important;
    padding: 10px !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 50px !important;
}

.fc-now-indicator {
    border: 1px solid #28ff52 !important;
}

/*scroll*/
.fc-scroller-canvas {
    padding-bottom: 0px !important;
}

.fc-timeline .fc-body .fc-scroller {
    overflow: hidden !important;
}

.fc-resource-area .fc-cell-content, .fc-timeline .fc-cell-text {
    padding-left: 10px !important;
    padding-right: 4px;
}

.fc-timeline .fc-head .fc-cell-content {
    padding: 0px;
}

.fc-timeline .fc-head .fc-cell-content {
    background-color: #F1F4F4;
    color: #222;
    font-size: 16px;
    font-family: 'Mulish';
}


.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #F1F4F4;
}


.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
    padding: 24px;
    text-align: center;
    display: flex;
    align-items: center;
}





.fc-today-button{
   background-color: #648e94 !important;
   color: white !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    font-family: 'Mulish';
}


.fc-today-button:hover, .fc-today-button:active, .fc-today-button:link, .fc-today-button:focus{
    background-color: #225E66 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     outline: 0px !important;
     font-family: 'Mulish';
 }

.fc-prev-button{
    background-color: #648e94 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     font-family: 'Mulish';
 }


 .fc-prev-button:hover, .fc-prev-button:active, .fc-prev-button:link, .fc-prev-button:focus{
    background-color: #225E66 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     outline: 0px !important;
     font-family: 'Mulish';
 }
 
 .fc-next-button{
    background-color: #648e94 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     font-family: 'Mulish';
 }

 .fc-next-button:hover, .fc-next-button:active, .fc-next-button:link, .fc-next-button:focus{
    background-color: #225E66 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     outline: 0px !important;
     font-family: 'Mulish';
 }

 .fc-timelineDay-button{
    background-color: #648e94 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     height: 40px;
     font-family: 'Mulish';
 }

 .fc-timelineDay-button:hover,.fc-timelineDay-button:active, .fc-timelineDay-button:link, .fc-timelineDay-button:focus {
    background-color: #225E66 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     outline: 0px !important;
     font-family: 'Mulish';
  }

 .fc-timeline-button{
    background-color: #648e94 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     height: 40px;
     font-family: 'Mulish';
 }


 .fc-timeline-button:hover, .fc-timeline-button:active, .fc-timeline-button:link, .fc-timeline-button:focus{
    background-color: #225E66 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     outline: 0px !important;
     font-family: 'Mulish';
 }

 .fc-timelineYear-button{
    background-color: #648e94 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
      font-family: 'Mulish';
 }

 .fc-event {
    border: 1px solid #648e94 !important;
 }


 .fc-timelineYear-button:hover, .fc-timelineYear-button:active, .fc-timelineYear-button:link, .fc-timelineYear-button:focus{
    background-color: #225E66 !important;
    color: white !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     border: 0 !important;
     text-shadow: none !important;
     opacity: 1 !important;
     outline: 0px !important;
     font-family: 'Mulish';

 }

 .fc-timeline .fc-head .fc-cell-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #f1f4f4 !important;
}

.fc button .fc-icon {
    position: unset !important;
}

/*.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    border-color: #E6EBEC !important;
}*/

 
/*  Texto sem formação obrigatória */

.pl-3{
    padding-left: 1rem!important;
    text-align: left !important;
    color: #fff;
}

.pl-4{
    padding-left: 1rem!important;
    text-align: center !important;
    color: #fff;
}

.widget-formacao .single_formacao {
    position: relative;
    /*margin-bottom: 60px;*/
}

.widget-formacao .circlesLeft {
    position: absolute;
    top: 0;
    /*left: 20%;*/
    width: 45px;
    height: 45px;
}

.widget-formacao .user {
    padding-left: 55px;
    color: #212e3e;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
    margin-bottom: 8px;
    padding: 0px;
}

.widget-formacao .titulo {
    padding-left: 55px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Mulish', sans-serif !important;
}


.widget-formacao .tituloformacao {
    color: #fff;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Mulish', sans-serif !important;
}

.widget-formacao .vl {
    position: absolute;
    top: 0;
    right: -15px;
}

.widget-formacao .col-md-3:nth-child(4n) .single_formacao .vl {
    display: none;
}


.widget-team-numbers {
    position: relative;
    width: 100%;
}

.widget-team-numbers .quadrado {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
}

.widget-team-numbers .single_team_number:nth-child(1) .titulo { color: #9bba98; }
.widget-team-numbers .single_team_number:nth-child(1) .quadrado {background: #9bba98; }

.widget-team-numbers .single_team_number:nth-child(2) .titulo { color: #bf9541; }
.widget-team-numbers .single_team_number:nth-child(2) .quadrado {background: #bf9541; }

.widget-team-numbers .single_team_number:nth-child(3) .titulo { color: #436984; }
.widget-team-numbers .single_team_number:nth-child(3) .quadrado {background: #436984; }

.widget-team-numbers .single_team_number:nth-child(4) .titulo { color: #5f5f5f; }
.widget-team-numbers .single_team_number:nth-child(4) .quadrado {background: #5f5f5f; }


.quick_links a {
    color: #fff;
    font-weight: 400;
    font-family: 'Mulish', sans-serif !important;
    text-align: right;
}

.quick_links_text {
text-align: right;
}

.vl {
	border-left: 3px solid #ebeaef;
	height: 100px;
  }
  
  .vl-2 {
	border-left: 1px solid #ffffff;
	height: 100px;
  }

/* calendário */

.fc-today-button {
    text-transform: uppercase !important;
}
.fc-button {
    text-transform: uppercase !important;
}
.fc-state-default {
    text-transform: uppercase !important;
}
.fc-corner-left {
    text-transform: uppercase !important;
}
.fc-corner-right {
    text-transform: uppercase !important;
}
.fc-state-disabled{
    text-transform: uppercase !important;
}


.widget-calendario {
    margin: 0 -15px;
}

.widget-calendario #calendar {
    width: 100%;
    margin: 0;
    font-size: 12px;
}

.widget-calendario #calendar h2 {
    color: #5f6772;
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Mulish', sans-serif !important;
}


/* tabs  aprendizagem obrigatória */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #648e94;
    border-left: 3px solid #28FF52;
    font-weight: 700;
}

.nav-pills .nav-link {
    border-radius: 0px;
    border-left: 3px solid #648e94;
    margin-bottom: 10px;
}

.formacoes-concluir {
    background-color: #ffffff12;
}



/* ---------------------- */
/* DIMENSÕES DO CONTAINER */
/* ---------------------- */

@media (min-width: 1300px) {
    .container {max-width: 1280px !important;}
}
@media (min-width: 1600px) {
    .container {max-width: 1480px !important;}
}
@media (min-width: 1700px) {
    .container {max-width: 1580px !important;}
}

@media (min-width: 500px) 
  and (max-width: 991px) {
    .vl {
		display: none !important;
	  }
}






