.segmentos {
    margin-top: 12px;
}

.box {
    display: inline-block;
    height: 180px;
}

.box a:hover {
    text-decoration: none;
    display: inline-block;
}

.box2 {
    margin: 0 1px;
}

.titulo-secao {
    background-color: #fdfbfb;
    margin-bottom: 5px;
}

.titulo-secao img {
    float: left;
    padding: 5px;
    height: 35px;
}

.titulo-secao h2 {
    display: inline-block;
    color: #faf7f7;
    margin: 0px;
    padding: 5px;
    font-size: 21px;
    text-transform: uppercase;
}

.titulo-secao a {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #54A24C;
    margin: 7px;
}

.first-col {
    padding-right: 9px;
}

.second-col {
    padding-left: 0px;
}

.second-section,
.third-section {
    margin-top: 10px;
}

.media {
    margin-top: 5px;
}

.media a {
    color: #54A24C;
}

.media-body span {
    font-size: 13px;
    /*font-weight: bold;*/
    margin: 10px 0px;
}

.media-heading {
    font-size: 1.3em;
    font-weight: bold;
    color: #206919;
}


.box-hover-description .item {
    min-height: 150px;
    background: #f5f0f0;
    position: relative;
    margin-bottom: 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin: 5px;
}

/*.box-hover-description .item img{
  width: 100%;
  }*/

.box-hover-description .item:hover .item-description {
    height: 100%;
    opacity: 1;
    bottom: 0;
}

.box-hover-description .item-description {
    position: absolute;
    background: rgba(138, 196, 76, 0.8);
    opacity: 0;
    bottom: -100%;
    padding: 15px;
    height: 0px;
    width: 100%;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    text-align: center;
}

.item-description,
.item-description a {
    color: #fff;
    text-shadow: 1px 1px 3px #000;

}

.item-description,
.item-description a:hover {
    text-decoration: none;
}

.box-hover-description .item h1 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
}

.read-more {
    font-size: 14px;
}

.comentarios {
    background-color: #e1e1e1;
    height: 316px;
    text-align: center;
}

.comentarios p {
    padding-top: 40px;
}


.box-video a.video-active,
.box-video a:hover {
    background-color: #266100;
}

.box-video a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    background: #607056;
    font-size: 13px;
    text-transform: uppercase;
    word-wrap: break-word;
    border-right: 1px solid #266100;
    height: 100px;
    width: 138px;
    text-decoration: none;
}

.box-video li:last-child>a {
    border-right: none;
}

.iframe-videos-youtube {
    width: 350px;
    height: 270px;
}

.box-video .box-video-lista {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: -6px;
    /*position: absolute;
      bottom: -94px;*/
}

.box-video .box-video-lista li {
    float: left;
}

.iframe-videos-youtube {
    width: 552px;
    height: 300px;
}

.titulo-principal {
    height: 50px;
    margin: 40px 0 25px 0;
}

.titulo-principal>h2::before {
    content: "";
    background-color: #266100;
    margin-right: -20px;
    padding: 3px 9px;
    margin-bottom: -20px;
    display: inline-block;
}

.titulo-principal>h2 {
    font-size: 26px;
    font-weight: 700;
    color: #266100;
    margin-left: 100px;
    padding-top: 1px;
    /*border-bottom: 4px solid;*/
    border-width: 8px;
}

.titulo-principal>span {
    font-size: 30px;
    font-weight: 800;
    color: #f9f9fd;
    position: relative;
    bottom: 58px;
    z-index: -1;
}

.acesso-rapido {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #047c04;
    border-radius: 50%;
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 5px;
}

.acesso-rapido>h3 {
    font-size: 18px;
    font-weight: bold;
    max-width: 130px;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}

.media {
    margin: 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.media:last-child {
    border: none;
}

.noticia>a.leia-mais {
    float: right;
    font-weight: bold;
}

.noticia>p.publicada {
    color: #2ee27f;
    font-size: 12px;
    margin: 0;
}

.noticia>p.texto-noticia {
    height: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 90px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 90px;
}

p.event-data {
    color: #FFF;
}