section {
    padding-top:275px;
    margin-top:-125px;
    padding-bottom: 100px;
}

h2 {
    text-align: center;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.carousel-inner  {
    height: 700px;
    -webkit-transition: 4s ease-in-out left;
    -moz-transition: 4s ease-in-out left;
    -o-transition: 4s ease-in-out left;
    transition: 4s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: auto;
    margin: auto;
    height: 350px;
    max-height: 350px;
    padding-top: 125px;

}

.carousel-control.left{
    background:none;
    color:red;
}

.carousel-control.right{
    background:none;
    color:red;
}

.carouselContent{
    position: relative;
    width: 100%;
    margin-left:20%;
    top: 110px;
}

.carouselContent > img {
    float: left;
    margin-right:20px;
    padding-bottom: 10px;

}

.carouselContent > .largura{
    width:40% !important;
    margin-top:8%;
}	

.carousel-indicators li {
    background-color: #C2EBFF;
}
.carousel-indicators .active {
    background-color: #47639E;
}

.largura {
    width: 80%;
    margin: auto;
    min-height: 600px;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #66CCFF:;
    font-weight: bold;
    background-color: #FFFFFF;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top:35px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > .active{
    color: #FFF;
    text-decoration: underline;
    background: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    text-decoration: underline;
    background: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

/* css */

@-webkit-keyframes blink {
    from { color: red; }
    to { color: white; }
}
@-moz-keyframes blink {
    from { color: red; }
    to { color: white; }
}
@-ms-keyframes blink {
    from { color: red; }
    to { color: white; }
}
@-o-keyframes blink {
    from { color: red; }
    to { color: white; }
}
@keyframes blink {
    from { color: red; }
    to { color: white; }
}

.h1, h1{
    font-weight: bold;
}

.blink {
  background: url('../../img/default/new.png') center no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  border: none;
  display:inline-block;
  vertical-align: middle;
  animation: blink 4s ease-in infinite;
}

@keyframes blink {
  from, to { opacity: 1 }
  50% { opacity: 0 }
}

.blinkmenu {
  background: url('../../img/default/news_menu.png') center no-repeat;
  background-size: 30px 30px;
  width: 25px;
  height: 25px;
  border: none;
  display:inline-block;
  vertical-align: middle;
  animation: blink 4s ease-in infinite;
}

@keyframes blinkmenu {
  from, to { opacity: 1 }
  50% { opacity: 0 }
}