﻿body {
}

.left {
    float:left;
}

header {
    background-color: white;
    min-height: 160px;
}
.navbar {
    margin-bottom:0px;
}

.navbar-default {
    background-color: white;
    border-color: none;    
}

.no-padding {
 padding-left: 0;
 padding-right: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left {
    margin-left: 0;
}

.navbar-nav > li.hover a {
    background-color: #4d4d4d!important;
    color: white!important;
}

.navbar-nav > li {
padding-top: 0px;
}

.navbar-nav > li:hover {
    background-color: #4d4d4d;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #666!important;
    font-family: 'Oxygen', sans-serif;
    text-decoration: none;
    display: block;
    padding: 20px 10px 10px 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-nav > li > a:hover {
    background-color: #4d4d4d !important;
    color: white !important;
}

.navbar-nav > li > .dropdown-content {
    display: none;
    position: absolute;
    background-color: #4d4d4d;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.navbar-nav > li >.dropdown-content ul {

    width: 400px;
    list-style: none;
}

.navbar-nav > li > .dropdown-content li {
    padding-right: 10px;
    float: left;
}

.navbar-nav > li > .dropdown-content a {
    background: url('../Images/Publica/bck.marcador-menu.png') no-repeat 0 12px;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    padding: 8px 10px;
    text-decoration: none;
}

.navbar-nav > li > .dropdown-content a:hover {
    text-decoration: underline;
}

.gsc-input-box, .gsc-search-button-v2 {
    height: 34px !important;
    border-radius: 4px;
}

.gsc-control-cse {
    padding: 10px 0 0 0 !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    padding: 2px 15px !important;
    height: 34px !important;
}

.cse .gsc-search-button-v2 {
    padding: 6px 27px;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #777777;
    color: white;
}

.logo {
    height:90px;
    padding:10px 20px;
}

.navbar-form {
    width:340px;
    float:right;
}

.menu {
    border-bottom: 3px solid #4d4d4d;
    height: 54px;
}

.navbar-brand {
    display: none;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent!important;
    border: none !important;
}

section {
    display: inline-block;
    width:100%;
}

footer {
    margin-top: 10px;
    border-top: 3.5px solid #4d4d4d;
    margin-bottom: 10px;
    height: 170px;
}

footer ul {
    list-style: none;
    height: 60px;
}

footer li {
    float:left;
    display:block;
    width:32%;
    border-right: 1px solid #e1e1e1;
}

footer li a {
    display: block;
    height: 70px;
    padding: 20px 10px;
    text-decoration: none;
    color: #4d4d4d;
    font-size: 16px;
}

footer li a:hover {
    background-color: #777777;
    color: white;
    text-decoration: none;
}

footer form label {
    font-weight: 200;
    padding: 7px 0 0 30px;
    margin-top:3px;
}

footer form .label-news {
    background: url(/Images/publica/bck.icone.newsletter.png) no-repeat;
}

.form-group {
    margin-bottom: 0px;
}
.somente-mobile {
    display:none!important;
}

.banner2 {
    padding: 0;
}

.carousel-caption {
    right: 0px;
    left: 0;
    background-color: rgba(58, 58, 58, 0.7);
    bottom: 0;
    padding: 10px 0 0 0;
}

.carousel-caption h3 {
    margin: 0;
    font-size: 20px;
    height: 50px;
    padding-top: 6px;
}

.carousel-indicators {
    display: none;
}

.destaque-320x320 {

}

.destaque-150x150 .item {
    padding: 0 15px 15px 0;
}

.destaque-150x150 .item h4 {
    background-color: rgba(58, 58, 58, 0.7);
    bottom: 0px;
    color: #FFF;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    position: absolute;
    width: 121px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.destaque-150x150 .item img {
    width: 100%; 
     height: 100%;
}

content.publicacao h2 {
    font-family: Oxygen, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}

header.publicacao img {
width: 100%;

}

.publicacao {
    font-family: Oxygen, sans-serif;
    font-size: 18px;
}

@media (max-width: 420px) {
    header {
        min-height: 160px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .somente-mobile {
        display: block !important;
    }

    .nav > li {
        border-bottom: 1px solid #e1e1e1;
    }

    .navbar-nav > li > a {
        font-size: 20px;
    }

    .navbar-nav > li > .dropdown-content {
        position: relative;
        width: 100%;
    }

        .navbar-nav > li > .dropdown-content ul {
            width: initial;
            display: grid;
            -webkit-padding-start: 0px;
        }

        .navbar-nav > li > .dropdown-content li {
            line-height: 30px;
            border-bottom: 1px solid #666666;
        }

        .navbar-nav > li > .dropdown-content a {
            background: none;
            font-size: 16px;
            padding-left: 30px;
        }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        border-bottom: none;
    }

    img {
        width: 100%;
    }

    .banner1 {
        display: block;
    }

        .banner1 img.logo {
            display: none;
        }

    .navbar-brand {
        padding: 4px 15px;
        display: block;
    }

        .navbar-brand .logo {
            height: 40px;
            width: initial;
            padding: 0px;
        }

    .gsc-control-cse {
        padding: 13px 0 0 0 !important;
        margin-top: 2px;
        border-bottom: 1px solid #4d4d4d;
    }

    footer {
        height: 160px;
    }

    .banner2 {
        display: none;
    }

    .destaque-150x150 {
        padding: 0;
        border-top: 1px solid #e1e1e1;
        margin-top: 10px;
    }
   
    .destaque-150x150 .item {
        padding: 0;
        border-bottom: 1px solid #e1e1e1;
        background-color: #f8f8f8;
    }    

    .destaque-150x150 .item img {
        width: 30%;
        float: left;
    }

    .destaque-150x150 .item h4 {
        background-color: transparent;
        font-size: 20px;
        text-align: left;
        bottom: 0px;
        position: relative;
        margin: 0;
        float: left;
        width: 70%;
        font-size: 22px;
        font-weight: 500;
        color: #666 !important;
        font-family: 'Oxygen', sans-serif;
        text-decoration: none;
        display: block;
        padding: 20px 10px 10px 10px;
    }

    .col-xs-6 {
        width: 100%;
    }

    .carousel-control {
        width: 30%;
    }

}

@media (min-width: 420px) and (max-width: 600px) {
    header {
        min-height: 186px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .somente-mobile {
        display: block !important;
    }

    .nav > li {
        border-bottom: 1px solid #e1e1e1;
    }

    .navbar-nav > li > a {
        font-size: 20px;
    }

    .navbar-nav > li > .dropdown-content {
        position: relative;
        width: 100%;
    }

        .navbar-nav > li > .dropdown-content ul {
            width: initial;
            display: grid;
            -webkit-padding-start: 0px;
        }

        .navbar-nav > li > .dropdown-content li {
            line-height: 30px;
            border-bottom: 1px solid #666666;
        }

        .navbar-nav > li > .dropdown-content a {
            background: none;
            font-size: 16px;
            padding-left: 30px;
        }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        border-bottom: none;
    }

    img {
        width: 100%;
    }

    .banner1 {
        display: block;
    }

        .banner1 img.logo {
            display: none;
        }

    .navbar-brand {
        padding: 4px 15px;
        display: block;
    }

        .navbar-brand .logo {
            height: 40px;
            width: initial;
            padding: 0px;
        }

    .gsc-control-cse {
        padding: 13px 0 0 0 !important;
        margin-top: 2px;
        border-bottom: 1px solid #4d4d4d;
    }

    footer {
        height: 160px;
    }

    .destaque-320x320 {
        width: 100%;
    }

    .destaque-150x150 {
        padding: 0;
        border-top: 1px solid #e1e1e1;
        margin-top: 10px;
    }

    .banner2 {
        display: none;
    }

    .destaque-150x150 .item {
        padding: 0;
        border-bottom: 1px solid #e1e1e1;
        background-color: #f8f8f8;
    }    

    .destaque-150x150 .item img {
        width: 30%;
        float: left;
    }

    .destaque-150x150 .item h4 {
        background-color: transparent;
        font-size: 20px;
        text-align: left;
        bottom: 0px;
        position: relative;
        margin: 0;
        float: left;
        width: 70%;
        font-size: 22px;
        font-weight: 500;
        color: #666 !important;
        font-family: 'Oxygen', sans-serif;
        text-decoration: none;
        display: block;
        padding: 20px 10px 10px 10px;
    }

    .col-xs-6 {
        width: 100%;
    }

    .carousel-control {
        width: 30%;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    header {
        min-height: 205px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .somente-mobile {
        display: block !important;
    }

    .nav > li {
        border-bottom: 1px solid #e1e1e1;
    }

    .navbar-nav > li > a {
        font-size: 20px;
    }

    .navbar-nav > li > .dropdown-content {
        position: relative;
        width: 100%;
    }

        .navbar-nav > li > .dropdown-content ul {
            width: initial;
            display: grid;
            -webkit-padding-start: 0px;
        }

        .navbar-nav > li > .dropdown-content li {
            line-height: 30px;
            border-bottom: 1px solid #666666;
        }

        .navbar-nav > li > .dropdown-content a {
            background: none;
            font-size: 16px;
            padding-left: 30px;
        }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        border-bottom: none;
    }

    img {
        width: 100%;
    }

    .banner1 {
        display: block;
    }

        .banner1 img.logo {
            display: none;
        }

    .navbar-brand {
        padding: 4px 15px;
        display: block;
    }

        .navbar-brand .logo {
            height: 40px;
            width: initial;
            padding: 0px;
        }

    .gsc-control-cse {
        padding: 13px 0 0 0 !important;
        margin-top: 2px;
        border-bottom: 1px solid #4d4d4d;
    }

    footer {
        height: 160px;
    }

    .destaque-320x320 {
        width: 50%;
        float: left;
    }

    .destaque-150x150 {
        width: 50%;
        float: left;
        padding: 0;
    }

    .banner2 {
        display: none;
    }

    .destaque-150x150 .item {
        padding: 0 0px 15px 15px;
    }

        .destaque-150x150 .item h4 {
            width: 90%;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    header {
        min-height: 290px;
    }

    .banner2 {
        display: none;
    }

    .destaque-150x150{
        padding:0;
    }

    .destaque-150x150 .item {
        padding: 0 0px 15px 15px;
    }

    .destaque-150x150 .item h4 {
        width: 130px;
    }
}

@media (min-width: 992px) {

    .destaque-150x150 .item h4 {
        width: 121px;
    }
}

@media (min-width: 1024px) {

    .destaque-150x150 .item h4 {
        width: 121px;
    }
}

@media (min-width: 1200px) {
    .destaque-150x150 .item h4 {
        width: 150px;
    }
}
