@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'Larken';
    src: url('../fontes/Larken-Thin.eot');
    src: url('../fontes/Larken-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Larken-Thin.woff2') format('woff2'),
        url('../fontes/Larken-Thin.woff') format('woff'),
        url('../fontes/Larken-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fontes/Larken-Light.eot');
    src: url('../fontes/Larken-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Larken-Light.woff2') format('woff2'),
        url('../fontes/Larken-Light.woff') format('woff'),
        url('../fontes/Larken-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larken';
    src: url('../fontes/Larken-Medium.eot');
    src: url('../fontes/Larken-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/Larken-Medium.woff2') format('woff2'),
        url('../fontes/Larken-Medium.woff') format('woff'),
        url('../fontes/Larken-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('fonts/ObjectSans-Regular.woff2') format('woff2'),
        url('fonts/ObjectSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}

::placeholder {
    opacity: 1;
}

.centro {
    width: 100%;
    margin: 0 auto;
    transition: all 0.08s ease-in;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

header.ativo {
    background: url(../imagens/sombra_banner.png) center top no-repeat, url(../imagens/banner.jpg) center top no-repeat;
    background-size: 100% auto !important;
}

#pag_ministerio header.ativo {
    background: url(../imagens/sombra_banner.png) center top no-repeat, url(../imagens/banner_ministerio.jpg) center top no-repeat;
}

#pag_quem_somos header.ativo {
    background: url(../imagens/sombra_banner.png) center top no-repeat, url(../imagens/banner_quem_somos.jpg) center top no-repeat;
}

#pag_termos header.ativo,
#pag_testemunho header.ativo {
    background-color: #242021;
}

#pag_fale_conosco header.ativo {
    background: url(../imagens/banner_contato.jpg) center top no-repeat !important;
}

header.ativo .centro {
    padding: 0;
}

header.ativo .logo {
    height: 61px;
    margin-top: 10px;
    margin-bottom: 10px;
}

header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
}

.mask_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mask_img img {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

header .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: calc(100% - 100px);
    padding-top: 25px;
    padding-bottom: 25px;
}

header .logo {
    background: url(../imagens/logo_purafe.png) left center no-repeat;
    background-size: contain;
    width: 182px;
    height: 81px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}

header nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 58px;
}

header nav a,
header a.bt_ao_vivo {
    font-family: 'Larken';
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}

header nav a:hover {
    color: #fbd7e6;
}

header nav a.selected {
    display: flex;
    align-items: center;
    height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
    border: 1px solid #fbd7e6;
    border-radius: 21px;
    box-sizing: border-box;
    color: #fbd7e6;
}

header .direita {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    column-gap: 25px;
    margin-right: 29px;
}

header a.bt_ao_vivo {
    background: url(../imagens/icon_tv.png) center right no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 18px;
    padding-top: 4px;
    padding-right: 32px;
    position: relative;
    top: -2px;
}

header .bt_igreja_pura_fe {
    flex-shrink: 0;
}

header .bt_ministerio_bruno_brito {
    text-align: center;
}

header .bt_menu_mobile {
    background: url(../imagens/bt_menu.png) center no-repeat;
    display: flex;
    width: 23px;
    height: 18px;
    text-indent: -9999px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

#banner .centro {
    max-width: 1920px;
    width: 100%;
    position: relative;
}

#banner .mask_img {
    background-color: #242021;
    width: 100%;
    height: calc(100vh - 85px);
    max-height: 1080px;
}

#banner .mask_img img {
    opacity: 70%;
}

#banner .sombra_banner {
    background: url(../imagens/sombra_banner.png) center top no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#banner .conteudo {
    max-width: calc(100% - 480px);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#banner h2,
#banner h2 b {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 52px;
    line-height: 54px;
    color: #ffffff;
    margin-bottom: 25px;
}

#banner h2 b {
    font-weight: 700;
}

.bt_padrao {
    background: url(../imagens/seta_lilas.png) center right 17px no-repeat;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 43px;
    padding-left: 21px;
    padding-right: 58px;
    border: 1px solid #fbd7e6;
    border-radius: 21.5px;
    box-sizing: border-box;
    font-family: 'Larken';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #fbd7e6;
    text-transform: uppercase;
    transition: all 0.08s ease-in;
}

.bt_padrao:hover {
    background: url(../imagens/seta_lilas.png) center right 12px no-repeat;
}

.bt_padrao.azul {
    background: url(../imagens/seta_azul.png) center right 17px no-repeat;
    border: 1px solid #7094cd;
    color: #7094cd;
}

.bt_padrao.azul:hover {
    background: url(../imagens/seta_azul.png) center right 12px no-repeat;
}

.bt_padrao.branco {
    background: url(../imagens/seta_branca_bt.png) center right 17px no-repeat;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.bt_padrao.branco:hover {
    background: url(../imagens/seta_branca_bt.png) center right 12px no-repeat;
}

.bt_padrao.preto {
    background: url(../imagens/stea_preta.png) center right 17px no-repeat;
    border: 1px solid #000000;
    color: #000000;
}

.bt_padrao.preto:hover {
    background: url(../imagens/stea_preta.png) center right 12px no-repeat;
}

#banner .passadores {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#banner .passadores .centro {
    height: 100%;
}

#banner .passador span {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

#banner .anterior {
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    left: 50px;
}

#banner .proximo {
    background: url(../imagens/passador_direita.png) center no-repeat;
    right: 50px;
}

#barra_fixa .centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: calc(100% - 100px);
    height: 85px;
    position: relative;
}

#barra_fixa h3,
#barra_fixa a,
#barra_fixa button {
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #242021;
    text-transform: uppercase;
}

#barra_fixa .bt_rolar {
    background: transparent url(../imagens/seta_baixo.png) center right no-repeat;
    padding-right: 21px;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    margin-left: auto;
    margin-right: 131px;
}

#barra_fixa .ao_vivo {
    display: flex;
    align-items: center;
    column-gap: 16px;
    color: #c3ae9a;
    text-decoration: underline;
}

#barra_fixa .ao_vivo span {
    background: #c3ae9a url(../imagens/icon_tv_branco.png) center 10px no-repeat;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#barra_fixa .frase {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#quem_somos {
    position: relative;
}

.brasao {
    background: url(../imagens/brasao_azul.png) center no-repeat;
    display: flex;
    width: 115px;
    height: 151px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(calc(-50% - 18px));
    z-index: 1;
}

#quem_somos .centro {
    max-width: calc(100% - 330px);
    display: grid;
    grid-template-columns: 1fr 580px;
    padding-top: 70px;
    padding-bottom: 60px;
}

#quem_somos article {
    padding-top: 45px;
    padding-left: 65px;
}

#quem_somos h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 68px;
    line-height: 64px;
    color: #0b109f;
    margin-bottom: 30px;
}

#quem_somos p {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
    color: #606060;
    max-width: 740px;
    margin-top: 12px;
}

#quem_somos .bt_padrao {
    margin-top: 28px;
}

#quem_somos .mask_img {
    width: 100%;
    height: 580px;
    border-radius: 0 0 32px 0;
}

#servicos {
    background-color: #242021;
    position: relative;
}

.brasao.branco {
    background: url(../imagens/brasao_branco.png) center no-repeat;
    transform: translateY(calc(-50% + 10px));
}

#servicos .logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    min-height: 300px;
    padding: 150px 0;
    box-sizing: border-box;
}

#servicos .logos-container img {
    max-width: 300px;
    height: auto;
    transition: transform 0.3s ease;
}

#servicos .logos-container img:hover {
    transform: translateY(-10px);
}

/* Antigo banner */
/* #servicos .centro {
    max-width: calc(100% - 330px);
    display: grid;
    grid-template-columns: 1fr 635px;
    column-gap: 77px;
    padding-top: 72px;
    padding-bottom: 86px;
}
#servicos .esquerda {
    padding-left: 65px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#servicos h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2.4px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 430px;
}
#servicos .mask_img {
    width: 70%;
    padding: 10px 0px;
}
#servicos .mask_img img{
    width: 70%;
}
#servicos .bottom {
    display: flex;
    justify-content: center;
    position: relative;
}
#servicos h4 {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2.16px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: calc(100% - 120px);
    margin-top: 13px;
}
#servicos .passador span {
    display: inline-block;
    width: 18px;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
    top: 541px;
    cursor: pointer;
    z-index: 2;
}
#servicos .anterior {
    background: url(../imagens/passador_esquerda2.png) center no-repeat;
    left: 65px;
}
#servicos .proximo {
    background: url(../imagens/passador_direita2.png) center no-repeat;
    right: 0;
}
#servicos h2 {
    font-family: 'Larken';
    font-weight: 100;
    font-size: 36px;
    letter-spacing: 4.32px;
    color: #ffffff;
    text-transform: uppercase;
}
#servicos ul {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 57px;
}
#servicos li {
    background: url(../imagens/seta_branca.png) center right no-repeat;
    display: flex;
    align-items: center;
    height: 117px;
    padding-right: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    cursor: pointer;
}
#servicos .swiper-wrapper {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex: 1;
}

#servicos .swiper-slide {
    display: flex;
    justify-content: center;
}

#servicos .passador {
    display: none;
} */

#novidades {
    position: relative;
    overflow: hidden;
}

#novidades .centro {
    max-width: calc(100% - 0);
    display: grid;
    grid-template-columns: 650px 1fr;
    column-gap: 47px;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-left: 50px;
}

/* whatsapp banner styles 
#novidades .centro {
    margin:0;
    padding: 0;
    position: relative;
}
#novidades .centro .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    pointer-events: none;
}
#novidades .centro .owl-nav button.owl-prev,
#novidades .centro .owl-nav button.owl-next {
    pointer-events: all;
    background: url(../imagens/passador_esquerda.png) center no-repeat;
    width: 48px;
    height: 48px;
}
#novidades .centro .owl-nav button.owl-next {
    background-image: url(../imagens/passador_direita.png);
}
#novidades .centro img {
    width: 100%; 
}
#novidades .centro .mobile {
    display: none;
} */
#novidades .direita {
    position: relative;
    overflow: hidden;
}

#novidades .esquerda {
    padding-top: 20px;
    padding-left: 150px;
}

#novidades .esquerda h2 {
    font-family: 'Larken';
    font-weight: 100;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 3.78px;
    color: #242021;
    text-transform: uppercase;
}

#novidades .bt_padrao {
    margin-top: 21px;
}

#novidades .paginas {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 85px;
    right: 50px;
    width: 130px;
}

#novidades .paginas h5 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #7094cd;
    text-transform: uppercase;
}

#novidades .passador span {
    display: inline-block;
    width: 20px;
    height: 18px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

#novidades .anterior {
    background: url(../imagens/passador_esquerda4.png) center no-repeat;
    left: 0;
}

#novidades .proximo {
    background: url(../imagens/passador_direita4.png) center no-repeat;
    right: 0;
}

/* card styles */
#novidades .card_culto {
    width: 420px;
    height: 290px;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    margin-right: 30px;
}

#novidades .card_culto h2 {
    font-size: 28px;
    font-family: 'Sarabun', sans-serif;
    line-height: 1.2;
}

#novidades .card_culto p {
    font-size: 17px;
    font-weight: unset;
    font-family: 'Sarabun', sans-serif;
    line-height: 20px;
    margin-top: 12px;
}

#novidades .card_culto h6 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 15px;
}

#voluntario {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 60vh;
    min-height: 500px;
    overflow: hidden;
}

#voluntario a {
    min-height: 0;
}

#voluntario img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 0;
}

.listagem_novidades {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 0;
    padding: 0;
}

.listagem_novidades .mask_img {
    width: 100%;
    height: 290px;
    border-radius: 16px;
}

.listagem_novidades h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.26px;
    color: #00199f;
    text-transform: uppercase;
}

.listagem_novidades h4 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.26px;
    color: #7094cd;
    margin-top: 9px;
    margin-bottom: 4px;
}

#caravana .centro {
    margin: 50px 50px 0px 0px;
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#caravana .esquerda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #000000;
    font-family: 'Sarabun', sans-serif;
    margin-left: 2vw;
}

#caravana .esquerda h2 {
    font-size: 51px;
    line-height: 48px;
    margin-bottom: 10px;
}

#caravana .esquerda p {
    width: 80%;
    margin: 15px 0px;
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
    color: #606060;
}

#caravana .centro .esquerda a {
    padding: 10px 50px 10px 20px;
    margin: 40px 0px;
}

#caravana .direita img {
    width: 100%;
}

#pastor .mask_img {
    width: 100%;
    height: auto;
    max-height: 599px;
}

#pastor .conteudo {
    width: calc(100% - 480px);
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#pastor p,
#pastor p b {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    max-width: 745px;
}

#pastor p b {
    font-weight: 700;
}

#pastor h4 {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 28px;
    color: #ffffff;
    margin-top: 11px;
    margin-bottom: 37px;
}

#app {
    background-color: #f2f2f2;
}

#app .centro {
    max-width: calc(100% - 480px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* padding: 103px 0;  adicionar de volta caso a imagem do celular seja removida*/
    padding: 0;
}

#app .centro img {
    width: 100%;
}

#app article {
    max-width: 545px;
}

#app h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 2.58px;
    color: #777777;
    text-transform: uppercase;
}

#app h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 62.2px;
    color: #000000;
    margin-top: -17px;
    margin-bottom: -1px;
}

#app p {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 21.5px;
    line-height: 31.1px;
    color: #606060;
}

#app .download {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

#app .download a {
    display: flex;
    height: 60px;
}

#app .download .google_play {
    background: url(../imagens/google_play.png) center no-repeat;
    width: 183px;
}

#app .download .app_store {
    background: url(../imagens/app_store.png) center no-repeat;
    width: 171px;
}

#app .whatsapp,
footer .whatsapp {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 51px;
    background: #00bb29 url(../imagens/icon_whatsapp.png) center left 16px no-repeat;
    background-size: 22px;
    color: white;
    position: fixed;
    right: 0;
    bottom: 65px;
    z-index: 1;
    padding-left: 54px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.75px;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 30px;
}

#app .whatsapp {
    margin-top: 10px;
    position: static;
    width: 273px;
}

footer .preto {
    background-color: #000000;
}

footer .centro {
    max-width: calc(100% - 300px);
    padding-left: 75px;
    box-sizing: border-box;
}

footer .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 31px;
    border-bottom: 1px solid #1a1a1a;
}

footer .logo {
    background: url(../imagens/logo_purafe.png) center no-repeat;
    background-size: contain;
    width: 159px;
    height: 70px;
}

footer .top a {
    font-family: 'Larken';
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1.98px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: underline;
}

footer .meio,
footer .bottom {
    display: grid;
    grid-template-columns: 1fr 220px 157px 165px 151px;
    column-gap: 50px;
}

footer .meio {
    border-bottom: 1px solid #1a1a1a;
    padding-top: 62px;
}

footer .novidades {
    padding-top: 37px;
    padding-bottom: 71px;
}

footer .novidades a {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 18px;
    /* Make the link have an underline when hover */
    text-decoration: underline;
    color: #ffffff;
    text-transform: none;
}

footer .meio h2 {
    font-family: 'Larken';
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.98px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 200px;
    margin-bottom: 17px;
}

footer form input[type="email"] {
    background-color: transparent;
    width: 318px;
    height: 48px;
    border: none;
    border-bottom: 1px solid #999999;
    position: relative;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.26px;
    color: #929292;
    text-transform: uppercase;
}

footer form input[type="submit"] {
    background: url(../imagens/seta_form.png) center right no-repeat;
    width: 20px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    border: none;
    margin-top: 17px;
    margin-left: -20px;
}

footer .preto h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.26px;
    color: #929292;
    text-transform: uppercase;
    text-align: right;
}

footer nav {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
}

footer nav a {
    font-family: "Sarabun", sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #fefefe;
    text-align: right;
}

footer .bottom {
    height: 82px;
    align-items: center;
}

footer .bottom h4,
footer .bottom a:not(footer .sociais a) {
    font-family: "Sarabun", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #929292;
}

footer .bottom a:not(footer .sociais a) {
    text-decoration: underline;
    text-align: right;
}

footer .sociais {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 19px;
}

footer .sociais a {
    font-size: 15px;
    color: #969492;
}

footer .branco h3,
footer .branco h3 a {
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #242021;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 9px;
}

footer .branco h3 a {
    text-decoration: underline;
}

#pag_ministerio header .logo a {
    background: url(../imagens/logo_bispo.png) center no-repeat;
    background-size: contain;
    width: 230px;
    height: 46px;
}

#pag_ministerio #banner .mask_img img {
    opacity: 100%;
}

#pag_ministerio #banner .sombra_banner {
    background: url(../imagens/sombra_banner_ministerio.png) center top no-repeat;
}

#pag_ministerio #banner .conteudo {
    max-width: calc(100% - 330px);
    top: unset;
    transform: translate(-50%, 0);
    bottom: 49px;
}

#pag_ministerio #banner article>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 38px;
    margin-top: 3px;
}

.bt_padrao2 {
    background: url(../imagens/seta_branca_bt.png) center right 17px no-repeat;
    padding-right: 58px;
    font-family: 'Larken';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #ffffff;
    text-transform: uppercase;
}

.bt_padrao2.preto {
    background: url(../imagens/stea_preta.png) center right 17px no-repeat;
    color: #000000;
}

#conteudo_quem_somos .centro {
    max-width: calc(100% - 330px);
}

#conteudo_quem_somos .top {
    border-bottom: 3px solid #000000;
    padding-top: 92px;
    padding-bottom: 57px;
}

#conteudo_quem_somos h2,
#conecte h2,
#chamada h2 {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 64px;
    line-height: 64px;
    color: #000000;
}

#conteudo_quem_somos p {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 34px;
    color: #606060;
    margin-top: 16px;
    margin-bottom: 28px;
}

#conteudo_quem_somos .top p {
    max-width: 635px;
}

#conteudo_quem_somos .bottom {
    display: grid;
    grid-template-columns: 1fr 680px;
    column-gap: 50px;
    padding-top: 48px;
    padding-bottom: 60px;
}

#conteudo_quem_somos .bottom p {
    max-width: 685px;
}

#conteudo_quem_somos .mask_img {
    width: 100%;
    height: 470px;
    margin-top: 8px;
}

#conteudo_quem_somos h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-size: 42px;
    color: #000000;
    margin-top: 45px;
}

#conecte {
    background-color: #ddd7c7;
    padding-top: 76px;
    overflow: hidden;
}

#conecte .centro {
    max-width: calc(100% - 330px);
    border-top: 3px solid #000000;
    padding-top: 25px;
    padding-bottom: 20px;
}

#conecte p {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 34px;
    color: #606060;
    margin-top: 9px;
}

.galeria {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 488px;
    gap: 38px;
    margin-top: 74px;
    margin-left: -198px;
}

.galeria li {
    min-width: 430px;
}

.galeria .mask_img {
    width: 100%;
    height: 488px;
}

.galeria h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    margin-top: 8px;
}

#conecte .passador {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

#conecte .passador span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: relative;
    cursor: pointer;
}

#conecte .anterior {
    background: url(../imagens/passador_esquerda3.png) center no-repeat;
    margin-right: 5px;
}

#conecte .proximo {
    background: url(../imagens/passador_direita3.png) center no-repeat;
}

#chamada .centro {
    max-width: calc(100% - 480px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 89px;
}

#chamada h2 {
    text-align: center;
}

#chamada p {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 28px;
    line-height: 34px;
    color: #606060;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 34px;
}

#chamada button {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 239px;
    height: 37px;
    border: 1px solid #000000;
    border-radius: 18.5px;
    box-sizing: border-box;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}

#chamada button.preto {
    background-color: #1d1d1b;
    border: 1px solid #1d1d1b;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 13px;
}

#chamada ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 42px;
    margin-top: 40px;
}

#chamada .mask_img {
    width: 100%;
    height: auto;
    max-height: 729px;
}

#chamada ul .conteudo {
    background: url(../imagens/sombra_conecte.png) center bottom no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 45px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

#chamada ul h2 {
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    text-align: left;
    max-width: 420px;
}

#chamada ul p {
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    max-width: 470px;
    margin-top: 13px;
    margin-bottom: 14px;
}

#chamada .conteudo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 239px;
    height: 37px;
    border: 1px solid #ffffff;
    border-radius: 18.5px;
    box-sizing: border-box;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

#pag_quem_somos #banner .mask_img {
    height: 761px;
}

#pag_quem_somos #banner .mask_img img {
    opacity: 100%;
}

#pag_quem_somos #banner .sombra_banner {
    background: url(../imagens/sombra_banner_quem_somos.png) center top no-repeat;
    background-size: cover;
}

#pag_quem_somos #banner .conteudo {
    top: unset;
    transform: translate(-50%, 0);
    bottom: 25px;
}

#pag_quem_somos #banner h2 {
    text-align: center;
}

#conteudo_sobre .centro {
    max-width: calc(100% - 330px);
}

#conteudo_sobre p {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    color: #606060;
    text-align: center;
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 22px;
}

#conteudo_sobre h2,
#conteudo_sobre h2 b {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 64px;
    color: #000000;
    text-align: center;
}

#conteudo_sobre h2 b {
    font-weight: 700;
}

#conteudo_sobre .top {
    padding-top: 30px;
    padding-bottom: 50px;
}

#conteudo_sobre .meio {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding: 0 75px;
    padding-top: 40px;
    padding-bottom: 70px;
}

#conteudo_sobre .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 42px;
    margin-top: 50px;
}

#conteudo_sobre .bottom .mask_img {
    width: 100%;
    height: auto;
    max-height: 515px;
}

#conteudo_sobre article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

#conteudo_sobre h3 {
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-size: 34px;
    color: #000000;
    text-transform: uppercase;
}

#conteudo_sobre .bottom p {
    font-weight: 200;
    text-align: left;
    max-width: 505px;
    margin-top: 18px;
    margin-left: 0;
}

#pag_quem_somos #conteudo_quem_somos .top {
    padding-top: 50px;
    border-bottom: none;
}

#servicos li {
    height: 156px;
}

#servicos h2 {
    letter-spacing: 3px;
}

#pag_termos header,
#pag_testemunho header {
    background-color: #242021;
}

#testemunho {
    position: relative;
}

#testemunho .centro {
    max-width: calc(100% - 460px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 41px;
    padding-top: 185px;
    padding-bottom: 55px;
}

#testemunho .mask_img {
    width: 100%;
    height: 600px;
}

#testemunho .direita {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#testemunho h2 {
    font-family: 'Larken';
    font-weight: 100;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 3.78px;
    color: #242021;
    text-transform: uppercase;
}

#testemunho p {
    font-family: "Sarabun", sans-serif;
    font-weight: 200;
    font-size: 21.5px;
    line-height: 31.1px;
    color: #606060;
    margin-top: 5px;
}

#testemunho form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
}

#testemunho form label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#testemunho form input,
#testemunho form textarea {
    background-color: #f2f2f2;
    height: 54px;
    border: none;
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #606060;
    padding-left: 23px;
}

#testemunho form textarea {
    height: 134px;
    padding-top: 16px;
    box-sizing: border-box;
    resize: none;
}

#testemunho form button[type="submit"] {
    background-color: transparent;
    cursor: pointer;
    margin-top: 20px;
}

#testemunho .brasao {
    transform: translateY(calc(-50% + 90px));
}

#conecte .centro {
    max-width: calc(100% - 200px) !important;
}

.galeria {
    grid-auto-columns: 430px;
    margin-left: 0;
}

.galeria .mask_img {
    height: 430px;
}

#chamada .mask_img {
    max-height: 650px;
}

#pag_fale_conosco #banner .centro {
    max-width: 1299px !important;
}

.span5 {
    padding-bottom: 0 !important;
}

#conteudo_fale_conosco form button[type="submit"] {
    margin-bottom: 20px;
}

#pag_fale_conosco #banner {
    height: 624px;
    background: url(../imagens/banner_contato.jpg) center right no-repeat !important;
    background-size: cover !important;
}

#conteudo_fale_conosco .direita iframe {
    height: 337px !important;
    margin-bottom: 0 !important;
}

.listagem_novidades h3 {
    margin-top: 7px;
}

#pag_ministerio header .logo {
    background: url(../imagens/logo_bispo.png) left top no-repeat;
    background-size: contain !important;
    width: 200px;
    height: 45px;
    padding-bottom: 8px;
    margin-top: -8px;
    background-position: center;
}

#menu_mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background: #000;
    transition: width 1s ease-in-out;
    box-sizing: border-box;
}

#menu_mobile.aberto {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-start;
    width: 100%;
    height: unset;
    max-width: 600px;
    padding: 40px;
}

#menu_mobile nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}

#menu_mobile .bt_fechar_mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../imagens/bt_fechar_mobile.png) center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    cursor: pointer;
}

#termos {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}

#termos .centro {
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
    font-family: 'Sarabun', sans-serif;
    color: #444;
    max-width: 90%;
}

#termos h2,
#termos h4,
#termos h5 {
    font-family: 'Sarabun', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #242021;
    text-align: center;
    text-transform: uppercase;
}

#termos h2 {
    line-height: 1.3;
    margin-top: 30px;
}

#termos h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
}

#termos h5 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

#termos p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

#termos b,
#termos strong {
    font-weight: 700;
    color: #242021;
}

#termos ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

#termos li {
    list-style: disc;
    margin-bottom: 10px;
}