html {
    overflow-x: hidden;
}

body {
    background: none;
    font-family: 'Lato', sans-serif !important;
}

.controle .box-txt ul, .controle .box-txt ul li {
    float: none;
   /* list-style-type: disc; */
}

.controle {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.controle.mr0 {
   margin-right: 0 !important;
}

a, a:link, a:hover, a:active, a:visited{
    outline:none;
}

.box-txt a:not(.btn), 
.box-txt a:link:not(.btn), 
.box-txt a:hover:not(.btn), 
.box-txt a:visited:not(.btn), 
.box-txt a:active:not(.btn) {
    /* color: #82CB24;*/
    font-weight: 700;
    text-decoration: none;
}

.box-txt a.lk-default, 
.box-txt a.lk-default:link, 
.box-txt a.lk-default:hover, 
.box-txt a.lk-default:visited, 
.box-txt a.lk-default:active {
    color: #000 ;
    font-weight: 700;
    text-decoration: none;
}

.box-txt a:hover {
    text-decoration: underline;
}

.container-conteudo {
    padding-left: 0;
    padding-right: 0;
}

.conteudo, .conteudo p {
    line-height: 19px !important;
}

/* BREADCRUMB */
.container-breadcrumb .container {
    padding-left: 0;
    padding-right: 0;
}

/*slides*/
.slide {
    position: relative;
    overflow: hidden;
}

.slide ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.carousel-control {
    width: 6%;
}

.slide ul li {
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.slide .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 0 0 3px;
    border-width: 2px;
    overflow: hidden;
    text-indent: -999px;
    font-size: 0;
    display: block;
    clear: none;
    float: left;
}

.slide .carousel-indicators .active {
    background: #ffc100;
    border-color: #ffc100;
}

/*box titulos*/
.box-tt {
    margin-bottom: 30px;
}

.tt-section {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 35px;
    color: #82cb24;
    display: inline-block;
    position: relative;
    padding: 0 20px 0 15px;
    margin: 0 20px 0 0;
}  

.cca-apoio .tt-section {
    font-size: 27px !important;
    line-height: 27px !important;
}

h3.tt-section {
    font-size: 18px;
    color: #6d6e72;
    line-height: 25px;
}

.tt-sem-filtro {
    margin: 15px 0 0;
}

.tt-sem-filtro:after {
    display: none;
}

.tt-section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 22px;
    border-right: 1px solid #cdcdcd;
}

.tt-section b {
    font-weight: 700;
    color: #6d6e72;
}

.tt-section:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    top: 2px;
    width: 5px;
    background: #82cb24;
}

h3.tt-section:before {
    height: 30px;
    bottom: initial;
    top: -2px;
}

.box-tt .dropdown {
    display: inline-block;
}

.box-tt .dropdown-menu {
    top: 20px;
    min-width: 155px;
    border-radius: initial;
    border: none;
    border-bottom: 5px solid #99cc33;
    padding: 10px 0;
    left: 50%;
    margin-left: -77px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.box-tt .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -6px;
    left: 30px;
}

.box-tt .open .dropdown-menu {
    top: 60px;
}

.box-tt .lista-filtro {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.box-tt .lista-filtro li {
    height: 30px;
    list-style: none;
}

.box-tt .lk-filtro-lista {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 10px;
    color: #666;
    line-height: 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.box-tt .fa-angle-down:before {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.box-tt .open .fa-angle-down:before {
    content: "\f00d";
}

.box-tt .lk-filtro-lista:hover,
.box-tt .lista-filtro li.ativo .lk-filtro-lista {
    text-decoration: underline;
    color: #99cc33;
}

.box-tt .lk-filtro-lista i {
    color: #ccc;
    margin: 0 5px 0 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.box-tt .lk-filtro-lista:hover i,
.box-tt .lista-filtro li.ativo .lk-filtro-lista i {
    color: #99cc33;
}

.lk-filtro {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 10px;
    color: #6d6e72;
    text-decoration: none;
    display: inline-block;
}

.lk-filtro i {
    font-size: 20px;
    color: #82cb24;
    vertical-align: middle;
    margin-left: 5px;
}

.lk-filtro:hover, .lk-filtro:focus {
    text-decoration: none;
    color: #6d6e72;
}

/*bloco Secondary tt*/
.bloco-secondary .box-tt .tt-section:before {
    background: #ffa800;
}

.bloco-secondary .box-tt .tt-section {
    color: #ffa800;
}

.bloco-secondary .lk-filtro i {
    color: #ffa800;
}
/**/

/*template Hotsite*/
.bloco-hotsite .tt-section:before {
    background: #22bdff;
}

.bloco-hotsite .box-tt .tt-section:before {
    background: #22bdff;
}

.bloco-hotsite .lk-filtro i {
    color: #22bdff;
}

.bloco-img-container {
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.bloco-img-container.video .box-info {
    top: 0;
    bottom: 0;
    padding: 0;
}

.bloco-img-container.video .box-info .tt-box-info,
.bloco-img-container.video .box-info .txt-box-info,
.bloco-img-container .box-info .fa-play {
    display: none;
}

.bloco-img-container.video .box-info .fa-play-circle-o {
    display: block;
    border: none;
    width: auto;
    height: auto;
    font-size: 60px;
    left: 50%;
    top: 50%;
    margin: -30px -22px;
}

.bloco-img-container.video .box-info .fa-play-circle-o:before {
    top: 0;
    left: 0;
}

.bloco-img-container img {
    width: 100%;
}

.bloco-img-container .box-info {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    padding: 100px 25px 20px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.bloco-img-container i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #8ec842 transparent transparent transparent;
}

.bloco-img-container i:before {
    position: absolute;
    top: -60px;
    left: 8px;
}

.tt-box-info {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.tt-box-info .data {
    font-style: normal;
    color: #82cb24;
    font-weight: 700;
    padding: 0 5px 0 0;
    margin: 0 8px 0 0;
    border-right: 1px solid #fff;
}

.bloco-img-container .box-info .txt-box-info {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 24px;
}

.box-images-small .bloco-img-container .box-info {
    padding: 100px 15px 20px;
}

.box-images-small .bloco-img-container .box-info .txt-box-info {
    font-size: 15px;
    line-height: 17px;
}

.bloco-img-container .lk-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    text-indent: -500px;
    font-size: 0;
}

.box-images {
    position: relative;
}

.box-images.ativo::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: rgba(0,0,0,.6);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/*lista detalhe*/
.lista-detal {
    padding: 0;
    list-style-type: none;
}

.lista-detal .tt-box-info {
    color: #6d6e72;
}

.lista-detal .tt-box-info .data {
    border-color: #6d6e72;
}

.lista-detal > li {
    border-left: 5px solid #efefef;
    padding: 0 0 0 35px;
    margin: 0 0 40px;
}

.lista-detal > li > a {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #6d6e72;
}

/*border*/
.box-border-bottom {
    border-bottom: 5px solid #f7f7f7;
    padding: 0 0 25px;
    margin-bottom: 25px;
}

/*padding*/
.pdg-full .slide-carousel {
    padding: 0;
}

/**/
.box-right {
    float: right;
    width: 255px;
}

/**/
.txt-busca {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 16px;
    color: #999;
    display: block;
    margin-bottom: 15px;
}

/**/
.mrg-default {
    margin: 0;
}

/* BTN */
.btn-right {
    float: right;
    margin-left: 10px; 
}

.btn-left {
    float: left;
    margin-right: 10px; 
}

.btn-default:hover, .btn-default:active, .btn-default:focus{
    outline:none;
}

.btn-default {
    border: none;
    border-radius: 0;
    line-height: 35px;
    height: 35px;
    background-color: #82cb24;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 12px;
}

.btn-filter, 
.btn-filter:hover, 
.btn-filter:active, 
.btn-filter:visited {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 11px;
    color: #878787;
    text-decoration: none;
    display: inline-block;
    background-color:none;
    margin-top: 0;
    box-shadow: none;
    padding: 6px 0 0 33px;
}
 
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    padding: 0 40px;
    height: 45px;
    border-radius: 0;
    line-height: 45px;
    font-size: 10px;
    color: #303030 !important;
    background: #ffde00 !important;
    border-color:#ffde00 !important;
    font-weight: 700;
    padding: 0 30px;
    text-decoration: none !important;
    outline:none !important;
}

.btn-primary > i{
    color: #ffa800;
    vertical-align: middle;
    margin-right: 5px;
    margin-top:-2px;
    font-size: 12px;
}

.btn-primary > i:before {
    content: "\f138";
}

.cca-conteudo a.btn-primary, .cca-conteudo a.btn-secondary{
    font-size: 12px !important;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    background: #2ec034 !important;
    color: #fff;
    border-radius: 0;
    min-height: 45px;
    font-size: 10px;
    line-height: 16px;
    margin: 20px 5px 8px 0;
    text-transform: uppercase;
    padding: 14px 30px;
    white-space: normal;
    text-decoration: none !important;
    font-weight:700;
}

.btn-secondary > i{
    color: #ffde00;
    vertical-align: middle;
    margin-right: 5px;
    margin-top:-2px;
    font-size: 12px;
}

.btn-secondary > i:before {
    content: "\f138";
}

.btn-link {
    border: none;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    background-color: none;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 20px 0 0;
    margin-right: 0px;
    margin-top:15px;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #333;
    background-color: none;
    border-color: none;
    border-radius: 0;
}

.btn-link > i:before {
    content: "\f138";
}

.btn-link > i{
    color: #82cb24;
    vertical-align: middle;
    margin-right: 5px;
    margin-top:-2px;
}

.cca-c94 .lk-default,
.cca-c43 .lk-default,
.cnc-3 .lk-default {
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: #303030;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
}

.cca-c94 .lk-default > i,
.cca-c43 .lk-default > i,
.cnc-3 .lk-default > i {
    color: #82cb24;
    margin: 0 3px 0 0;
    font-size: 15px;
}

/* //colors */
.clr-default {
    color: #333;
    background-color: #fff;
}

/**/
.clr-primary {
    color: #fff;
    background-color: #00611d;
}

.clr-secondary {
    color: #fff;
    background-color: #009139;
}

.clr-tertiary {
    color: #fff;
    background-color: #2ec034;
}

.clr-quaternary {
    color: #fff;
    background-color: #82cb24;
}

.clr-quinary {
    color: #fff;
    background-color: #e2e500;
}

.clr-senary {
    color: #fff;
    background-color: #ffde00;
}

.clr-bg-full {
    background-color: #f7f7f7;
}
/**/


.clr-success {
    color: #333;
    background-color: #fff;
}

.clr-info {
    color: #333;
    background-color: #fff;
}

/**/ .clr-warning {
    color: #fff;
    background-color: #ffa800;
}

.clr-danger {
    color: #333;
    background-color: #fff;
}

.clr-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.div-conteudos-controles {
    min-height: 60px;
    margin-bottom:30px;
}

.div-conteudos-controles a {
    font-family: 'Lato', sans-serif;
}

.div-conteudos-controles a.colored {
    color: #82cb24;
}

/*atendimento*/
.box-atendimento {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.box-atendimento.ativo {
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* PROJETO.CSS ***************************** */

input.form-control{
    max-width: none !important;
}

article.cca-conteudo, aside.cca-apoio {
    padding-top: 15px;
}

aside.cca-apoio {
    padding-top: 15px;
    padding-left:30px;
}

ul.content-conteudos {
    overflow: hidden;
    clear: both;
    float: none;
}

.controle .conteudo ol,
.controle .conteudo ol li {
    list-style: decimal inside;
}

.controle .conteudo ul.lista-links {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    list-style: none !important;
}

.controle .conteudo ul.lista-links li {
    float: left;
    clear: both;
    margin: 0 0 2px 0;
    font-size: 12px;
    color: #009042;
    list-style: none !important;
}

.controle .conteudo ul.lista-links li a {
    font-size: 12px;
    font-weight: bold;
    color: #009042;
}

.controle select {
    height: 25px;
}

.erro {
    font-size: 10px;
    color: #C00;
}

.table-editor, .table-editor td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

.table-editor thead {
    background-color: #EFEFEF;
}

.table-editor td {
    padding: 3px;
}

span.midia-youtube {
    display: block;
    position: relative;
}

span.midia-youtube span.player-button {
    background: url("../img/play-button.png") no-repeat scroll center center transparent;
    display: block;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    width: 48px;
}

.sel-filtro-institutos,
.sel-filtro-areas {
    outline: none;
    border: 1px solid #23af27;
    border-radius: 2px;
    margin-top: -3px;
    height: auto !important;
}

/* RESOLU��O 490PX ******************************************************** */

@media (max-width: 490px) {
    .lk-filtro, .servicos .lk-box-tt {
        margin-top: 10px;
        display: block;
    }

    .box-tt .open .dropdown-menu {
        top: 70px;
        margin-left: -45px;
    }

    .tt-section:after {
        display: none;
    }
}

/* RESOLU��O 390PX ******************************************************** */

@media (max-width: 390px) {
   
    .bloco-img-container .box-info .txt-box-info {
        font-size: 12px;
        line-height: 120%;
    }

    .bloco-img-container .box-info{
        padding:0px 8px 8px 8px;
    }
    .tt-box-info .data{
        border-right:0px;
        margin:0px;
    }
    .tt-box-info {
        
        font-size: 12px;
       
        
    }
    .tt-box-info .data::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        display: inline-block;
        height: 10px;
        margin-left: 7px;
        position: relative;
        top: 0;
        width: 1px;
    }
}

/* RESOLU��O 768PX ******************************************************** */

@media screen and (max-width: 767px) {
    .txt-busca {
        margin-left: 15px;
    }
    .container-conteudo{
        padding-left:10px;
        padding-right:10px;
    }
    .div-conteudos-controles {
        min-height: 60px;
        margin-bottom:30px;
    }
}

@media (min-width: 768px) {
    .tt-section {
        margin-left: 0px;
    }
}

/* RESOLU��O 992PX ******************************************************** */

@media (max-width: 992px) {

    .max-width-992 {
        display: none;
    }
     
    aside.cca-apoio {
        padding-left: 15px;
        clear: both;
    }

    .div-conteudos-controles {
        margin-bottom: 0;
        margin-top: 0;
    }

    .tt-section {
        font-size:28px !important;
    }
}

@media (min-width: 992px) {
    /* .bloco-img-container .box-info {
        bottom: -5%;
        opacity: 0;
        filter: alpha(opacity=0);
    }*/

    .bloco-img-container .box-info {
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /* .bloco-img-container:hover .box-info {
        bottom: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }*/
}

/* RESOLU��O 1024PX ******************************************************** */

@media (max-width: 1024px) {
    .max-width-1024 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .box-right {
        width: 100%;
        padding-left: 15px;
    }
}

/* RESOLU��O 1200PX ******************************************************** */

@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }

    .container-conteudo .container {
        width: 100%;
    }
}