#menu_busca {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 50px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#menu_busca li {
    float: left;
    list-style: none;
    margin-left: 2%;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    border-bottom: 3px solid #B2B2B2;
    cursor: pointer;
    transition: all 0.5s;
    transition-timing-function: ease;
}

#menu_busca li a {
    color: inherit;
    text-decoration: none;
}

#menu_busca li span {
    font-size: 14px;
}

#menu_busca li.tudo:hover {
border-bottom: 3px solid rgb(18,123,191);
color: rgb(18,123,191);
}

#menu_busca li.tudo_selecionado {
border-bottom: 3px solid rgb(18,123,191);
color: rgb(18,123,191);
}

#menu_busca li.releases:hover {
border-bottom: 3px solid #9da142;
color: #9da142;
}

#menu_busca li.midia:hover {
border-bottom: 3px solid #cf7a0c;
color: #cf7a0c;
}

#menu_busca li.videos:hover {
border-bottom: 3px solid #24ab8d;
color: #24ab8d;
}

#menu_busca li.releases_selecionado {
border-bottom: 3px solid #9da142;
color: #9da142;
}

#menu_busca li.midia_selecionado {
border-bottom: 3px solid #cf7a0c;
color: #cf7a0c;
}

#menu_busca li.videos_selecionado {
border-bottom: 3px solid #24ab8d;
color: #24ab8d;
}

#menu_busca li.eventos:hover {
border-bottom: 3px solid #765194;
color: #765194;
}

#menu_busca li.eventos_selecionado {
border-bottom: 3px solid #765194;
color: #765194;
}

#menu_busca li.produtos:hover {
border-bottom: 3px solid #007eca;
color: #007eca;
}

#menu_busca li.produtos_selecionado {
border-bottom: 3px solid #007eca;
color: #007eca;
}

#menu_busca li.busca_todo_site:hover {
border-bottom: 3px solid #0f91ab;
color: #0f91ab;
}

#menu_busca li.busca_todo_site_selecionado {
border-bottom: 3px solid #0f91ab;
color: #0f91ab;
}

#resultadoBusca {
    margin-top: 0px;
}

#resultadoBusca a {
    text-decoration: none;
}

h6.data {
color: #1b5e89;
font-size: 14px;
font-family: arial;
font-weight: normal;
margin-left: 0px;
margin-top: 30px;
}

.spinner {
margin: 100px auto 0;
width: 70px;
text-align: center;
}

.spinner > div {
width: 18px;
height: 18px;
background-color: #333;

border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}

.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}

#searchForm .input-group {
position: relative;
display: table;
border-collapse: separate;
}

#searchForm .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}

#searchForm .input-group .form-control:first-child, #searchForm .input-group-addon:first-child, #searchForm .input-group-btn:first-child>.btn, #searchForm .input-group-btn:first-child>.btn-group>.btn, #searchForm .input-group-btn:first-child>.dropdown-toggle, #searchForm .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, #searchForm .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

#searchForm .input-group-addon:first-child {
border-right: 0;
}

#searchForm .input-group .form-control, #searchForm .input-group-addon, #searchForm .input-group-btn {
display: table-cell;
}

#searchForm .input-group-addon, #searchForm .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}

#searchForm .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
cursor: pointer;
}

#searchForm .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
outline: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border: 1px solid #ccc!important;
}

#searchForm .input-group .form-control, #searchForm .input-group-addon, #searchForm .input-group-btn {
display: table-cell;
}

.btn-neutral {
    background-color: #007eca;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn-neutral:active, .btn-neutral:focus, .btn-neutral:hover {
    color: #fff;
    background-color: #007eca;
    box-shadow: none;
}

.btn-neutral:disabled {
    box-shadow: none;
}

.itens-scroll {
    overflow-y: auto;
}

.empty-result {
    text-align: center!important;
    text-transform: uppercase;
    font-size: 20px!important;
    color: #d4d4d4;
    margin-top: 20px;
}

.ancor-list {
    padding: 0px 10px;
    margin: 10px 0px;
}

.ancor-list li {
    list-style: none;
    margin-bottom: 10px;
    background-color: #eaeaea;
    text-align: center;
    padding: 5px 0px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.ancor-list li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

.ancor-list li.ancor-releases:hover, .ancor-list li.ancor-releases.active {
    background-color: #9da142;
    color: #fff
}

.ancor-list li.ancor-midia:hover, .ancor-list li.ancor-midia.active {
    background-color: #cf7a0c;
    color: #fff
}

.ancor-list li.ancor-videos:hover, .ancor-list li.ancor-videos.active {
    background-color: #24ab8d;
    color: #fff
}

.ancor-list li.ancor-eventos:hover, .ancor-list li.ancor-eventos.active {
    background-color: #765194;
    color: #fff
}

.ancor-list li.ancor-produtos:hover, .ancor-list li.ancor-produtos.active {
    background-color: #007eca;
    color: #fff
}

.ancor-list li.ancor-paginas:hover, .ancor-list li.ancor-paginas.active {
    background-color: #0f91ab;
    color: #fff
}

.section-divider {
    display: block;
    margin: 20px auto 0px auto;
    text-align: center;
    position: relative;
}

.section-divider .line {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #d4d4d4;
    z-index: 0;
}

.section-divider span {
    color: #d4d4d4;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    padding: 0px 10px;
    text-transform: uppercase;
}

.section-divider.releases span {
    color: #9da142;
}

.section-divider.releases .line {
    background-color: #9da142;
}

.section-divider.midia span {
    color: #cf7a0c;
}

.section-divider.midia .line {
    background-color: #cf7a0c;
}

.section-divider.videos span {
    color: #24ab8d;
}

.section-divider.videos .line {
    background-color: #24ab8d;
}

.section-divider.eventos span {
    color: #765194;
}

.section-divider.eventos .line {
    background-color: #765194;
}

.section-divider.produtos span {
    color: #007eca;
}

.section-divider.produtos .line {
    background-color: #007eca;
}

.section-divider.paginas span {
    color: #0f91ab;
}

.section-divider.paginas .line {
    background-color: #0f91ab;
}

.inter-page .section-releases .nav-tabs {
    background-color: #9da142;
}

.inter-page .section-releases .card-subtitle a {
    color: #9da142;
}

#load-more-releases, #see-more-releases {
    background-color: #9da142;
}

.inter-page .section-midia .nav-tabs {
    background-color: #cf7a0c;
}

.inter-page .section-midia .card-subtitle a {
    color: #cf7a0c;
}

#load-more-midias, #see-more-midias {
    background-color: #cf7a0c;
}

.inter-page .section-videos .nav-tabs {
    background-color: #24ab8d;
}

.inter-page .section-videos .card-subtitle a {
    color: #24ab8d;
}

#load-more-videos, #see-more-videos {
    background-color: #24ab8d;
}

.inter-page .section-videos.sec-eventos .nav-tabs {
    background-color: #765194;
}

.inter-page .section-videos.sec-eventos .card-subtitle a {
    color: #765194;
}

#load-more-eventos, #see-more-eventos {
    background-color: #765194;
}

.inter-page .section-videos.sec-paginas .nav-tabs {
    background-color: #0f91ab;
}

.inter-page .section-videos.sec-paginas .card-subtitle a {
    color: #0f91ab;
}

.btn-neutral.active, .btn-neutral.active:focus, .btn-neutral.active:hover, .btn-neutral:active:focus, .btn-neutral:active:hover, .open>.btn-neutral.dropdown-toggle, .open>.btn-neutral.dropdown-toggle:focus, .open>.btn-neutral.dropdown-toggle:hover {
    color: #fff;
}

.complete, .soon, .finish {
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
}

.complete {
    background-color: #36bb14;
}

.soon {
    background-color: #007eca;
}

.finish {
    background-color: #dd4b39;
}

@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
0%, 80%, 100% { 
-webkit-transform: scale(0);
transform: scale(0);
} 40% { 
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}

/* LOADER */
.socket{
    width: 200px;
    height: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.hex-brick{
  background: #99daff;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.h2{
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.h3{
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.gel{
    height: 30px;
    width: 30px;    
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
top: 50%;
left: 50%;
}

.center-gel{
    margin-left: -15px;
    margin-top: -15px;
    
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.c1{
    margin-left: -47px;
    margin-top: -15px;
}

.c2{
    margin-left: -31px;
    margin-top: -43px;
}

.c3{
    margin-left: 1px;
    margin-top: -43px;
}

.c4{
    margin-left: 17px;
    margin-top: -15px;
}
.c5{
    margin-left: -31px;
    margin-top: 13px;
}

.c6{
    margin-left: 1px;
    margin-top: 13px;
}

.c7{
    margin-left: -63px;
    margin-top: -43px;
}

.c8{
    margin-left: 33px;
    margin-top: -43px;
}

.c9{
    margin-left: -15px;
    margin-top: 41px;
}

.c10{
    margin-left: -63px;
    margin-top: 13px;
}

.c11{
    margin-left: 33px;
    margin-top: 13px;
}

.c12{
    margin-left: -15px;
    margin-top: -71px;
}

.c13{
    margin-left: -47px;
    margin-top: -71px;
}

.c14{
    margin-left: 17px;
    margin-top: -71px;
}

.c15{
    margin-left: -47px;
    margin-top: 41px;
}

.c16{
    margin-left: 17px;
    margin-top: 41px;
}

.c17{
    margin-left: -79px;
    margin-top: -15px;
}

.c18{
    margin-left: 49px;
    margin-top: -15px;
}

.c19{
    margin-left: -63px;
    margin-top: -99px;
}

.c20{
    margin-left: 33px;
    margin-top: -99px;
}

.c21{
    margin-left: 1px;
    margin-top: -99px;
}

.c22{
    margin-left: -31px;
    margin-top: -99px;
}

.c23{
    margin-left: -63px;
    margin-top: 69px;
}

.c24{
    margin-left: 33px;
    margin-top: 69px;
}

.c25{
    margin-left: 1px;
    margin-top: 69px;
}

.c26{
    margin-left: -31px;
    margin-top: 69px;
}

.c27{
    margin-left: -79px;
    margin-top: -15px;
}

.c28{
    margin-left: -95px;
    margin-top: -43px;
}

.c29{
    margin-left: -95px;
    margin-top: 13px;
}

.c30{
    margin-left: 49px;
    margin-top: 41px;
}

.c31{
    margin-left: -79px;
    margin-top: -71px;
}

.c32{
    margin-left: -111px;
    margin-top: -15px;
}

.c33{
    margin-left: 65px;
    margin-top: -43px;
}

.c34{
    margin-left: 65px;
    margin-top: 13px;
}

.c35{
    margin-left: -79px;
    margin-top: 41px;
}

.c36{
    margin-left: 49px;
    margin-top: -71px;
}

.c37{
    margin-left: 81px;
    margin-top: -15px;
}

.r1{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

.r1 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}


@keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }
    
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade{
    0%{
        background: #99daff;
    }
    
    50%{
        background: #007ec8;
    }
    
    100%{
        background: #99daff;
    }
}

@-webkit-keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }
    
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade{
    0%{
        background: #99daff;
    }
    
    50%{
        background: #007ec8;
    }
    
    100%{
        background: #99daff;
    }
}