/* Configuração Geral */

body {
    font-size: 15px;
    color: #0d1039;
    font-family: 'Lato', sans-serif;
    transition: all .25s linear;
    background: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

span {
    font-size: 18px;
}

h1 {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/fundo_h1.png');
    background-repeat: no-repeat;
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 30px;
}

@media only screen and (max-device-width: 600px) {
    h1 {
        font-size: 25px;
    }
}

a {
    color: #FFFFFF;
    transition: 0.5s ease;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.container {
    max-width: 1170px;
}

#espaco {
    height: 50px;
}

#botao {
    border-color: #85352e;
}

.btn-primary {
    background: #4B0B0F;
    border: 5px solid #4B0B0F;
    border-radius: 5px;
    color: white;
}

.btn-primary:hover {
    background: transparent;
    border: 5px solid #4B0B0F;
    color: #4B0B0F;
}

.icon-bar {
    color: #391F11;
    background: #E8DED7;
}

.navbar-default .navbar-toggle {
    border-color: #111233;
    color: white;
    background: #111233;
}

.image {
    transition: 0.5s ease;
}

.image:hover {
    transform: scale(1.07);
}


/* Fim Configuração Geral */


/* Header */

.header-paroquia {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/fundo_topo.jpg') repeat-x top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    transition: 0.9s ease;
    padding-top: 25px;
}

.header-paroquia_interna {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/fundo_topo.jpg') repeat-x top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.9s ease;
    padding-top: 25px;
}

.header:hover {
    -webkit-filter: saturate(140%);
    /* Safari 6.0 - 9.0 */
    filter: saturate(140%);
}

#menu_topo {
    padding-top: 50px;
}

#menu_topo2 {
    padding-top: 30px;
}

#menu_topo2 a {
    color: #FFFFFF;
    font-size: 11px;
}

#menu_topo2 span {
    color: #FFFFFF;
    font-size: 11px;
}

@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
    #menu_topo2 {
        padding-top: 0px;
    }
    #menu_topo {
        padding-top: 0px;
    }
}

@media only screen and (max-device-width: 600px) {
    #menu_topo2 {
        padding-top: 0px;
    }
    #menu_topo {
        padding-top: 0px;
    }
}

#menu-posicao {
    margin-bottom: 25px;
}

.paroquia_pesquisa input {
    width: 100%;
    float: left;
    background: url("layout/pesquisa.png") no-repeat 100% center;
    background-size: auto 20px;
    outline: none;
}

input[type="search"] {
    border: 1px solid #cacbcb;
    border-radius: 15px;
}

.link-paroquia {
    padding: 5px 5px 5px 5px;
    color: white;
    transition: 0.6s ease;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    /* text-transform: uppercase; */
}

.link-paroquia:hover {
    background: #FFFFFF;
    text-decoration: none;
    color: #5f0704;
    border-radius: 15px;
}

.dropdown-menu {
    transition: 0.5s ease;
    background: url("layout/fundo-sub.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 35px 10px 35px;
    border-radius: 20px;
    background-position: bottom;
}

@media only screen and (min-device-width: 700px) {
    .dropdown:hover .dropdown-menu {
        transition: 0.5s ease;
        display: block;
    }
}

.dropdown-menu li {
    padding: 10px 0 10px 0;
}

.paroquia-link-sub {
    color: #540708;
    transition: 0.5s ease;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.paroquia-link-sub:hover {
    font-weight: bold;
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    font-weight: bold;
    color: #540708;
    background-color: transparent;
}

.logo-central {
    text-align: center;
    padding-top: 250px;
}

.carousel .item {
    border-radius: 20px;
}

.logo-central2 {
    border: 1px solid white;
    border-radius: 30px;
    padding: 20px 20px 15px 20px;
    color: white;
    transition: 0.5s ease;
}

.logo-central2:hover {
    color: #355F6F;
    text-decoration: none;
    background: white;
}

.logo-central3 {
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    color: white;
    transition: 0.5s ease;
    font-size: 11px;
}

.logo-central3 span {
    font-size: 13px;
}

.logo-central3:hover {
    text-decoration: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.logo-central a {
    text-decoration: none
}


/* (mobile) */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background: transparent;
}

.navbar-default {
    background-color: transparent;
    border: none;
}


/* Fim Header */


/* Notícias */

.noticias {
    margin-bottom: 100px;
}

.noticias_home {
    width: 264px;
    height: 173px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 3000;
}

.noticia-titulo {
    width: 264px;
    padding: 15px;
    margin-top: -10px;
    text-align: left !important;
    color: #4B0B0F;
}

.caixa-noticia {
    width: 264px;
    -webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.botao-noticia {
    width: 264px;
    padding: 15px;
    margin-top: -10px;
    background: #4B0B0F;
    transition: 0.5s ease;
    border: 1px solid #4B0B0F;
}

.botao-noticia:hover {
    background: #FFFFFF;
    color: #4B0B0F !important;
}

.botao-noticia span {
    color: white;
    transition: 0.5s ease;
}

.botao-noticia:hover span {
    color: #4B0B0F;
}

.botao-noticia:hover img {
    -webkit-filter: brightness(0.30) !important;
    filter: brightness(0.30) !important;
    color: #4B0B0F;
}

.botao-noticia:hover a {
    color: #4B0B0F;
}

@media screen and (width: 1024px) {
    .noticias_home {
        width: 184px;
        height: 121px;
    }
    .noticia-titulo {
        width: 184px;
        padding: 15px;
    }
    .caixa-noticia {
        width: 184px;
    }
    .botao-noticia {
        width: 184px;
    }
}

.caixa-noticia:hover {
    -webkit-box-shadow: 0px 1px 19px 0px rgba(50, 50, 50, 0.76);
    -moz-box-shadow: 0px 1px 19px 0px rgba(50, 50, 50, 0.76);
    box-shadow: 0px 1px 19px 0px rgba(50, 50, 50, 0.76);
}

.noticia_item_foto {
    width: 288px;
    height: 192px;
    background-position: top;
    background-size: cover;
    margin-bottom: 7px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.leia-noticia {
    margin-top: -25px;
    border: 1px solid #0A3043;
    padding: 3px 5px 3px 5px;
    color: #0A3043;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.leia-noticia:hover {
    text-decoration: none;
    background: #0A3043;
    color: white;
    border: 1px solid #0A3043;
}

.meio-destaques {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/fundo_topo.jpg') repeat-x top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}

.link-todas {
    border: 1px solid #000000;
    background: transparent;
    padding: 5px 12px 5px 12px;
    margin-top: 30px;
    transition: 0.5s ease;
}

.link-todas:hover {
    background: #4D0B10;
}

.link-todas span {
    color: #4D0B10;
    transition: 0.5s ease;
}

.link-todas span:hover {
    color: #FFFFFF;
    transition: 0.5s ease;
}

@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
    .noticias_home {
        width: 528px;
        height: 346px;
    }
    .noticia-titulo {
        width: 528px;
        padding: 15px;
    }
    .caixa-noticia {
        width: 528px;
    }
    .botao-noticia {
        width: 528px;
    }
    .link-todas {
        margin-top: 20px;
    }
}

@media only screen and (max-device-width: 600px) {
    .link-todas {
        margin-top: 20px;
        margin-bottom: 25px;
    }
}


/* Fim Notícias */


/* Eventos */

#eventos-partes {
    margin-top: 50px;
}

#avisos {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/avisos.png') repeat-x top;
    background-size: cover;
    width: 557px;
    height: 227px;
    margin-bottom: 20px;
    padding: 130px 0 0 50px;
}

#horarios {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/horarios.png') repeat-x top;
    background-size: cover;
    width: 557px;
    height: 227px;
    margin-bottom: 20px;
    padding: 130px 0 0 50px;
}

#informativos {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/informativos.jpg') repeat-x top;
    background-size: cover;
    width: 557px;
    height: 227px;
    padding: 130px 0 0 50px;
    border-radius: 20px;
}

#pastorais {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/pastorais.png') repeat-x top;
    background-size: cover;
    width: 557px;
    height: 227px;
    padding: 130px 0 0 50px;
}

@media screen and (width: 1024px) {
    #pastorais {
        width: 389px;
    }
    #informativos {
        width: 389px;
    }
    #horarios {
        width: 389px;
    }
    #avisos {
        width: 389px;
    }
}

.link-eventos {
    padding: 3px 15px 3px 15px;
    border: 1px solid white;
    background: transparent;
    color: white;
    transition: 0.5s ease;
    width: 60%;
    display: block;
}

.link-eventos:hover {
    background: #000;
    opacity: 0.75;
}

#espaco-span {
    margin-right: 110px;
    font-weight: bold;
    font-size: 25px;
    transition: 0.5s ease;
}


/*
#espaco-span:hover{
    color: #000000;
}
*/

#top-span {
    position: relative;
    top: -10px;
    transition: 0.5s ease;
}


/*
#top-span:hover{
    color: #000000;
}
#img-eventos{
    transition: 0.5s ease;
}
#img-eventos:hover{
    -webkit-filter: brightness(0.30);filter: brightness(0.30);
}
*/

.eventos_home {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/eventos_home.jpg') repeat-x top;
    background-size: cover;
    height: 470px;
    margin-top: 40px;
}

@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
    .eventos_home {
        background: transparent;
    }
}

.dia-evento {
    border: 1px solid black;
    height: 35px;
    margin-bottom: 10px;
    background: #ebebeb;
}

.dia-numero {
    background: #23522C;
    color: white;
    text-align: center;
    height: 33px;
    background: #b7b7b7;
    color: #5f0704;
}

.dia-numero span {
    color: #5f0704;
}

.dia-evento span {
    position: relative;
    top: 5px;
}

#nome-evento {
    background: #ebebeb;
}

#nome-evento span {
    color: #5f0704;
}

.ver-todos {
    border: 1px solid #5f0704;
    padding: 15px 30px 15px 30px;
    transition: 0.5s ease;
    color: #5f0704;
}

.ver-todos:hover {
    background: #5f0704;
}

.ver-todos span {
    color: #5f0704;
    transition: 0.5s ease;
}

.ver-todos span:hover {
    color: #FFFFFF;
}

@media only screen and (max-device-width: 600px) {
    #pastorais {
        width: 320px;
        padding: 50px 0 0 50px;
    }
    #informativos {
        width: 320px;
        padding: 50px 0 0 50px;
    }
    #horarios {
        width: 320px;
        padding: 50px 0 0 50px;
    }
    #avisos {
        width: 320px;
        padding: 50px 0 0 50px;
    }
    .eventos_home {
        background: transparent;
    }
    .dia-evento span {
        font-size: 12px;
    }
}


/* Fim Eventos */


/* Artigos */

.artigos {
    background: #540708;
    padding: 30px 0 20px 0;
    color: white;
    margin-top: 40px;
}

.artigos b {
    font-size: 30px;
}

.artigos h1 {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/fundo_h1_white.png');
    color: #FFFFFF;
    background-repeat: no-repeat;
    padding-left: 80px;
    padding-top: 5px;
    padding-bottom: 30px;
}

.artigos_foto {
    background-size: cover;
    width: 250px !important;
    height: 250px;
    border-radius: 150px;
    position: relative !important;
}

#texto-artigo p {
    font-size: 22px;
}

.link-artigos {
    border: 1px solid white;
    background: transparent;
    transition: 0.5s ease;
    padding: 7px 25px 7px 25px;
}

.link-artigos:hover {
    background: #FFFFFF;
    color: #4B0B0F;
}


/* Fim Artigos */


/* Contatos */

#contato {
    margin-top: 50px;
}

#contato-form {
    padding-top: 100px;
    font-family: 'Lato:400', sans-serif;
    height: 870px;
}

.form-control {
    border: none;
    transition: 0.9s ease;
    border: 1px solid transparent;
}

.form-control:hover {
    border: 1px solid black;
    border-radius: 4px;
}


/* Fim Contatos */


/* Rodape */

.rodape_paroquia {
    width: 100%;
    left: 0 !important;
    overflow: hidden;
    margin-top: 30px;
}

.mapa_paroquia {
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.mapa_paroquia:hover {
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#rodape-background {
    background: url('/uploads/paroquia_sagrado_coracao_de_jesus_2018/layout/rodape_fundo.jpg') repeat-x top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    padding-top: 200px;
}

@media only screen and (max-device-width: 600px) {
    #rodape-background {
        height: 650px;
    }
}

#rodape-background a {
    font-size: 13px;
}

#rodape-background span {
    font-size: 13px;
}

.masterix {
    padding: 20px 0 20px 0;
    color: #6a6a6a;
}

.masterix a {
    color: #6a6a6a;
    font-weight: bold;
}

.masterix a:hover {
    transform: scale(1.07);
}


/* Fim Rodapé */


/* Outros */

.img-thumbnail {
    border: none;
    width: 150px;
}

.arquivos_links a {
    color: #000000;
}

.pesquisa input {
    width: 100%;
    max-width: 350px;
    float: left;
    background: url("layout/lupa_pesquisa.png") no-repeat 97% center;
    background-size: auto 20px;
    outline: none;
    color: #FFFFFF;
}