-
<!doctype html>
-
<html lang="pt-br">
-
<head>
-
<meta charset="UTF-8">
-
<meta name="viewport content="width=device-width, initial-scale=1.0">
-
<title>Párabola dos Dois Irmãos</title>
-
<link rel="stylesheet href="assets/css/boot.css">
-
<link rel="stylesheet href="assets/css/style.css">
-
<link rel="shortcut icon href="assets/images/favicon.png"/>
-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap rel="stylesheet">
-
<script src="https://kit.fontawesome.com/5847469.js crossorigin="anonymous"></script>
-
<style>
- [data-anime] {
- opacity: 0;
- transition: 1s;
- }
- [data-anime="left"] {
- transform: translate3d(-50px, 0, 0);
- }
- [data-anime="right"] {
- transform: translate3d(50px, 0, 0);
- }
- [data-anime="top"] {
- transform: translate3d(0, -50px, 0);
- }
- [data-anime="bottom"] {
- transform: translate3d(0, 50px, 0);
- }
- [data-anime].animate {
- opacity: 1;
- transform: translate3d(0px, 0px, 0px);
- }
- .fade {
- -webkit-animation-name: fade;
- -webkit-animation-duration: 1.5s;
- animation-name: fade;
- animation-duration: 1.5s;
- }
- @-webkit-keyframes fade {
- from {
- opacity: .4
- }
- to {
- opacity: 1
- }
- }
- @keyframes fade {
- from {
- opacity: .4
- }
- to {
- opacity: 1
- }
- }
- @keyframes fadein {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- @-moz-keyframes fadein {
- {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- @-webkit-keyframes fadein {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- @-ms-keyframes fadein {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- @keyframes fadeout {
- from {
- opacity: 1;
- }
- to {
- opacity: 0.3;
- }
- }
- @-moz-keyframes fadeout {
- from {
- opacity: 1;
- }
- to {
- opacity: 0.3;
- }
- }
- @-webkit-keyframes fadeout {
- from {
- opacity: 1;
- }
- to {
- opacity: 0.3;
- }
- }
- @-ms-keyframes fadeout {
- from {
- opacity: 1;
- }
- to {
- opacity: 0.3;
- }
- }
- body {
- font-family: 'Roboto', sans serif;
- animation: fadein 3s;
- }
- ::-webkit-scrollbar-track {
- background-color: #F4F4F4;
- }
- ::-webkit-scrollbar {
- width: 6px;
- background: #F4F4F4;
- }
- ::-webkit-scrollbar-thumb {
- background: #dad7d7;
- }
- .intro {
- position: fixed;
- z-index: 999;
- }
- .intro img {
- height: 100%;
- }
- .intro-desc {
- position: absolute;
- z-index: 999;
- padding: 8%;
- color: #626261;
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- }
- .intro-desc p {
- margin-bottom: 8%;
- line-height: 1.5;
- }
- .intro-desc-center {
- flex-basis: 50%;
- width: 50%;
- text-align: center;
- padding-top: 10%;
- }
- .intro-desc-center h1 {
- text-transform: uppercase;
- color: #250d47;
- font-weight: 900;
- font-size: 4.3em;
- }
- .intro-desc-center p {
- font-family: 'Times New Roman', serif;
- text-transform: uppercase;
- color: #382c59;
- }
- .intro-desc-center p:first-of-type {
- letter-spacing: 20px;
- font-weight: bold;
- font-size: 1.5em;
- margin: 0;
- }
- .intro-desc-center p:last-of-type {
- margin-top: 5%;
- margin-bottom: 12%;
- letter-spacing: 5px;
- font-size: 1em;
- font-weight: 900;
- }
- .intro-desc-left,
- .intro-desc-right {
- flex-basis: 22%;
- width: 22%;
- font-size: 1.1em;
- }
- .intro-desc-left {
- padding-top: 2%;
- }
- .intro-desc-right {
- text-align: right;
- padding-top: 8%;
- }
- .intro-desc-center a {
- display: block;
- width: 220px;
- height: 70px;
- z-index: 1;
- margin-top: 32% !important;
- font-weight: 900;
- }
- .intro-desc-center a:after {
- content: '';
- background: linear-gradient(120deg, #382c59, #b253e8, #382c59);
- background-size: 400% 400%;
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
- -moz-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
- -webkit-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
- animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
- }
- .intro-desc-center a > span {
- display: block;
- background: linear-gradient(120deg, #382c59, #b253e8, #382c59);
- background-size: 400% 400%;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -moz-animation: gradient 3s ease-in-out infinite;
- -webkit-animation: gradient 3s ease-in-out infinite;
- animation: gradient 3s ease-in-out infinite;
- }
- .absolute-centering, body:after, .intro-desc-center a, .intro-desc-center a:after {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .text-formatting, .intro-desc-center a {
- text-transform: uppercase;
- text-decoration: none;
- text-align: center;
- line-height: 70px;
- font-size: 1em;
- }
- .intro-desc-center a:hover {
- background-color: #e4e0e6;
- }
- .intro-desc-center a i {
- margin-right: 5px;
- }
- @-moz-keyframes gradient {
- 0% {
- background-position: 14% 0%;
- }
- 50% {
- background-position: 87% 100%;
- }
- 100% {
- background-position: 14% 0%;
- }
- }
- @-webkit-keyframes gradient {
- 0% {
- background-position: 14% 0%;
- }
- 50% {
- background-position: 87% 100%;
- }
- 100% {
- background-position: 14% 0%;
- }
- }
- @keyframes gradient {
- 0% {
- background-position: 14% 0%;
- }
- 50% {
- background-position: 87% 100%;
- }
- 100% {
- background-position: 14% 0%;
- }
- }
- @-moz-keyframes border {
- 0% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
- }
- 25% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
- }
- 50% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
- }
- 75% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
- }
- 100% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
- }
- }
- @-webkit-keyframes border {
- 0% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
- }
- 25% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
- }
- 50% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
- }
- 75% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
- }
- 100% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
- }
- }
- @keyframes border {
- 0% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
- }
- 25% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
- }
- 50% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
- }
- 75% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
- }
- 100% {
- -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
- }
- }
- .content-02-img {
- opacity: 0;
- transition: 1s;
- }
- .content-01,
- .content-02,
- .content-03,
- .content-04 {
- margin: -.3% 0 0 0;
- }
- .content-02, .content-03 {
- position: relative;
- }
- .content-03-hover {
- position: absolute;
- top: 0;
- left: 0;
- opacity: 0;
- transition: .3s;
- }
- .content-03-hover img {
- transition: .3s;
- }
- .content-03-btn {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 50%;
- overflow: hidden;
- }
- :root {
- --gray: #e0e5ec;
- --size: 25vw;
- --scalingFactor: calc(100 / 25); /*related to size*/
- }
- .dot, .trigger {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- height: var(--size);
- width: var(--size);
- margin: 10px;
- background: rgba(255, 255, 255, .5);
- box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6), -5px -5px 10px rgba(255, 255, 255, 0.5);
- border-radius: 50%;
- transition: .3s;
- }
- .dot, .trigger:hover {
- background: rgba(255, 255, 255, .8);
- }
- .trigger {
- z-index: 3;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- color: #1e1043;
- font-weight: 900;
- }
- .trigger:before {
- content: 'Clique aqui e Trabalhe na Vinha!';
- }
- #trigger:checked + .trigger + .dots > .dot {
- animation-name: wave;
- animation-timing-function: ease-in-out;
- animation-duration: 2s;
- animation-fill-mode: forwards;
- }
- .dot {
- opacity: 1;
- transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
- }
- .dot:nth-of-type(2) {
- z-index: 1;
- animation-delay: .5s;
- }
- .dot:nth-of-type(3) {
- z-index: 2;
- animation-delay: 1s;
- }
- @keyframes wave {
- 0% {
- opacity: 1;
- transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
- }
- 100% {
- opacity: 0;
- transform: translate3d(-50%, -50%, 0) scale3d(var(--scalingFactor), var(--scalingFactor), 1);
- }
- }
-
</style>
- </head>
- <body>
-
<section class="intro">
-
<div class="intro-desc">
-
<div class="intro-desc-left">
-
<p>
Um homem tinha dois filhos, e, dirigindo-se ao primeiro, disse: Filho, vai trabalhar hoje na minha vinha.</p>
-
<p>Ele, porém, respondendo, disse: Não quero. Mas depois, arrependendo-se, foi.</p>
-
<p>E, dirigindo-se ao segundo, falou-lhe de igual modo; e, respondendo ele, disse: Eu vou, senhor; e não foi.</p>
-
</div>
-
<div class="intro-desc-center">
-
<p>Parábola</p>
-
<h1>Os Dois Filhos</h1>
-
<p>Mateus 21:28-32</p>
- <a class="introducao href="#ilustracao"><span><i class="far fa-images"></i> Ver Ilustração</a></span></a>
-
</div>
-
<div class="intro-desc-right">
-
<p>Qual dos dois fez a vontade do pai? Disseram-lhe eles: O primeiro. Disse-lhes Jesus: Em
verdade vos digo que os publicanos e as meretrizes entram adiante de vós no reino de
Deus.</p>
-
<p>Porque João veio a vós no caminho da justiça, e não o crestes, mas os publicanos e as
meretrizes o creram; vós, porém, vendo isto, nem depois vos arrependestes para o crer.</p>
-
</div>
-
</div>
-
<img src="assets/images/introducao-bg.png"/>
-
</section>
-
<section class="container">
-
<div class="content">
-
<div class="content-01">
-
<img src="assets/images/imagem-03.png"/>
-
</div>
-
<div class="content-02">
-
<div class="content-03-hover">
-
<img src="assets/images/imagem-04.png"/>
-
</div>
-
<img src="assets/images/imagem-08.png"/>
-
</div>
-
<div id="ilustracao class="content-03">
-
<div class="content-03-btn">
-
<input id="trigger type="checkbox hidden>
-
<label class="trigger for="trigger"></label>
- <div class="dots">
-
<div class="dot"></div>
-
<div class="dot"></div>
- <div class="dot">
- </div>
- </div>
- </div>
- <div class="content-03-hover">
- <img src="assets/images/imagem-05.png"/>
- </div>
-
- <img src="assets/images/imagem-09.png"/>
- </div>
- <div class="content-04">
- <img src="assets/images/imagem-06.png"/>
- </div>
- </div>
- </section>
-
<script src="assets/js/jquery.js"></script>
-
<script src="assets/js/script.js"></script>
- </body>
- </html>
-
-
<script>
- $(function () {
- var timeEffect = 900;
- var buttonIntro = $(".introducao");
- var buttonColor = $(".trigger");
- buttonIntro.on("click", function () {
- $(".intro").fadeOut(timeEffect);
- });
- buttonColor.on("click", function () {
- $(".content-03-btn").fadeOut(3000, function () {
- $(".content-03-hover").css("opacity", "1");
- });
- })
- });
-
</script>