﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

@media only screen and (max-width: 768px) {
    .slider {
        height: 240px !important;
    }
    .slider > .carousel {
        height: 240px !important;
    }
    .copyright {
        text-align: center !important;
    }
    .logo-container {
    text-align:center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
     .logo-container {
    text-align:center;
    }
    .copyright {
        text-align: center !important;
    }
    .slider {
        height: 320px !important;
    }
    .slider > .carousel {
        height: 320px !important;
    }
}

html, body {
    font-family: "Open Sans", sans-serif;
}

a:hover, a:focus {
    text-decoration: none !important;
}

button:focus {
    outline: none !important;
}

.main-header {
    width: 100%;
    background-color: #FFF;
    padding: 15px 0;
}


.logo-container .logo {
    max-width: 100%;
}

.bandeiras_top {
    float: right;
}

.icones_top {
    float:right;
    background-color: rgba(0, 0, 0, 0.45);
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    padding:7px;
    margin-left:2px;
    margin-right:2px;
    font-size:18px;
}


.search-top {
    width: 100%;
    height: 40px;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
    padding: 10px;
}

.search-top:focus {
    outline: none;
}

.btn-search {
    width: 100%;
    height: 40px;
    float: left;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.45);
    color: #FFF;
    margin-right: 3px;
}

.btn-search:hover {
    color: #FFF;
}

.btn-search:focus {
    color: #FFF;
 }

.menu {
    width: 100%;
    height: 50px;
    background-color: #2d2d2d;
    top: 0;
    z-index: 9999;
}

.menu-desktop {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-desktop li {
    display: inline-block;
    line-height: 50px;
}

.menu-desktop li a {
    display: block;
    color: #FFF;
    padding: 0 20px;
}

.menu-desktop li a:hover {
    text-decoration: none;
}

.menu-desktop li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-desktop .submenu {
    position: absolute;
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #222;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.menu-desktop li:hover .submenu {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.menu-desktop .submenu li {
    display: block !important;
}

.menu-desktop .submenu li:hover {
    background: rgba(0, 0, 0, 0.5) !important;
    box-shadow: none !important;
}

.open-collapse-menu {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 10px;
    border-radius: 4px;
    margin: 4px 15px;
}

ul.collapse-menu.hidden-md.hidden-lg.open {
    display: block;
    position: relative;
}

.collapse-menu {
  overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0px;
    padding-bottom: 50px;
    margin: 0;
    width: 100%;
    background-color: #2d2d2d;
    position: fixed;
    z-index: 9999;
    display: none;
    left: 0;
}

.collapse-menu li {
    min-height: 50px;
    line-height: 50px;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(142, 142, 142, 0.2);
}

.collapse-menu li a {
    color: #FFF;
    padding: 0 15px;
}

.collapse-menu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.collapse-menu .submenu li {
    border-bottom: none;
}

.slider {
    width: 100%;
    height: 380px;
    background-color: #DDD;
}

.slider > .carousel {
    height: 380px;
}

.slider .carousel-inner {
    background-color: #000 !important;
}

.gradiente
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}

.container_titulo_noticia
{
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    right: 0px;
    left: 0px;
    color: white;
}

.slider, .video {
    margin-top: 15px;
    margin-bottom: 10px;
}

.banner-top {
    width: 100%;
    max-height: 410px;
    margin-top: 15px;
    text-align: center;
}

.banner-sidebar-1 {
    width: 100%;
    height: 168px;
    background-color: #DDD;
}

.banner-sidebar-2 {
    margin-top: 15px;
}

.banner-index {
    width: 100%;
    height: auto;
    background-color: #DDD;
    margin-top: 10px;
}

.sidebar-title {
    font-weight: 300 !important;
    width: 100%;
    padding: 10px;
    background-color:#2d2d2d;
    color: #FFF;
}

.item_mais_acessada a {
    text-decoration: none !important;
}

.texto_item_mais_acessada {
    color: #444 !important;
}

.previsao {
    margin-top: 15px;
}

.main-footer {
    background-color: #2d2d2d;
    color: #FFF;
    margin-top: 20px;
    min-height: 100px;
    padding: 20px 0;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    min-height: 110px;
    font-size:12px;
}

.copyright p {
    margin: 0;
    opacity: 0.6;
}

.copyright a {
    color: inherit;
    margin: 0 2px;
}

.logo-footer img {
    max-width: 100%;
    max-height: 110px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.header-page {
}

.header-page h1 {
    font-weight: bold;
    font-size: 3.16em;
    letter-spacing: -0.06em;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0.03) !important;
    margin-bottom: -10px !important;
    margin-top: 30px !important;
}

.breadcrumb a {
    color: #333 !important;
}

.container_titulo_noticia h2 {
    font-weight: bold !important;
    letter-spacing: -0.06em !important;
    font-size: 1.8em;
}

.go-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #2d2d2d;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 10px 15px;
    z-index: 9999999;
}