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}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}*,*::after,*::before{box-sizing:border-box}html{font-size:10px}img{max-width:100%;height:auto;display:block}body{font-family:"Eczar",sans-serif;background:#000;font-size:16px;color:#fff}.webp .intro{background:url("./assets/intro-bg.webp") no-repeat center center;background-size:cover}.no-webp .intro{background:url("./assets/intro-bg.jpg") no-repeat center center;background-size:cover}.intro{padding:2.4rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.intro .logo{max-width:360px}.intro .date{font-size:2.2rem;color:#fff;background:#c62b22;padding:10px 18px 8px;border-radius:4px;margin-top:-40px}.intro .description{font-size:2.2rem;color:#fff;margin:4rem 0 16px;max-width:580px;text-align:center}.intro .title{font-size:2.6rem;font-weight:700;margin:0;color:#c62b22;text-align:center}.intro .advertising{font-family:"Eczar",serif;text-transform:uppercase;font-size:14px;color:#c62b22;margin-top:16px;text-align:center}.section-title{font-size:2.4rem;color:#c62b22;display:flex;align-items:center;justify-content:center;gap:16px;width:100%;text-align:center}.section-title::before{content:"";width:175px;height:2px;background:linear-gradient(to right, transparent, #C62B22)}.section-title::after{content:"";width:175px;height:2px;background:linear-gradient(to left, transparent, #C62B22)}.sobre{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2.4rem}.sobre .sobre-wrapper{display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;align-items:center;justify-content:center;gap:24px;max-width:960px;margin:2.4rem auto 0}@media screen and (max-width: 768px){.sobre .sobre-wrapper{grid-template-columns:1fr}}.sobre .sobre-wrapper .citacao{font-size:2.4rem;font-style:italic;margin-bottom:2.4rem}.sobre .sobre-wrapper .description{font-size:18px;line-height:1.4}.webp .aborda{background:#000 url("./assets/aborda-bg.webp") no-repeat center center;background-size:cover}.no-webp .aborda{background:#000 url("./assets/aborda-bg.jpg") no-repeat center center;background-size:cover}.btn{padding:24px 12rem;border-radius:4px;background:#25d36b;color:#fff;font-size:18px;font-weight:700;font-family:"Barlow Semi Condensed",sans-serif;text-decoration:none;max-width:400px;text-align:center;transition:.5s;cursor:pointer}.btn:hover{background:#c62b22}@media screen and (max-width: 768px){.btn{padding:24px 12px;width:100%}}.aborda{padding:6rem 2.4rem;background-blend-mode:lighten;display:flex;flex-direction:column;align-items:center;justify-content:center}.aborda .columns{max-width:860px;margin:6rem auto;display:grid;grid-template-columns:1fr 1fr;flex-wrap:wrap;align-items:center;gap:60px}@media screen and (max-width: 768px){.aborda .columns{grid-template-columns:1fr}}.aborda .columns picture{display:flex;align-items:center;justify-content:center;max-width:100%}.aborda .columns .description{flex:1 1 420px;line-height:1.4;max-width:420px;flex-wrap:wrap}.aborda .bullets{max-width:860px;margin:4rem auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:60px}.aborda .bullets .item{flex:1 1 200px;display:flex;flex-direction:column;align-items:ceter;justify-content:center;gap:16px}.aborda .bullets .number{font-size:4.6rem;font-weight:400;color:#c62b22;text-align:center}.aborda .bullets .title{font-size:18px;color:#fff;text-align:center}.red{color:#c62b22}.teologia{padding:6rem 2.4rem;display:flex;flex-direction:column;align-items:center}.teologia .columns{display:grid;grid-template-columns:1fr 1fr;flex-wrap:wrap;align-items:center;gap:60px;max-width:860px;margin:3.2rem auto;padding-bottom:4rem;border-bottom:1px solid rgba(198,43,34,.1254901961)}@media screen and (max-width: 768px){.teologia .columns{grid-template-columns:1fr}}.teologia .columns .item{flex:1 1 400px}.teologia .columns .item p{font-size:2rem;line-height:1.4}.footer{padding:2.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer .links{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:2.4rem}.footer a{color:#6f2b2b;text-decoration:none}.modal{display:none;width:100VW;height:100VH;position:fixed;background:rgba(0,0,0,.5843137255);place-items:center;transition:.5s}.modal.active{display:grid}.modal.active .box{opacity:1;transform:translate3d(0, 0, 0)}.modal .box{max-width:460px;background:#d9d9d9;padding:3.2rem 2.4rem 2.4rem;border-radius:10px;position:relative;opacity:0;transform:translate3d(0, -100px, 0);transition:.5s}.modal .box .close{position:absolute;right:-1rem;top:-1rem;color:#fff;font-family:sans-serif;cursor:pointer;width:32px;height:32px;border-radius:100px;background:#909090;display:grid;place-items:center;transition:1s}.modal .box .close:hover{transform:scale(1.1)}.modal .box .title{font-size:16px;color:#c62b22;margin-bottom:1.6rem;text-align:center;line-height:1.4}.modal .box .alert{font-size:12px;color:#606060;margin-top:12px;text-align:center;line-height:1.2}.modal .box .form{background:#efeeee;width:100%}.modal .box .form form .form-wrap{display:grid;grid-template-columns:2fr 1fr;align-items:center}@media screen and (max-width: 768px){.modal .box .form form .form-wrap{grid-template-columns:1fr}}.modal .box .form form .form-wrap button{font-family:"Barlow Semi Condensed";font-size:14px;font-weight:700;text-align:center;padding:12px;width:100%;background:#25d36b;border-radius:4px;color:#fff;cursor:pointer;height:42px;transition:background-color 1s;border:none}.modal .box .form form .form-wrap button:hover{background-color:#c62b22}.modal .box .form form .form-wrap input{font-size:12px;font-weight:700;font-family:"Eczar",serif;background:#fff;height:42px;padding:12px;color:#6f2b2b;text-align:center;border:none;outline:none}.modal .box .form form .form-wrap input::-moz-placeholder{font-family:"Eczar",serif;color:#6f2b2b;font-weight:700}.modal .box .form form .form-wrap input:-ms-input-placeholder{font-family:"Eczar",serif;color:#6f2b2b;font-weight:700}.modal .box .form form .form-wrap input::placeholder{font-family:"Eczar",serif;color:#6f2b2b;font-weight:700}@media screen and (max-width: 768px){.webp .intro{background:#000 url("./assets/intro-bg-mobile.webp") no-repeat center center;background-size:cover}.no-webp .intro{background:#000 url("./assets/intro-bg-mobile.jpg") no-repeat center center;background-size:cover}.section-title::before,.section-title::after{content:none}.aborda .bullets{gap:24px}.aborda .bullets .item{margin-bottom:16px}}/*# sourceMappingURL=style.min.css.map */