#pagina {
 //background-color: #FFF;
 //padding: 20px 20px;
}

#pagina ul li{
 margin-bottom: 5px;
 font-size: 16px;
 color: #000;
}

#pagina p{
 color: #000;
 font-size: 16px;
}

#pagina .img {
    margin-bottom: 30px;
}

#pagina h1 {
 color: #000;
 font-weight: bold;
 font-size: 24px; 
 text-align: center;
}

#pagina h2 {
 color: #b9363b;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
}

#pagina h3 {
 color: #f07b30;
 font-weight: bold;
 font-size: 16px;
}

#pagina a {
 color: #eb6330;
 font-size: 16px;
}

#pagina a:hover {
 color: #eb6330;
 text-decoration: underline;
}

#pagina a.link {
 color: #eb6330;
 font-size: 16px;
 font-weight: bold;
}

#pagina a.link:hover {
 color: #eb6330;
 text-decoration: underline;
 font-weight: bold;
}

#pagina .box {
 background-color: #e9f2fb;
 padding: 16px;
}


#pagina #itens ul li{
 font-size: 14px;
}

a.not-capa:hover{
 text-decoration: none !important;
 opacity: .8;
}

a.not-capa:hover img{
 text-decoration: none !important;
 opacity: .8;
}

@media (min-width: 768px){
 .col-sm-offset-5des {
    margin-left: 44.666667%;
 }
}

hr.m1{
 margin-top: -30px;
 border-top: 3px solid #000;
 width: 73%;
}

#pagina #itens ul li > span{
 color: #191919;
}

footer {
 margin-top: 30px;
 padding: 28px 0 28px;
}

footer p{
 font-size: 16px;
 color: black;
 margin-bottom: 5px;
}

footer h1{
 color: #243e7f;
 font-weight: bold;
 font-size: 16px;
 text-transform: uppercase;
}

footer a{
 color: #eb6330;
 font-size: 14px;
}
 

footer a:hover{
 color: #eb6330;
 font-size: 14px;
 text-decoration: underline;
}

.bg-ft{
 background-color: #e8e8e8;
}

.bg-1{
  background-color: #fff2d7;
}

section {
    padding: 20px 0;
}

.cabecalho {
 width: 100%;
 overflow: hidden;
}

.cabecalho img {
 width: 100%;
 margin-left: 0;
}

pre {
 background-color: rgba(245, 245, 245, 0);
 border: none;
}

h4.panel-title.accordion-toggle {
 color: #182234 !important;
 font-size: 18px !important;
 text-transform: none !important;
 letter-spacing: normal !important;
 font-weight: normal !important;
}

.panel-default>.panel-heading {
    color: #E0004D;
    background-color: #FFF;
}

.panel-heading {
 padding: 23px 15px;
 cursor: pointer;
}

.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    //content: url('https://www.ucs.br/site/midia/arquivos/item-rosa_aberto.png');
    float: left;        /* adjust as needed */ 
    margin-right: 10px;
}

.panel-heading.collapsed .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    //content: url('https://www.ucs.br/site/midia/arquivos/item-rosa.png');
    content:"\e080";
    margin-right: 10px;
}

#menu2 {
  top: 0!important;
  bottom: auto!important;
  padding: 0 50px;
  height:67px;
  width: 100%;
  margin-bottom: 30px;
  z-index:1;
  //background-color:#5C4F94;
  //-webkit-box-shadow: 0 1px 6px 0 rgba(50,50,50,.4);
  //-moz-box-shadow: 0 1px 6px 0 rgba(50,50,50,.4);
  //box-shadow: 0 1px 6px 0 rgba(50,50,50,.4);
}

#menu2 ul {
  float:left;
  padding:0;
  margin: 0;
}

#menu2 ul li {
  display:inline-block;
  //margin-right: 30px;
  list-style: none;
}

#menu2 ul li > a,
#menu2 ul li > a:visited {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: #000; 
  line-height: 67px;
  transition:0.5s;
  -webkit-transition: 0.5s;
  -moz-transition:0.5s;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 7.000px;

}

#menu2 ul li.active a {
    color: #eb6330;
}

#menu2 ul li > a:hover,
#menu2 ul li > a:focus {
   color: #eb6330; 
}

/*
#menu2 ul li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color:#F29B12;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#menu2 ul li > a:hover:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/

#menu2 ul li.active > a:before {
visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#pagina .bt1 {
 //background-color:#fff !important;
 padding: 12px 32px;
 border: 1px solid #ed9e00 !important;
 color: #000 !important;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 14px;
 border-radius: 0 !important;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
 font-family: 'Roboto', Questrial, Helvetica Neue,Arial,sans-serif;
 display: inline-block;
 margin-left: 16px;
}

#pagina .bt1:hover{ 
  background-color:#ed9e00 !important;
  color:#091231 !important;
  text-decoration:none !important;
  border-radius: 0 !important;
}

.progress {
 height: 32px;
}

.progress-bar {
 line-height: 30px;
}

.progress-bar-d1{
 background-color: #4a7385;
}

.progress-bar-d2{
 background-color: #2e3e58;
}

.progress-bar-d3{
 background-color: #182234;
}

.progress-bar-d4{
 background-color: #f3b728;
}

.progress-bar-d5{
 background-color: #ffa506;
}

 .box-d1{
 background-color: #4a7385;
 padding: 10px;
 min-height: 240px;
 color: blue;
}

.box-d1 p{
 color: white !important;
}

 .box-d2{
 background-color: #2e3e58;
 padding: 10px;
 min-height: 240px;
}

.box-d2 p{
 color: white !important;
}

 .box-d3{
 background-color: #182234;
 padding: 10px;
 min-height: 240px;
}

.box-d3 p{
 color: white !important;
}

 .box-d4{
 background-color: #f3b728;
 padding: 10px;
 min-height: 240px;
}

 .box-d5{
 background-color: #ffa506;
 padding: 10px;
 min-height: 240px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline > li > .timeline-panel.texto-jus {
         text-align: right;
     }

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 5px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -6.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            //border: 1px solid #d4d4d4;
            //border-radius: 2px;
            padding: 20px;
            position: relative;
            //-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            //box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 20px;
            height: 20px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 32px;
            left: 50%;
            margin-left: -14px;
            background-color: #b9363b;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: #f07b30;
    font-weight: bold;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}