﻿/*Notícias*/
.noticias {
    min-height: 650px;
}

    .noticias ul > li > a {
        color: white;
    }

    .noticias ul.tablist {
        background-color: #E9EDEA;
        padding: 5px 0px;
        text-align: center;
    }

        .noticias ul.tablist li {
            display: inline-block;
            list-style-type: none;
            margin-right: 10px;
            padding: 0 5px;
            position: relative;
        }

            .noticias ul.tablist li::after {
                content: '';
                background-color: white;
                height: 20px;
                position: absolute;
                top: 0;
                right: -6px;
                width: 1px;
            }

            .noticias ul.tablist li:last-child::after {
                background-color: transparent;
            }

            .noticias ul.tablist li.active a,
            .noticias ul.tablist li a:hover,
            .noticias ul.tablist li a:focus {
                text-decoration: underline;
            }

            .noticias ul.tablist li a {
                color: white;
            }

    .noticias .item {
        padding-bottom: 15px;
    }

        .noticias .item .img-bg {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 80px;
            width: 120px;
        }

        .noticias .item .data {
            color: #068f9f;
            font-size: 15px;
            font-weight: 600;
        }

        .noticias .item .div-data img {
            height: 15px;
        }

        .noticias .item .title {
            color: #000;
            display: block;
            font-weight: 600;
            text-align: justify;
        }

        .noticias .item .descricao {
            color: #333;
            display: block;
            font-size: 12px;
            max-height: 35px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: justify;
        }

        .noticias .item .leia-mais {
            display: block;
        }

            .noticias .item .leia-mais a {
                color: #068f9f;
                font-size: 13px;
            }

    .noticias .link-mais-noticias {
        padding: 10px 20px;
    }

        .noticias .link-mais-noticias a {
            color: #333;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
        }


    .noticias .titulo-principal {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 22px;
        padding: 2px 0px 2px 0px;
    }

        .noticias .titulo-principal span {
            color: #068f9f;
        }

        .noticias .titulo-principal img {
            height: 25px;
        }

    .noticias .galeria-fotos .mais-galerias a,
    .noticias .galeria-videos .mais-videos a {
        color: #333;
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-top: 7px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .noticias .bg-green {
        margin-bottom: 30px;
    }

    .noticias .div-item {
        padding: 0px 15px;
    }

    .noticias .item {
        border-bottom: 1px solid #ccc;
        padding: 0px 0px 20px 0px;
    }

        .noticias .item:last-child {
            border-bottom: none;
        }

        .noticias .item img {
            margin-bottom: 10px;
        }

    .noticias .galeria-fotos {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

        .noticias .galeria-fotos img {
            margin-bottom: 10px;
        }

    .noticias .galeria-videos .embed-responsive {
        margin-bottom: 10px;
    }
}


/*Notícias*/
/*.noticias {
    padding: 5px 0px;
}

    .noticias ul.tablist {
        padding: 0 0 5px 0px;
        text-align: center;
    }

        .noticias ul.tablist li {
            display: inline-block;
            list-style-type: none;
            margin-right: 10px;
            padding: 0px 5px 0px 0px;
            position: relative;
        }

            .noticias ul.tablist li::after {
                content: '';
                background-color: #000;
                height: 20px;
                position: absolute;
                top: 0;
                right: -6px;
                width: 1px;
            }

            .noticias ul.tablist li:last-child::after {
                background-color: transparent;
            }

            .noticias ul.tablist li.active a,
            .noticias ul.tablist li a:hover,
            .noticias ul.tablist li a:focus {
                text-decoration: underline;
            }
            
    .noticias .item {
        padding-bottom: 15px;
    }

    .noticias .item .img-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80px;
        width: 120px;
    }

    .noticias .item .data {
        color: #068f9f;
        font-size: 15px;
        font-weight: 600;
    }

    .noticias .item .div-data img {
        height: 15px;
    }

    .noticias .item .title {
        color: #000;
        display: block;
        font-weight: 600;
        text-align: justify;
    }

    .noticias .item .descricao {
        color: #333;
        display: block;
        font-size: 12px;
        max-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }

    .noticias .item .leia-mais {
        display: block;
    }

        .noticias .item .leia-mais a {
            color: #068f9f;
            font-size: 13px;
        }

.noticias .link-mais-noticias {
    padding: 10px 20px;
}

    .noticias .link-mais-noticias a {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.noticias .titulo-principal {
    
    padding: 0 0 0 5px;
}

    .noticias .titulo-principal img {
        height: 20px;
    }

.noticias .galeria-fotos .mais-galerias a,
.noticias .galeria-videos .mais-videos a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
}*/

@media (max-width: 767px) {
    .noticias {
        margin-bottom: 30px;
    }

        .noticias .div-item {
            padding: 0px 15px;
        }

        .noticias .item {
            border-bottom: 1px solid #ccc;
            padding: 0px 0px 20px 0px;
        }

            .noticias .item:last-child {
                border-bottom: none;
            }

            .noticias .item img {
                margin-bottom: 10px;
            }

        .noticias .galeria-fotos {
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
        }

            .noticias .galeria-fotos img {
                margin-bottom: 10px;
            }

        .noticias .galeria-videos .embed-responsive {
            margin-bottom: 10px;
        }
}

/*MAIS NOTÍCIAS*/
.mais-noticias .noticias .div-item {
    padding: 0px 15px;
}

.mais-noticias .noticias .titulo-home {
    /*margin-top: 0px;*/
    /*margin-bottom: 20px;*/
    padding: 0 0 0 90px;
}

    .mais-noticias .noticias .titulo-home img {
        height: 20px;
    }

.mais-noticias .noticias .item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    padding-bottom: 30px;
}
    .mais-noticias .noticias .item .img-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80px;
        width: 130px;
    }

    .mais-noticias .noticias .item:last-child {
        border-bottom: none;
    }

    .mais-noticias .noticias .item .title {
        color: #000;
        display: block;
        font-weight: 600;
        text-align: justify;
    }

    .mais-noticias .noticias .item .descricao {
        color: #333;
        text-align: justify;
    }

    .mais-noticias .noticias .item .leia-mais {
        display: block;
        font-size: small;
        padding-top: 3px;
    }


/*Notícia Aberta*/
/*.noticia-aberta .container {
    background-color: white;
}*/

.noticia-aberta .titulo {
    color: #A0B1A7;
    font-size: 30px;
    font-weight: 600;
}

.noticia-aberta .div-img {
    margin-bottom: 30px;
}

.noticia-aberta .div-texto {
    margin-bottom: 30px;
}

    .noticia-aberta .div-texto p {
        text-align: justify;
    }

.noticia-aberta .div-tags {
    margin-bottom: 20px;
}

    .noticia-aberta .div-tags h3 {
        font-size: 1.6em;
        text-transform: uppercase;
    }

    .noticia-aberta .div-tags a {
        color: #444;
    }

.noticia-aberta .div-comentarios .nav-green {
    background-color: #A0B1A7;
    margin-bottom: 20px;
    padding: 5px 10px;
}

    .noticia-aberta .div-comentarios .nav-green span {
        color: white;
        font-weight: 600;
    }

.noticia-aberta .div-comentarios .radio-inline {
    margin-right: 5px;
}

.body-content input[type="text"],
.body-content input[type="password"],
.body-content textarea,
.body-content select {
    background-color: #CAD5CF;
    border: none;
    padding: 5px;
    width: 100%;
}

.body-content .btn-green {
    background-color: #A0B1A8;
    border: none;
    border-radius: 0px;
    color: #000;
    text-transform: uppercase;
}

    .body-content .btn-green:hover {
        opacity: 0.7;
    }

.form {
    margin-bottom: 20px;
}

    .form .bg-green {
        background-color: #DDE4E0;
        padding: 30px 20px;
    }

        .form .bg-green .title {
            display: block;
            font-size: 18px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

    .form label {
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }
