@font-face { font-family: "Petrona Regular"; src: url("../assets/fonts/Petrona-Regular.ttf"); }

.rede { width: 100%; display: flex; font-family: "Petrona Regular" !important; }

.rede .menu-content { top: 0; }

.rede .menu-content .contato p { margin: 8px 0; }

.rede .menu-content .contato .logos a { text-decoration: none; color: #ffffff; outline: none; padding: 12px; border-radius: 8px; transition: background-color 0.2s ease-in-out; }

.rede .menu-content .contato .logos a:hover, .rede .menu-content .contato .logos a:focus { background-color: #dddddd30; }

.rede .conteudo-rede { display: flex; flex-direction: column; text-align: justify; margin: 12px 64px 64px; }

.rede .conteudo-rede p { line-height: 165%; margin-top: 10px; font-weight: 100; }

.rede .conteudo-rede img { margin-top: 40px; margin-bottom: 12px; width: 100%; border-radius: 10px; }

.rede .conteudo-rede span { font-size: 0.9em; text-align: center; margin-top: 1%; }

.rede .conteudo-titulo { margin-top: 40px; text-align: center; font-weight: bold; }

.rede .img-wrapper { padding-top: 20px; text-align: center; }

.rede .imagem-menu-lateral-rede { width: 70%; }

@media only screen and (max-width: 768px) { .rede .menu-lateral { display: none; } .rede .conteudo-rede { margin: 12px 32px 32px; } .rede .conteudo-titulo { margin-top: 96px; } }

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

@font-face { font-family: "Petrona Regular"; src: url("../assets/fonts/Petrona-Regular.ttf"); }

:root { box-sizing: border-box; }

* { box-sizing: inherit; }

body { font-family: "Petrona Regular"; font-size: 1em; background: rgba(101, 19, 19, 0.01); }

body header { height: 72px; z-index: 4; background-color: #651313; }

body p { font-size: 20px; }

body h2 { font-size: 30px; margin: 12px; padding: 16px; font-weight: bold; }

body h3 { font-size: 24px; font-weight: bold; margin: 12px; padding: 16px; }

.header-img-top { width: 100%; height: 60vh; }

.header-img-top img { width: 100%; height: 100%; object-fit: cover; }

.banner { width: 100%; padding: 10px; display: flex; justify-content: space-around; align-items: center; }

.banner p { font-size: 24px; text-align: center; line-height: 130%; color: #767676; }

.banner img { width: 100px; }

.banner__text--orange { color: #b35810; }

.bottom-section { background-image: url("../assets/img/imagem_fundo_blur.jpeg"); background-size: cover; background-position: center center; background-repeat: no-repeat; padding-bottom: 64px; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.bottom-section .flecha { filter: invert(1); }

.banner__section { display: block; justify-content: center; background-color: rgba(101, 19, 19, 0.88); padding: 40px 0; }

.banner__section p { color: #ffffff; margin: 12px 0; }

.cards { width: 100%; max-width: 1162px; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; margin: 80px 0; }

.cards .card-item { margin: 32px; width: 480px; text-decoration: none; transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }

.cards .card-item .item-img { width: 100%; max-height: 300px; object-fit: cover; }

.cards .card-item .item-text { background-color: rgba(100, 47, 30, 0.75); display: block; padding: 5px; text-align: center; color: rgba(255, 255, 255, 0.8); font-size: 1.6em; }

.cards .card-item:hover, .cards .card-item:focus { transform: scale(1.05); box-shadow: 0 0 16px rgba(0, 0, 0, 0.7); }

.about-container { width: 100%; display: flex; justify-content: center; align-items: center; }

.about-container .about { max-width: 1162px; width: 100%; margin: 80px; padding: 32px; background-color: rgba(255, 255, 255, 0.7); color: black; text-align: center; border-radius: 4px; }

.about-container .about h2 { font-size: 28px; margin: 40px 0 64px 0; }

.about-container .about .poema, .about-container .about .texto { white-space: pre-wrap; font-size: 24px; line-height: 180%; }

.about-container .about .texto { font-size: 22px; white-space: inherit; }

.about-container .about .texto a { white-space: nowrap; }

.about-container .about .pintura { height: 20px; margin: 56px 0; }

@media only screen and (max-width: 768px) { body { font-size: 0.875em; } .banner img { width: 72px; } .cards { padding-bottom: 32px; } .cards .card-item { width: 100%; margin: 32px 16px; } .cards .card-item .item-img { max-height: 240px; } .cards .card-item .item-text { font-size: 1.8em; } .about-container .about { margin: 16px; padding: 40px 16px; background-color: rgba(255, 255, 255, 0.8); } .about-container .about h2 { font-size: 28px; margin: 16px 0 40px 0; } .about-container .about .poema { font-size: 22px; } .about-container .about .texto { font-size: 20px; } .about-container .about .texto a { white-space: unset; } .bottom-section { background-image: url("../assets/img/aldeia_panoramica_mobile.jpeg"); background-size: cover; background-repeat: repeat-y; } .bottom-section .banner__section { padding-top: 70px; padding-bottom: 70px; padding-right: 30px; padding-left: 30px; background-color: rgba(101, 19, 19, 0.7); } }

.navbar { position: fixed; height: 72px; z-index: 4; background-color: rgba(101, 19, 19, 0.95); padding: 4px 16px; width: 100%; display: flex; align-items: center; float: left; box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.75); transition: background-color 0.1s ease-in-out; }

.navbar:hover { background: #651313; }

.navbar .navbar-brand { display: flex; justify-content: center; align-items: center; z-index: 2; }

.navbar .navbar-brand img { height: 64px; }

.navbar-nav { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; font-size: 1.75em; }

.navbar-nav .nav-item { display: flex; flex: 1; justify-content: center; }

.navbar-nav .nav-item .navbar-mobile-section { display: none; }

.navbar-nav .nav-item:first-child { margin-left: -32px; }

.navbar-nav .nav-item:nth-child(2) { flex: 2; }

.navbar-nav .nav-item:not(:last-child) { border-right: 1px solid #ffffff; }

.navbar-nav .nav-item.nav-item--flex { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; }

.navbar-nav .nav-item a { text-decoration: none; text-align: center; color: #ffffff; outline: none; padding: 12px; border-radius: 8px; transition: background-color 0.2s ease-in-out; font-size: 24px; }

.navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:focus { background-color: #dddddd30; }

.navbar-mobile { display: none; }

.menu-close__icon { display: none; }

.footer-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #581111; color: #ffffff; font-family: "Petrona Regular"; position: relative; }

.footer-container .footer-menu { width: 100%; padding: 24px; display: flex; justify-content: space-evenly; flex-wrap: wrap; }

.footer-container .footer-menu .footer-section { margin: 16px 32px; text-align: center; min-width: 142px; }

.footer-container .footer-menu .footer-section h3 { font-weight: bold; }

.footer-container .footer-menu .footer-section a { display: block; color: white; text-decoration: none; font-size: 20px; cursor: pointer; line-height: 150%; }

.footer-container .footer-menu .footer-section a:hover { text-decoration: underline; }

.footer-container .footer-copyright { padding: 24px; margin-top: 16px; font-size: 18px; text-align: center; width: 100%; background: linear-gradient(0deg, #5d1111 0%, #581111 8%); }

.language-selector, .language-selector-mobile { position: relative; }

.language-selector .display, .language-selector-mobile .display { display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.16); border-radius: 8px; padding: 6px 12px; cursor: default; max-width: 240px; color: white; }

.language-selector .display p, .language-selector-mobile .display p { padding: 4px 8px; font-size: 22px; }

.language-selector .display .language-icon, .language-selector-mobile .display .language-icon { height: 30px; padding: 2px 8px; color: white; }

.language-selector .display .arrow-icon, .language-selector-mobile .display .arrow-icon { height: 12px; padding: 2px 8px; margin-top: 2px; }

.language-selector .options, .language-selector-mobile .options { width: 100%; background: #651313; position: absolute; display: flex; flex-direction: column; justify-content: center; border-radius: 8px; height: 0; overflow: hidden; transition: height 0.3s ease-in-out; }

.language-selector .options a, .language-selector-mobile .options a { cursor: pointer; }

@media only screen and (min-width: 768px) { .language-selector:hover .options, .language-selector:focus-within .options, .language-selector-mobile:hover .options, .language-selector-mobile:focus-within .options { height: 144px; box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3); } }

.go-up-container { width: 100%; margin: 64px 0; display: flex; justify-content: center; }

.go-up-container button { background: transparent; border: 0; }

.go-up-container .flecha { cursor: pointer; transform: rotate(90deg); transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; }

@media only screen and (min-width: 768px) { .go-up-container .flecha:hover { transform: rotate(90deg) translate(-12px) scale(1.05); filter: invert(13%) sepia(26%) saturate(5687%) hue-rotate(343deg) brightness(90%) contrast(98%); } }

.language-selector, .language-selector-mobile { position: relative; }

.language-selector .display, .language-selector-mobile .display { display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.16); border-radius: 8px; padding: 6px 12px; cursor: default; max-width: 240px; color: white; }

.language-selector .display p, .language-selector-mobile .display p { padding: 4px 8px; font-size: 22px; }

.language-selector .display .language-icon, .language-selector-mobile .display .language-icon { height: 30px; padding: 2px 8px; color: white; }

.language-selector .display .arrow-icon, .language-selector-mobile .display .arrow-icon { height: 12px; padding: 2px 8px; margin-top: 2px; }

.language-selector .options, .language-selector-mobile .options { width: 100%; background: #651313; position: absolute; display: flex; flex-direction: column; justify-content: center; border-radius: 8px; height: 0; overflow: hidden; transition: height 0.3s ease-in-out; }

.language-selector .options a, .language-selector-mobile .options a { cursor: pointer; }

@media only screen and (min-width: 768px) { .language-selector:hover .options, .language-selector:focus-within .options, .language-selector-mobile:hover .options, .language-selector-mobile:focus-within .options { height: 144px; box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3); } }

@media only screen and (max-width: 768px) { header { position: fixed; width: 100%; } .navbar { position: fixed; top: 0; left: -90%; width: 80%; height: 100vh; padding: 16px; display: block; transition: left 1s; background-color: #651313; box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3); } .navbar .navbar-brand img { height: 88px; } .navbar .navbar-nav { margin-left: 0px; margin-top: 16px; display: block; } .navbar .navbar-nav .nav-item { width: 100%; padding: 16px 0; border-right: 0; } .navbar .navbar-nav .nav-item .navbar-mobile-section { display: inherit; font-size: 26px; color: #ffffff; margin: 4px 8px 8px 8px; padding: 4px 8px 8px 8px; font-weight: bold; } .navbar .navbar-nav .nav-item:first-child { margin-left: unset; } .navbar .navbar-nav .nav-item:not(:first-child) { border-top: 1px solid #ffffff; } .navbar .navbar-nav .nav-item.nav-item--flex { flex-direction: column; } .language-selector .display { display: none; } .language-selector .options { height: auto; position: inherit; box-shadow: unset; } .language-selector .options:hover { height: auto; } .language-selector-mobile { position: absolute; right: 12px; } .language-selector-mobile .display { padding: 6px; width: unset; cursor: pointer; } .language-selector-mobile .display .language-icon { height: 20px; padding: 0; } .language-selector-mobile .display .arrow-icon { height: 10px; padding: 2px 2px 2px 6px; } .language-selector-mobile .options { right: 0; width: 200px; box-shadow: unset; } .language-selector-mobile .options a { text-decoration: none; text-align: center; color: #ffffff; outline: none; padding: 12px; border-radius: 8px; transition: background-color 0.2s ease-in-out; font-size: 24px; } .navbar-mobile { background-color: #651313; padding: 12px; display: flex; justify-content: space-between; align-items: center; height: 100%; } .navbar-mobile .nav-item { text-align: left; } .navbar-mobile .nav-item:first-child { margin-left: unset; } .navbar-mobile .open-menu { width: 30px; position: absolute; left: 12px; } .menu-close__icon { display: block; position: absolute; right: 12px; top: 20px; width: 30px; } }

@media only screen and (min-width: 601px) and (max-width: 768px) { .navbar { width: 40%; } }

@font-face { font-family: "Petrona Regular"; src: url("../assets/fonts/Petrona-Regular.ttf"); }

.aldeia-container { display: flex; width: 100%; justify-content: center; flex-direction: column; align-items: center; }

.aldeia-container .intro-container { width: 100%; height: calc(100vh - 72px); }

.aldeia-container .intro-container .imagem-aldeia { display: flex; justify-content: center; align-items: center; width: 100%; height: 88%; position: relative; background-color: #35631c; }

.aldeia-container .intro-container .imagem-aldeia::after { background-image: url("../assets/img/caminho_casa_de_reza_blur.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; margin: 64px 0; position: absolute; content: ""; opacity: 0.9; }

.aldeia-container .intro-container .imagem-aldeia img { max-height: 90%; max-width: 90%; object-fit: contain; z-index: 2; box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3); }

.aldeia-container .intro-container .titulo-aldeia { width: 100%; height: calc(100% - 88%); text-align: center; font-size: 35px; background: #642f1e; color: #ffffff; margin: 0; padding: 12px; display: flex; justify-content: center; align-items: center; }

.aldeia-container .intro-container .titulo-aldeia h1 { font-size: 32px; font-weight: bold; letter-spacing: 0.5px; padding: 12px; width: 100%; }

.aldeia-container .conteudo { flex: 1; }

.aldeia-container .conteudo p { line-height: 165%; }

.aldeia-container .conteudo-aldeia { max-width: 1162px; margin: 64px 0; position: relative; }

.aldeia-container .conteudo-aldeia .flecha { position: absolute; top: -8; left: 88px; transition: filter 0.3s ease-in-out, left 0.3s ease-in-out, transform 0.3s ease-in-out; }

.aldeia-container .conteudo-aldeia .flecha img { width: 72px; }

@media only screen and (min-width: 768px) { .aldeia-container .conteudo-aldeia .flecha:hover { transform: translate(-12px, 0) scale(1.02); filter: invert(13%) sepia(26%) saturate(5687%) hue-rotate(343deg) brightness(90%) contrast(98%); } }

.aldeia-container .conteudo-aldeia .modal { width: 100%; height: calc(100vh - 72px); background-color: rgba(0, 0, 0, 0.85); position: fixed; top: 72px; left: 0; visibility: hidden; z-index: 2; opacity: 0; transition: visibility 0.5s linear, opacity 0.5s linear; }

.aldeia-container .conteudo-aldeia .modal #modal-img { height: 80vh; max-width: 86vw; object-fit: contain; transform: scale(0); transition: all linear 0.3s; z-index: 3; }

.aldeia-container .conteudo-aldeia .modal .modal-content { display: flex; justify-content: center; align-items: center; height: 100%; }

.aldeia-container .conteudo-aldeia .modal .modal-background { width: 100%; height: 100%; background: transparent; position: absolute; top: 0; }

.aldeia-container .conteudo-aldeia .modal #bt-close { color: #fff; background-color: #000; position: absolute; top: 16px; right: 16px; padding: 6px 12px; font-size: 24px; border: solid 1px #fff; transition: all ease-out 0.4s; cursor: pointer; z-index: 3; }

.aldeia-container .conteudo-aldeia .modal #bt-close:hover { background-color: #f00; }

.aldeia-container .conteudo-aldeia .modal-active { visibility: visible !important; opacity: 1 !important; }

.aldeia-container .conteudo-aldeia .modal-active #modal-img { transform: scale(1); }

.aldeia-container .texto { margin: 12px 64px; }

.aldeia-container .texto p { margin-top: 16px; text-align: justify; white-space: pre-wrap; line-height: 1.5; }

.aldeia-container .texto h2 { text-align: center; padding-top: 60px; }

.aldeia-container .galeria { margin: 12px; }

.aldeia-container .galeria h2 { text-align: center; padding-top: 60px; }

.aldeia-container .galeria .cards-container { display: flex; flex-wrap: wrap; justify-content: center; }

.aldeia-container .galeria .cards-container .card-img { width: 224px; height: 224px; max-width: 464px; overflow: hidden; margin: 24px; border-radius: 8px; box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.3); flex: 1 0 21%; }

.aldeia-container .galeria .cards-container .card-img .small-img { height: 100%; width: 100%; object-fit: cover; cursor: pointer; transition: all linear 0.4s; }

.aldeia-container .galeria .cards-container .card-img .small-img:hover { filter: grayscale(25%); transform: scale(1.1); }

.aldeia-container .localizacao { margin-top: 64px; }

.aldeia-container .localizacao p { margin: 12px 0; text-align: center; }

.aldeia-container .localizacao h2 { text-align: center; font-size: 30px; margin-top: 48px; }

.aldeia-container .localizacao p, .aldeia-container .localizacao h2 { margin: 12px 80px; line-height: 25px; }

.aldeia-container .menu-content { top: 0; }

@media only screen and (max-width: 768px) { body { font-size: 14px; } .aldeia-container { display: block; } .aldeia-container .conteudo-aldeia { margin-top: 40px; } .aldeia-container .conteudo-aldeia .modal #modal-img { height: unset; width: 94%; max-width: unset; } .aldeia-container .conteudo-aldeia .flecha { left: 32px; top: 0; } .aldeia-container .conteudo-aldeia .flecha img { width: 56px; } .aldeia-container .conteudo-aldeia .texto { margin: 12px 32px; text-align: justify; } .aldeia-container .conteudo-aldeia .galeria .cards-container .card-img { width: 100%; flex: 1 0 100%; } .aldeia-container .intro-container { margin-bottom: 0; height: unset; } .aldeia-container .intro-container .imagem-aldeia { margin-top: 0; height: unset; height: 94%; } .aldeia-container .intro-container .imagem-aldeia img { width: 100% !important; max-width: 100%; margin: 72px 0 0 0; max-height: unset; padding: unset; box-shadow: unset; } .aldeia-container .intro-container .imagem-aldeia::after { display: none; } .aldeia-container .intro-container .titulo-aldeia { padding: 16px; height: 80px; } }

/*# sourceMappingURL=main.css.map */