@media (max-width: 767px){ /* Extra small devices */
    .xs-center{
        text-align: center !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){ /* Small devices */
    
}
@media (min-width: 992px) and (max-width: 1199px){ /* Medium devices */
    
}
@media (min-width: 1200px){ /* Large devices */
    
}

/* ### BACKGROUND/LAYOUT ### */
a{ text-decoration: none; }
a:hover{ text-decoration: underline; }
.estrutura{ width: 100%; float: left; }
body{
    font-family: 'Roboto', sans-serif;
}
.img-responsive.img100{
    width: 100% !important;
}

.bg_ajax{
    position: fixed;
    width: 100%; height: 100%;
    background: #000;
    color: #fff;
    z-index: 1051;
    text-align: center;
    padding-top: 20%;
    opacity:0.80; -moz-opacity: 0.80; filter: alpha(opacity=80);
}

.bg_logo_menu{
    border-bottom: 2px solid #ff0000;
    background: linear-gradient(#ffffff, #006879), url(../images/cabecalho.webp) no-repeat center bottom;
    background-size: cover;
    background-blend-mode: darken;
}
.bg_logo_menu img{
    max-height: 70px;
}

.bg_azul2{ background-color: #006879; }
.bg_cinza{ background-color: #F2EFEF; }
.bg_branco{ background-color: #FFFFFF; }

.breadcrumb{
    background-color: #006879 !important;
}
.breadcrumb>.active{
    color: #ffffff !important;
}

.votou_em{
    text-align: center;
}
.votou_em .acf-button-group label{
    cursor: pointer;
}
.votou_em .acf-button-group label.selected{
    background: #006879 !important;
    border-color: #006879 !important;
}
.votou_em .acf-button-group label.selected::after{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
}
/* ### FIM BACKGROUND/LAYOUT ### */

/* ### MENU ### */
.icon-bar {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.top-bar {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    
    transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}
.middle-bar {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.bottom-bar {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    
    transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}
/* ### FIM MENU ### */

/* ### FORMULARIOS ### */
/* ### FIM FORMULARIOS ### */

/* ### UTILITY ### */
.semOverflow{overflow: hidden;}

.btn{cursor: pointer;}

.aSemUnderline a, .aSemUnderline a:hover{text-decoration: none;}

.bordaRedonda{-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}

.top-5{ margin-top: 5px; } .top-10{margin-top: 10px;}
.top-15{margin-top: 15px;} .top-20{margin-top: 20px;}
.top-25{margin-top: 25px;} .top-30{margin-top: 30px;}
.top-35{margin-top: 35px;} .top-40{margin-top: 40px;}
.top-45{margin-top: 45px;} .top-50{margin-top: 50px;}
.top-55{margin-top: 55px;} .top-60{margin-top: 60px;}
.top-65{margin-top: 65px;} .top-70{margin-top: 70px;}
.top-75{margin-top: 75px;} .top-80{margin-top: 80px;}
.top-85{margin-top: 85px;} .top-90{margin-top: 90px;}
.top-95{margin-top: 95px;} .top-100{margin-top: 100px;}
.top-150{margin-top: 150px;} .top-200{margin-top: 200px;}

.bottom-10{margin-bottom: 10px;} .bottom-20{margin-bottom: 20px;}
.bottom-30{margin-bottom: 30px;} .bottom-40{margin-bottom: 40px;}
.bottom-50{margin-bottom: 50px;} .bottom-60{margin-bottom: 60px;}
.bottom-70{margin-bottom: 70px;} .bottom-80{margin-bottom: 80px;}
.bottom-90{margin-bottom: 90px;} .bottom-100{margin-bottom: 100px;}

hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin:30px 0;min-height: 0px;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}
/* ### FIM UTILITY ### */

/* ### CORES ### */
.preto, .preto a{ color: #000; } .preto a:hover{ color: #000; }
.branca, .branca a{ color: #fff; } .branca a:hover{ color: #fff; }
/* ### FIM CORES ### */

/* ### FONTES ### */
.font-arial{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.font-11{ font-size: 11px !important; } .font-12{ font-size: 12px !important; } .font-13{ font-size: 13px !important; }
.font-14{ font-size: 14px !important; } .font-16{ font-size: 16px !important; }
.font-18{ font-size: 18px !important; } .font-20{ font-size: 20px !important; }
.font-22{ font-size: 22px !important; } .font-24{ font-size: 24px !important; }
.font-26{ font-size: 26px !important; } .font-28{ font-size: 28px !important; }
.font-30{ font-size: 30px !important; } .font-32{ font-size: 32px !important; }
.font-34{ font-size: 34px !important; } .font-36{ font-size: 36px !important; }
/* ### FIM FONTES ### */
