/* Configuração Geral */
body{
    font-size: 15px;
    color: #23522C; 
    font-family: 'Nunito Sans', sans-serif;
    transition: all .25s linear;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
}
h1{
    font-size: 22px;  
    color: #23522C;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bolder;
}
h2{
    color: #23522C;
    font-size: 20px;
    font-weight: bolder;
}

.container{
    max-width: 1170px;
}
#espaco{
    height:50px;
}
#botao{
    border-color: #85352e;
}
.btn-primary{    
    background: #125E2D;
    border: 5px solid #125E2D;
    border-radius: 5px;
    color: white;
}
.btn-primary:hover{    
    background: white;
    border: 5px solid #125E2D;
    color: #125E2D;
}
.icon-bar{
    color: #391F11;
    background: #E8DED7;
}
.navbar-default .navbar-toggle {
    border-color: #111233;
    color: white;
    background: #111233;    
}

/* Fim Configuração Geral */




/*  Topo  */
#posicao-topo{
    margin-top: 35px;
    text-align: center;
}
@media(min-width: 700px){
    .espaco-topo{
        height: 138px;
    }
    .topo_acei{
        background: url('/uploads/acei_itabirito_2018/layout/fundo_topo.jpg') repeat-x top;
        padding: 25px 0 25px 0;
        background-repeat: no-repeat;
        background-size: cover;   
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3000;
    }
}
@media(max-width: 650px){
    .espaco-topo {
        height: 0px;
    }
    .topo_acei{
        background: url('/uploads/acei_itabirito_2018/layout/fundo_topo.jpg') repeat-x top;
        background-repeat: no-repeat;
        background-size: cover;   
        width: 100%;
        z-index: 3000;
    }
}
.botao_topo{
    background: #147635;
    transition: 0.5s ease;
    border-radius: 15px;
    padding: 7px 15px 7px 15px;
    color: white;
}
.botao_topo span{    
    font-size: 12px;
}
.botao_topo:hover{    
    background: white;
    color: #147635;
    border: 1px solid #147635;
    text-decoration: none;
}
.image1{
    transition: 0.5s ease;
}
.image1:hover{    
     transform: scale(1.07);
}
.menu-acei{
    background: url('/uploads/acei_itabirito_2018/layout/fundo_menu.jpg') repeat-x top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 0px 0;
    background-size: cover;       
}
.link-acei{
    color: white;
    margin-right: 30px;
}
.link-acei:hover{
    
}
/* Fim Topo */


/* Menu */
    .header-main .container-menu {                
            position: relative;
            height: 50px;
    }
    .header-main .container-menu .menu {
            height: 100%;
            display: block;
    }
    .ponteiroMenu {
            cursor:Pointer;
    }

    .header-main .container-menu .menu > .menu-item {
            display: block;
            list-style-type: none;
            float: left;
            height: 100%;
            margin-right: 15px;
    }

    .header-main .container-menu .menu .menu-item.has-submenu {
            background-repeat: no-repeat;
            background-position: right 9px center;
            padding-right: 12px;
            position: relative;
    }
    .header-main .container-menu .menu > .menu-item > a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 0 10px;
            transition: color 250ms ease;
            position: relative;
    }

    .header-main .container-menu .menu > .menu-item > a:after {
            content: "";
            width: 0px;
            height: 2px;
            background-color: #fac800;
            display: block;
            position: absolute;
            top: 50%;
            left: 10px;
            margin-top: 10px;
            transition: width 250ms ease;
    }

    .header-main .container-menu .menu > .menu-item.current-menu-item > a,
    .header-main .container-menu .menu > .menu-item > a:hover {
            color:#fac800;
    }

    .header-main .container-menu .menu > .menu-item > a:hover:after,
    .header-main .container-menu .menu > .menu-item.current-menu-item > a:after {
            width: 25px;
    }

    .header-main .container-menu .sub-menu {
            position: absolute;
            top: 100%;
            background-color: #ffffff;
            padding: 10px 15px;
            left: 0;
            width: 160px;
            display: none;
            z-index: 2000;
            -webkit-box-shadow: 0px 1px 21px 0px rgba(50, 50, 50, 0.52);
            -moz-box-shadow:    0px 1px 21px 0px rgba(50, 50, 50, 0.52);
            box-shadow:         0px 1px 21px 0px rgba(50, 50, 50, 0.52);
    }

    .header-main .container-menu .menu > .menu-item.has-submenu:hover .sub-menu {
            display: block;
    }

    .header-main .container-menu .sub-menu:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #f7f7f7;
            position: absolute;
            top: -8px;
            left: 15px;
            color: #54775a;
    }

    .header-main .container-menu .sub-menu .menu-item a {
            display: block;
            color: #0b5b6e;
            text-decoration: none;
            padding: 5px 0;
            transition: 0.5s ease;
    }
    .header-main .container-menu .sub-menu .menu-item a:hover {
            font-weight: bold;
    }
    .header-main .container-menu .sub-menu .menu-item {
            list-style-type: none;
            display: block;
            text-align: center;
            color: #54775a;
    }

    .header-main .container-menu .sub-menu .menu-item a {
            display: block;
            color: #54775a;
            text-decoration: none;
            padding: 10px 0;
    }
/* FIm Menu */


/* Notícias */

.noticia_principal{    
    width: 460px;
    height: 310px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}
@media(max-width: 600px){
    .noticia_principal{    
        width: 300px;
        height: 150px;
        background-position: top;
        background-size: cover;
        margin-bottom: 7px;
        background-color: transparent;
        background-repeat: no-repeat;
    }
}
.noticia_principal .imagem-noticia{
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:visible;
    background-repeat: no-repeat;
    
}
.noticia_principal .imagem-noticia:hover{
    visibility: visible;
    background-repeat: no-repeat;
}

.noticia_item_foto{    
    width: 270px;
    height: 200px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}
.noticias_home{
    padding: 100px 0 50px 0;
}
@media(width: 768px){
    .noticias_home{
        padding: 100px 0 50px 0;
        height: 1650px;
    }
}
@media(max-width: 600px){
    .noticias_home{
        padding: 100px 0 50px 0;
        height: 1550px;
    }
}
.link-noticia{
    color: #224A2A;
    text-decoration: none;
}
.link-noticia:hover{
    color: #224A2A;
    text-decoration: none;
}
.noticias-laterais{
    font-size: 14px;
    height: 260px;
    
}
.noticia_lateral{    
    width: 230px;
    height: 155px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}
.noticia_lateral .imagem-noticia{
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:visible;
    background-repeat: no-repeat;
    
}
.noticia_lateral .imagem-noticia:hover{
    visibility: visible;
    background-repeat: no-repeat;
}
.data_noticia span{
    color: #c4c4c4;
    font-size: 13px;
}
.botao-noticias-home{
    font-size: 13px;
    font-weight: bolder;
    color: #23522C;
    border-radius: 30px;
    border: 1px solid #23522C;
    padding: 12px 55px 12px 55px;
    transition: 0.5s ease;
    z-index: 1000;
}
.botao-noticias-home:hover{
    background: #23522C;
    color: white;
    text-decoration: none;
}
.hr-noticias{
    position: relative;
    top: 11px;
    border: 4px solid #23522C;
    width: 115px;
    border-radius: 10px;
    text-align: center;
}
/* Fim Notícias */


/* A Ace */
.a-ace{
    background: url('/uploads/acei_itabirito_2018/layout/fundo_parte3.jpg') repeat-x top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
@media (max-width: 600px){    
    .a-ace{
        background: url('/uploads/acei_itabirito_2018/layout/fundo_parte3.jpg') repeat-x top;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
    }
}
.link-ace{
    font-size: 13px;
    font-weight: bolder;
    color: #23522C;
    border-radius: 30px;
    border: 1px solid white;
    padding: 12px 55px 12px 55px;
    transition: 0.5s ease;
    z-index: 1000;
}
.link-ace:hover{
    background: white;
    color: #23522C;
    text-decoration: none;
}
.hr-ace{
    position: relative;
    top: 11px;
    border: 4px solid white;
    width: 115px;
    border-radius: 10px;
    text-align: center;
}
.a-ace span{
    font-size: 45px;
}
/* Fim A Ace */


/* Agenda */
.agenda_home{
    padding: 50px 0 50px 0;
}
.ui-widget-header{
    background: transparent;
    border: 1px solid #e1e1e1;
}
.ui-datepicker{
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
.ui-widget-header {
    border: none;
}
.ui-datepicker-calendar thead{
    background: #f6f6f6;
}
.ui-datepicker th {
    color: #23522C;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    color: black;
    opacity: 0.8;
}
.undefined a{
    color: white !important;
    background: #23522C !important;
    text-align: center !important;
}
.undefined span{
    color: black !important;
    background: transparent !important;
    text-align: center !important;
}
.dia-evento{
    border: 1px solid black;
    height: 35px;
    margin-bottom: 10px;
}
.dia-numero{
    background: #23522C;
    color: white;
    text-align: center;
    height: 33px;
}
.dia-evento span{
    position: relative;
    top: 5px;
}
.botao-agenda{
    font-size: 13px;
    font-weight: bolder;
    color: #224A2A;
    border-radius: 30px;
    border: 1px solid #eadc07;
    padding: 12px 85px 12px 85px;
    transition: 0.5s ease;
    z-index: 1000;
}
.botao-agenda:hover{
    background: #eadc07;
    color: #224A2A;
    text-decoration: none;
}
.hr-agenda{
    position: relative;
    top: 11px;
    border: 4px solid #eadc07;
    width: 115px;
    border-radius: 10px;
    text-align: center;
}
/* Fim Agenda */


/* Associados */
#borda-associados{
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.botao-associados{
    font-size: 13px;
    color: #c2c2c2;
    border-radius: 20px;
    border: 1px solid black;
    padding: 5px 20px 5px 20px;
    transition: 0.5s ease;
    z-index: 1000;
    margin-bottom: 10px;
}
.botao-associados:hover{
    background: #c2c2c2;
    color: white;
    text-decoration: none;
}
#posicao-imagem{
    position: relative;
    top: 2px;
    margin-left: 25px;
    z-index: 2000;
}
/* Fim Associados */


/* Rodapé */
.rodape_acei{
    background: url('/uploads/acei_itabirito_2018/layout/fundo_rodape.png') repeat-x top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px 0;
    margin-top: 30px;
}
.rodape_acei a{
    color: white;
    font-size: 12px;
    transition: 0.5s ease;
}
.rodape_acei a:hover{
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}
#posicao-rodape{
    padding-top: 40px;
    font-weight: bold;
}
.masterix{
    padding: 20px 0 20px 0;
}
/* Fim Rodapé */


/* FAQ */
    #faq-list h2 {
        font-size: 18px;
        color: #294573;
        padding-left: 40px;
        padding-top: 13px;
        cursor: pointer;
        background-image: url(layout/plus.png);
        background-position: left;
        background-repeat: no-repeat;
        font-weight: bolder;
        text-align: left;
    }