﻿@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";:root{--width-container: 1440px;--weight-negative_maximum: -99999;--weight-negative_high: -9999;--weight-negative_medium: -999;--weight-negative_low: -99;--weight-negative_normal: -9;--weight-minimum: 0;--weight-normal: 9;--weight-low: 99;--weight-medium: 999;--weight-high: 9999;--weight-maximum: 99999;--fontfamily-main: "system-ui";--primarycolor-main: 34, 49, 85;--primarycolor-additional: 40, 63, 121;--primarycolor-gradient: linear-gradient(230deg, $primarycolor-additional 0%, $primarycolor-main 100%);--secondarycolor-main: 33, 113, 187;--secondarycolor-additional: 19, 147, 238;--secondarycolor-gradient: linear-gradient(230deg, $secondarycolor-additional 0%, $secondarycolor-main 100%);--neutralcolor-black: 18, 18, 18;--neutralcolor-main: 107, 116, 124;--neutralcolor-additional: 219, 219, 219;--neutralcolor-alternative: 217, 223, 240;--neutralcolor-detail: 241, 243, 249;--neutralcolor-gradient: linear-gradient(180deg, $neutralcolor-detail 0%, $neutralcolor-alternative 100%);--contrastcolor-background: 0, 0, 0;--contrastcolor-text: 255, 255, 255;--contrastcolor-hover: 255, 243, 51;--statuscolor-neutral: 219, 219, 219;--statuscolor-success-dark: 0, 106, 32;--statuscolor-success: 35, 181, 103;--statuscolor-success-light: 234, 255, 244;--statuscolor-success-extralight: 234, 255, 244;--statuscolor-alert-dark: 218, 160, 0;--statuscolor-alert: 255, 188, 0;--statuscolor-alert-light: 255, 220, 123;--statuscolor-alert-extralight: 255, 246, 231;--statuscolor-critical-dark: 166, 0, 13;--statuscolor-critical: 227, 39, 57;--statuscolor-critical-light: 248, 117, 118;--statuscolor-critical-extralight: 249, 221, 220}*{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:var(--fontfamily-main)}html{font-size:62.5%}body{font-size:1.2rem;position:relative;overflow-x:hidden}body.blockedBody{overflow:hidden}header{position:relative}img,object,embed,video{max-width:100%;height:auto}a{text-decoration:none;color:inherit}a:hover{text-decoration:none}ul,ul li{list-style:none}p{margin:0}.wpThemeContainer{display:flex;flex-direction:column;position:relative;width:100%;max-width:var(--width-container);margin:0 auto}main{display:flex;flex-direction:column;width:100%;overflow-x:hidden}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:0}body::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,0);border-radius:100px;background-color:#2c3338;background-clip:content-box}body header{display:flex;flex-direction:row;flex-wrap:nowrap;position:fixed;width:100%;z-index:999;padding:10px 0px;transition:all .3s;font-family:var(--fontfamily-main)}@media all and (min-width: 1024px){body header{padding:20px 0px}}body header .header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;min-height:45px;padding:0 10px;transition:all .3s}@media all and (min-width: 1024px){body header .header{padding:0 20px}}body header .header .header__logo{display:flex;justify-content:flex-start;align-items:center;width:150px}body header .header .header__logo a{display:flex;justify-content:center;align-items:center;width:max-content}body header .header .header__logo a span{display:flex;width:100%;height:40px}body header .header .header__logo a span img{width:100%;height:100%;object-fit:contain;object-position:center}body header .header .header__nav{display:flex;justify-content:center;align-items:center;width:max-content}@media all and (min-width: 1024px){body header .header .header__nav{width:calc(100% - 150px - 160px);padding:0px 10px 0px 0px;justify-content:flex-end}}body header .header .header__nav .header__nav--hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;position:relative;z-index:1001;background-color:none;border:none;padding:0}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--hamburger{display:none}}body header .header .header__nav .header__nav--hamburger .hamburger-icon{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px}body header .header .header__nav .header__nav--hamburger .hamburger-icon .bar{display:block;width:100%;height:2px;background-color:#fff;border-radius:2px;transform-origin:center;transition:all .3s}body header .header .header__nav .header__nav--hamburger.is-open .hamburger-icon .bar{background-color:#fff;transition:all .3s}body header .header .header__nav .header__nav--hamburger.is-open .hamburger-icon .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}body header .header .header__nav .header__nav--hamburger.is-open .hamburger-icon .bar:nth-child(2){opacity:0;transform:scaleX(0)}body header .header .header__nav .header__nav--hamburger.is-open .hamburger-icon .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}body header .header .header__nav .header__nav--menu{position:fixed;inset:0;width:100vw;height:100vh;z-index:1000;overflow:auto;opacity:0;transform:scale(0.9);transform-origin:center center;pointer-events:none;visibility:hidden;transition:all .3s;background-image:url("../images/temporary/hero-slide-001.jpg");background-repeat:no-repeat;background-position:center center;background-size:cover;overflow:hidden;background-color:rgba(0,0,0,.97);background-blend-mode:multiply;background-size:cover;background-position:center}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu{position:static;width:auto;height:auto;background-color:rgba(0,0,0,0);opacity:1;transform:none;pointer-events:auto;visibility:visible;overflow:visible;transition:all .3s;background-image:none}}body header .header .header__nav .header__nav--menu #menu-menu-principal{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh;justify-content:center;padding:80px 40px 40px;gap:20px}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal{flex-direction:row;align-items:center;gap:20px;min-height:auto;justify-content:flex-start;padding:0}}@media all and (min-width: 1180px){body header .header .header__nav .header__nav--menu #menu-menu-principal{gap:30px}}@media all and (min-width: 1280px){body header .header .header__nav .header__nav--menu #menu-menu-principal{gap:40px}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item::before{display:none}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item a span{padding:0;line-height:0}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item a span i{font-size:1.6rem;color:#c9a96e}body header .header .header__nav .header__nav--menu #menu-menu-principal>.menu-item>a{display:block;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:600;padding:5px 0;line-height:1.2;transition:all .3s;letter-spacing:1px;transition:all .3s}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal>.menu-item>a{color:hsla(0,0%,100%,.75);font-weight:500;font-size:1.4rem}}body header .header .header__nav .header__nav--menu #menu-menu-principal>.menu-item>a:hover{transition:all .3s}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal>.menu-item>a:hover{color:#fff}}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children{position:relative;padding:10px 0}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children>a{display:flex;align-items:center;justify-content:space-between;gap:5px}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children>a::after{content:"";display:inline-block;width:8px;height:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:all .3s;flex-shrink:0;margin-bottom:3px}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children>a::after{width:4px;height:4px;margin-bottom:2px}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu{list-style:none;margin:0;padding:0;overflow:hidden;max-height:0;opacity:0;transition:all .3s}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:200px;background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);padding:6px 0;overflow:visible;max-height:none;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu .menu-item a{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;color:#fff;font-size:1.4rem;border-left:none;white-space:nowrap;transition:all .3s;gap:10px;padding:8px 8px}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu .menu-item a{padding:16px 16px;color:rgba(13,35,64,.7);font-size:1.4rem}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu .menu-item a span{display:none}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu .menu-item a span{display:flex}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu .menu-item:hover a{color:hsla(0,0%,100%,.7);border-color:hsla(0,0%,100%,.5);transition:all .3s}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu .menu-item:hover a{background-color:rgba(13,35,64,.05);color:#0d2340;border-color:rgba(0,0,0,0)}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu.is-open{max-height:max-content;opacity:1;border-left:1px solid #fff;padding-left:10px;margin-left:10px;width:calc(100% - 10px)}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children .sub-menu.is-open{max-height:none;padding-left:0;margin-left:0;width:100%}}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children.is-open>a::after{transform:rotate(-135deg);margin-bottom:-3px}body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}@media all and (min-width: 1024px){body header .header .header__nav .header__nav--menu #menu-menu-principal .menu-item-has-children:hover>.sub-menu{left:50%;transform:translateX(-50%);top:38px}}body header .header .header__nav .header__nav--menu.is-open{opacity:1;transform:scale(1);pointer-events:auto;visibility:visible;transition:all .3s}body header .header .header__cta{display:none}@media all and (min-width: 1024px){body header .header .header__cta{display:flex;width:160px}}body header .header .header__cta a,body header .header .header__cta button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;width:160px;height:45px;gap:10px;border-radius:6px;background-color:#0d2340;border:0;cursor:pointer;text-decoration:none;transition:all .3s}body header .header .header__cta a span,body header .header .header__cta button span{display:flex;justify-content:center;align-items:center}body header .header .header__cta a span i,body header .header .header__cta button span i{color:#fff;font-weight:500;font-size:2rem;transition:all .3s}body header .header .header__cta a p,body header .header .header__cta button p{color:#fff;font-weight:500;font-size:1.4rem;transition:all .3s}body header .header .header__cta a:visited,body header .header .header__cta button:visited{background-color:#0d2340;transition:all .3s}body header .header .header__cta a:visited span i,body header .header .header__cta button:visited span i{color:#fff;transition:all .3s}body header .header .header__cta a:visited p,body header .header .header__cta button:visited p{color:#fff;transition:all .3s}body header .header .header__cta a:hover,body header .header .header__cta button:hover{background-color:#1a3a5c;transition:all .3s}body header .header .header__cta a:hover span i,body header .header .header__cta button:hover span i{color:#fff;transition:all .3s}body header .header .header__cta a:hover p,body header .header .header__cta button:hover p{color:#fff;transition:all .3s}body header.is-scrolled{background-color:#fff;box-shadow:0 2px 16px rgba(0,0,0,.08);padding:0px 0px}@media all and (min-width: 1024px){body header.is-scrolled{padding:5px 0px}}body header.is-scrolled .header .header__nav .header__nav--hamburger .hamburger-icon .bar{background-color:#0d0d0d}@media all and (min-width: 1024px){body header.is-scrolled .header .header__nav .header__nav--menu #menu-menu-principal>.menu-item>a{color:rgba(13,35,64,.7);transition:all .3s}}@media all and (min-width: 1024px){body header.is-scrolled .header .header__nav .header__nav--menu #menu-menu-principal>.menu-item>a:hover{color:#0d2340;transition:all .3s}}body.menu-is-open{overflow:hidden}@media all and (min-width: 1024px){body.menu-is-open{overflow:auto}}body.menu-is-open header .header .header__nav .header__nav--hamburger .hamburger-icon .bar{background-color:#fff;transition:all .3s}[data-reveal]{opacity:0;overflow:hidden;transition:opacity .7s cubic-bezier(0.22, 1, 0.36, 1),transform .7s cubic-bezier(0.22, 1, 0.36, 1)}[data-reveal=left]{transform:translateX(-80px)}[data-reveal=right]{transform:translateX(80px)}[data-reveal=bottom]{transform:translateY(80px)}[data-reveal=top]{transform:translateY(-80px)}body #footer.model-1{display:flex;flex-direction:column;width:100%;background-color:#111}body #footer.model-1 .wpThemeContainer{padding:48px 16px 48px 16px}@media all and (min-width: 1440px){body #footer.model-1 .wpThemeContainer{padding:96px 16px 96px 16px}}body #footer.model-1 .wpThemeContainer .footer{display:flex;flex-direction:column;width:100%;gap:60px}body #footer.model-1 .wpThemeContainer .footer .footer__brand{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;width:100%;justify-content:space-between;align-items:center}body #footer.model-1 .wpThemeContainer .footer .footer__brand::after{position:absolute;content:"";width:100%;height:1px;background-color:hsla(0,0%,100%,.1);left:0;bottom:-30px}body #footer.model-1 .wpThemeContainer .footer .footer__brand .brand{display:flex;width:max-content}body #footer.model-1 .wpThemeContainer .footer .footer__brand .brand span{display:flex;justify-content:center;align-items:center;width:75px;height:75px}body #footer.model-1 .wpThemeContainer .footer .footer__brand .brand span img{width:100%;height:100%;object-fit:contain;object-position:center}body #footer.model-1 .wpThemeContainer .footer .footer__brand .message{display:flex;width:max-content}body #footer.model-1 .wpThemeContainer .footer .footer__brand .message p{font-size:clamp(1.4rem,1rem + 2.5vw,2rem);font-family:"Playfair Display",serif;z-index:9;color:hsla(0,0%,100%,.5)}body #footer.model-1 .wpThemeContainer .footer .footer__menu{display:flex;flex-direction:column;position:relative;width:100%;justify-content:space-between;align-items:center}body #footer.model-1 .wpThemeContainer .footer .footer__menu::after{position:absolute;content:"";width:100%;height:1px;background-color:hsla(0,0%,100%,.1);left:0;bottom:-30px}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups{display:flex;justify-content:flex-start;align-items:stretch;width:100%}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line{flex-direction:column;gap:20px}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group{display:flex;flex-direction:column;width:100%;gap:8px}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .title{display:flex;width:100%}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .title p{font-size:1.6rem;font-weight:700;color:#fff}@media all and (min-width: 1024px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .title p{font-size:1.8rem}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;width:100%}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p{display:flex;width:100%}@media all and (min-width: 600px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p{width:calc(50% - 6px)}}@media all and (min-width: 920px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p{width:calc(25% - 9px)}}@media all and (min-width: 1024px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p{width:calc(20% - 9.6px)}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p a{text-decoration:none;font-size:1.4rem;font-weight:400;color:hsla(0,0%,100%,.75);transition:all .3s}@media all and (min-width: 1024px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p a{font-size:1.6rem}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.line .group .links p a:hover{color:#f59e0b;transition:all .3s}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column{flex-direction:column;gap:20px}@media all and (min-width: 600px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column{flex-direction:row;flex-wrap:nowrap;gap:12px}}@media all and (min-width: 1024px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column{padding:24px 48px}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group{display:flex;flex-direction:column;width:100%;gap:8px}@media all and (min-width: 600px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group{width:calc(100% - 6px);gap:12px}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .title{display:flex;width:100%}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .title p{font-size:1.6rem;font-weight:700;color:#fff}@media all and (min-width: 1024px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .title p{font-size:1.8rem}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .links{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;width:100%}@media all and (min-width: 600px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .links{flex-direction:column;padding-left:12px}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .links p{display:flex;width:100%}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .links p a{text-decoration:none;font-size:1.4rem;font-weight:400;color:hsla(0,0%,100%,.75);transition:all .3s}@media all and (min-width: 1024px){body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .links p a{font-size:1.6rem}}body #footer.model-1 .wpThemeContainer .footer .footer__menu .footer__menu--groups.column .group .links p a:hover{color:#f59e0b;transition:all .3s}body #footer.model-1 .wpThemeContainer .footer .footer__copyrights{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;width:100%;justify-content:space-between;align-items:center}body #footer.model-1 .wpThemeContainer .footer .footer__copyrights .copyrights{display:flex;width:max-content}body #footer.model-1 .wpThemeContainer .footer .footer__copyrights .copyrights p{font-size:1.4rem;color:hsla(0,0%,100%,.5)}body #footer.model-1 .wpThemeContainer .footer .footer__copyrights .company{display:flex;width:max-content}body #footer.model-1 .wpThemeContainer .footer .footer__copyrights .company a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none}body #footer.model-1 .wpThemeContainer .footer .footer__copyrights .company a img{width:100%;height:100%;object-fit:contain;object-position:center}@keyframes she-fromTop{from{opacity:0;transform:translateY(-36px)}to{opacity:1;transform:translateY(0)}}@keyframes she-fromBottom{from{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes she-fromLeft{from{opacity:0;transform:translateX(-48px)}to{opacity:1;transform:translateX(0)}}@keyframes she-fromRight{from{opacity:0;transform:translateX(48px)}to{opacity:1;transform:translateX(0)}}.element-sliderhero-m1{position:relative;width:100%;height:100vh;min-height:500px;overflow:hidden;background:#0a0a0a}@media all and (min-width: 768px){.element-sliderhero-m1{min-height:600px}}.element-sliderhero-m1 .sliderhero{position:absolute;inset:0}.element-sliderhero-m1 .slides{position:absolute;inset:0}.element-sliderhero-m1 .slider{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;pointer-events:none}.element-sliderhero-m1 .slider.active{opacity:1;pointer-events:all}.element-sliderhero-m1 .slider-content{position:relative;width:100%;height:100%;display:flex;align-items:center}.element-sliderhero-m1 .content-background{position:absolute;overflow:hidden;inset:0;z-index:0}.element-sliderhero-m1 .content-background img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform 8s ease}.element-sliderhero-m1 .content-background::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.75) 50%, rgba(5, 5, 5, 0.85) 100%)}@media all and (min-width: 768px){.element-sliderhero-m1 .content-background::after{background:linear-gradient(90deg, rgba(5, 5, 5, 0.85) 0%, rgba(5, 5, 5, 0.5) 55%, rgba(5, 5, 5, 0.15) 100%)}}.element-sliderhero-m1 .slider.active .content-background img{transform:scale(1)}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-2 .content-background::after{background:linear-gradient(270deg, rgba(5, 5, 5, 0.85) 0%, rgba(5, 5, 5, 0.5) 55%, rgba(5, 5, 5, 0.15) 100%)}}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-3 .content-background::after,.element-sliderhero-m1 .slider.anima-4 .content-background::after{background:linear-gradient(180deg, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.65) 40%, rgba(5, 5, 5, 0.65) 60%, rgba(5, 5, 5, 0.3) 100%)}}.element-sliderhero-m1 .slider.anima-1 .content-main{justify-content:flex-start}.element-sliderhero-m1 .slider.anima-2 .content-main{justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-2 .content-main{justify-content:flex-end}}.element-sliderhero-m1 .slider.anima-2 .main-data{text-align:left}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-2 .main-data{text-align:right}}.element-sliderhero-m1 .slider.anima-2 .main-data-tag{justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-2 .main-data-tag{justify-content:flex-end}}.element-sliderhero-m1 .slider.anima-2 .main-data-buttons{justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-2 .main-data-buttons{justify-content:flex-end}}.element-sliderhero-m1 .slider.anima-3 .content-main,.element-sliderhero-m1 .slider.anima-4 .content-main{justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-3 .content-main,.element-sliderhero-m1 .slider.anima-4 .content-main{justify-content:center}}.element-sliderhero-m1 .slider.anima-3 .main-data,.element-sliderhero-m1 .slider.anima-4 .main-data{text-align:left}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-3 .main-data,.element-sliderhero-m1 .slider.anima-4 .main-data{max-width:700px;text-align:center}}.element-sliderhero-m1 .slider.anima-3 .main-data-tag,.element-sliderhero-m1 .slider.anima-4 .main-data-tag{justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-3 .main-data-tag,.element-sliderhero-m1 .slider.anima-4 .main-data-tag{justify-content:center}}.element-sliderhero-m1 .slider.anima-3 .main-data-buttons,.element-sliderhero-m1 .slider.anima-4 .main-data-buttons{justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .slider.anima-3 .main-data-buttons,.element-sliderhero-m1 .slider.anima-4 .main-data-buttons{justify-content:center}}.element-sliderhero-m1 .slider.active.anima-1 .main-data-tag{animation:she-fromTop .6s ease .3s forwards}.element-sliderhero-m1 .slider.active.anima-1 .main-data-title{animation:she-fromLeft .6s ease .5s forwards}.element-sliderhero-m1 .slider.active.anima-1 .main-data-intro{animation:she-fromRight .6s ease .65s forwards}.element-sliderhero-m1 .slider.active.anima-1 .main-data-buttons{animation:she-fromBottom .6s ease .8s forwards}.element-sliderhero-m1 .slider.active.anima-2 .main-data-tag{animation:she-fromBottom .6s ease .3s forwards}.element-sliderhero-m1 .slider.active.anima-2 .main-data-title{animation:she-fromRight .6s ease .5s forwards}.element-sliderhero-m1 .slider.active.anima-2 .main-data-intro{animation:she-fromLeft .6s ease .65s forwards}.element-sliderhero-m1 .slider.active.anima-2 .main-data-buttons{animation:she-fromTop .6s ease .8s forwards}.element-sliderhero-m1 .slider.active.anima-3 .main-data-tag{animation:she-fromTop .6s ease .3s forwards}.element-sliderhero-m1 .slider.active.anima-3 .main-data-title{animation:she-fromLeft .6s ease .5s forwards}.element-sliderhero-m1 .slider.active.anima-3 .main-data-intro{animation:she-fromRight .6s ease .65s forwards}.element-sliderhero-m1 .slider.active.anima-3 .main-data-buttons{animation:she-fromBottom .6s ease .8s forwards}.element-sliderhero-m1 .slider.active.anima-4 .main-data-tag{animation:she-fromBottom .6s ease .3s forwards}.element-sliderhero-m1 .slider.active.anima-4 .main-data-title{animation:she-fromRight .6s ease .5s forwards}.element-sliderhero-m1 .slider.active.anima-4 .main-data-intro{animation:she-fromLeft .6s ease .65s forwards}.element-sliderhero-m1 .slider.active.anima-4 .main-data-buttons{animation:she-fromTop .6s ease .8s forwards}.element-sliderhero-m1 .content-main{position:relative;z-index:2;width:100%;padding:0 24px;display:flex;justify-content:flex-start;max-width:var(--width-container)}@media all and (min-width: 768px){.element-sliderhero-m1 .content-main{width:calc(100% - 150px);padding:0 40px;margin:0 auto}}.element-sliderhero-m1 .main-data{width:100%;text-align:left}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data{width:auto;max-width:620px}}.element-sliderhero-m1 .main-data-tag{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;opacity:0}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-tag{margin-bottom:18px}}.element-sliderhero-m1 .main-data-tag p{font-size:1.1rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#fbbf24}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-tag p{font-size:1.2rem}}.element-sliderhero-m1 .main-data-tag .main-data-tag-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#fbbf24;flex-shrink:0}.element-sliderhero-m1 .main-data-title{margin-bottom:12px;opacity:0}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-title{margin-bottom:16px}}.element-sliderhero-m1 .main-data-title h1{font-size:3rem;font-weight:700;line-height:1.05;color:#fff}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-title h1{font-size:4.8rem}}@media all and (min-width: 1024px){.element-sliderhero-m1 .main-data-title h1{font-size:6.4rem}}@media all and (min-width: 1280px){.element-sliderhero-m1 .main-data-title h1{font-size:7.2rem}}.element-sliderhero-m1 .main-data-title h1 em{font-style:italic;color:#fbbf24}.element-sliderhero-m1 .main-data-intro{margin-bottom:24px;opacity:0}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-intro{margin-bottom:32px}}.element-sliderhero-m1 .main-data-intro p{font-size:1.4rem;font-weight:300;color:hsla(0,0%,100%,.72);line-height:1.7}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-intro p{font-size:1.5rem}}@media all and (min-width: 1024px){.element-sliderhero-m1 .main-data-intro p{font-size:1.7rem}}.element-sliderhero-m1 .main-data-buttons{display:flex;flex-wrap:wrap;gap:10px;opacity:0;justify-content:flex-start}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-buttons{gap:12px}}.element-sliderhero-m1 .main-data-buttons a{font-size:1.3rem;font-weight:500;letter-spacing:.04em;padding:11px 22px;border-radius:50px;transition:all .3s ease;cursor:pointer}@media all and (min-width: 768px){.element-sliderhero-m1 .main-data-buttons a{font-size:1.4rem;padding:13px 26px}}.element-sliderhero-m1 .main-data-buttons .main-data-buttons-primary{background:#fbbf24;color:#0a0a0a}.element-sliderhero-m1 .main-data-buttons .main-data-buttons-primary:hover{background:#f59e0b;transform:translateY(-2px)}.element-sliderhero-m1 .main-data-buttons .main-data-buttons-secondary{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.45)}.element-sliderhero-m1 .main-data-buttons .main-data-buttons-secondary:hover{border-color:#fbbf24;color:#fbbf24;transform:translateY(-2px)}.element-sliderhero-m1 .controls-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:hsla(0,0%,100%,.45);transition:color .3s ease}@media all and (min-width: 768px){.element-sliderhero-m1 .controls-arrow{width:75px;height:75px}}.element-sliderhero-m1 .controls-arrow i{font-size:2.4rem;transition:transform .3s ease}@media all and (min-width: 768px){.element-sliderhero-m1 .controls-arrow i{font-size:3.2rem}}.element-sliderhero-m1 .controls-arrow.left{left:0}.element-sliderhero-m1 .controls-arrow.right{right:0}.element-sliderhero-m1 .controls-arrow:hover{color:#fbbf24}.element-sliderhero-m1 .controls-arrow:hover i{transform:scale(1.15)}.element-sliderhero-m1 .controls-dots{position:absolute;bottom:16px;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center;gap:8px}@media all and (min-width: 768px){.element-sliderhero-m1 .controls-dots{bottom:20px}}.element-sliderhero-m1 .dot{width:10px;height:10px;border-radius:12px;background:hsla(0,0%,100%,.3);cursor:pointer;transition:all .4s ease}.element-sliderhero-m1 .dot.active{width:28px;background:#fbbf24}.element-sliderhero-m1 .controls-timer{position:absolute;bottom:0;left:0;right:0;z-index:10;height:6px;background:hsla(0,0%,100%,.1)}.element-sliderhero-m1 .controls-timer-bar{height:100%;width:0%;background:#fbbf24}.element-sliderhero-m1 .controls-timer-bar.running{animation:she-timerProgress 5s linear forwards}@keyframes she-timerProgress{from{width:0%}to{width:100%}}.element-tag-double-line{display:flex;justify-content:center;align-items:center;width:100%}.element-tag-double-line p{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:max-content;color:#b45309;text-transform:uppercase;position:relative;letter-spacing:3px;font-size:1.2rem;font-weight:600;padding:0 75px}@media all and (min-width: 520px){.element-tag-double-line p{font-size:1.4rem}}.element-tag-double-line p::before,.element-tag-double-line p::after{content:"";position:absolute;width:60px;height:.5px;background-color:#fbbf24;top:50%;transform:translateY(-50%)}.element-tag-double-line p::before{left:0}.element-tag-double-line p::after{right:0}.element-single-line-left{display:flex;justify-content:center;align-items:center;width:100%}.element-single-line-left p{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:max-content;color:#b45309;text-transform:uppercase;position:relative;letter-spacing:3px;font-size:1.2rem;font-weight:600;padding:0 0 0 75px}@media all and (min-width: 520px){.element-single-line-left p{font-size:1.4rem}}.element-single-line-left p::before{content:"";position:absolute;width:60px;height:.5px;background-color:#fbbf24;top:50%;transform:translateY(-50%);left:0}.element-single-line-right{display:flex;justify-content:center;align-items:center;width:100%}.element-single-line-right p{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:max-content;color:#b45309;text-transform:uppercase;position:relative;letter-spacing:3px;font-size:1.2rem;font-weight:600;padding:0 75px 0 0}@media all and (min-width: 520px){.element-single-line-right p{font-size:1.4rem}}.element-single-line-right p::after{content:"";position:absolute;width:60px;height:.5px;background-color:#fbbf24;top:50%;transform:translateY(-50%);right:0}.element-section-main-title{text-align:center;font-size:clamp(1.4rem,1rem + 2.5vw,4.8rem);color:#111827;font-weight:700;font-family:"Playfair Display",serif}body #main #templateHomepage.model-1{display:flex;flex-direction:column;width:100%;overflow-x:hidden}body #main #templateHomepage.model-1 .homepage__evangelho{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;width:100%;background-color:#f7f8fa}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer{padding:48px 16px 48px 16px}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--tag{display:flex;flex-direction:column;width:100%;margin-bottom:32px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--tag{margin-bottom:64px}}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;width:100%}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content{flex-direction:row;flex-wrap:wrap;gap:32px}}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .picture{display:none}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .picture{display:flex;justify-content:center;align-items:center;width:400px}}@media all and (min-width: 1240px){body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .picture{width:450px}}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .picture span{display:flex;justify-content:center;align-items:center;width:100%;max-height:500px;border-radius:20px;overflow:hidden}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .picture span img{width:100%;height:100%;object-fit:cover;object-position:center center}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content{display:flex;flex-direction:column;width:100%;gap:8px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content{display:flex;width:calc(100% - 400px - 32px);gap:20px}}@media all and (min-width: 1240px){body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content{width:calc(100% - 450px - 32px)}}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-tag{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;gap:10px}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-tag span{display:flex;width:10px;height:10px;border-radius:50%;background-color:#d97706}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-tag p{font-size:1.4rem;text-transform:uppercase;font-weight:500;letter-spacing:.7px;color:#4b5563}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-quote .quote{display:flex;width:100%;position:relative;padding:30px 0 0 40px}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-quote .quote::before{position:absolute;font-size:5rem;line-height:1;font-family:serif;color:hsla(0,0%,100%,.25);color:#d97706;font-size:16rem;content:"“";top:0;left:0;opacity:.26}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-quote .quote p{font-size:clamp(1.4rem,1rem + 2.5vw,3.6rem);font-family:"Playfair Display",serif;z-index:9;color:#4b5563}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-author{display:flex;width:100%;position:relative;padding:0 0 20px 0}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-author::before{content:"";position:absolute;width:100%;height:.5px;background-color:#e5e7eb;bottom:0px;left:0px}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-author p{display:flex;width:100%;position:relative;padding:0 0 0 30px;font-size:clamp(1.8rem,1rem + 2.5vw,2.4rem);font-family:"Playfair Display",serif;color:#4b5563}body #main #templateHomepage.model-1 .homepage__evangelho .wpThemeContainer .homepage__evangelho--content .content .content-author p::before{content:"";position:absolute;width:20px;height:.5px;background-color:#4b5563;left:0;top:50%;transform:translateY(-50%)}body #main #templateHomepage.model-1 .homepage__horariomissas{display:flex;flex-direction:column;width:100%;background-color:#fff}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer{gap:16px;padding:48px 16px 48px 16px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--tag{display:flex;justify-content:center;align-items:center;width:100%}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--tag .tag{display:flex;justify-content:center;align-items:center;width:max-content;padding:8px 16px;border-radius:50px;background-color:#fef3c7;gap:8px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--tag .tag span{display:flex;justify-content:center;align-items:center}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--tag .tag span i{color:#b45309;font-weight:500}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--tag .tag p{font-weight:500;color:#b45309}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--title{display:flex;justify-content:center;align-items:center;width:100%}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--subtitle{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:36px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--subtitle p{font-size:1.4rem;color:#4b5563}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--subtitle p{font-size:1.8rem}}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;width:100%;gap:24px;margin-bottom:36px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card{display:flex;justify-content:space-between;flex-direction:column;position:relative;width:100%;border-radius:12px;background-color:#fff;overflow:hidden;border:1px solid #e5e7eb}@media all and (min-width: 800px){body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card{width:calc(50% - 12px)}}@media all and (min-width: 1180px){body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card{width:calc(33.33% - 16px)}}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card::before{position:absolute;top:0;left:0;width:100%;height:8px;content:"";background:linear-gradient(to right, #f59e0b, #ea580c)}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body{display:flex;flex-direction:column;min-height:150px;width:100%;padding:24px;gap:12px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;gap:12px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time .icon{display:flex;justify-content:center;align-items:center;width:64px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time .icon span{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#fef3c7;border-radius:12px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time .icon span i{font-size:3rem;color:#b45309}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time .data{display:flex;flex-direction:column;width:calc(100% - 64px - 12px);gap:12px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time .data .tag{display:flex;justify-content:center;align-items:center;background-color:#fffbeb;border-radius:16px;padding:4px 16px;color:#b45309;width:max-content;font-weight:500}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-time .data .clock{font-size:3rem;color:#111827;font-weight:700}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-locate{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:5px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-locate span i{font-size:1.6rem;color:#4b5563}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-body .card-body-locate p{font-size:1.4rem;color:#4b5563}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-footer{display:flex;justify-content:flex-start;align-items:center;min-height:50px;width:100%;background-color:#fffbeb;border-top:1px solid #e5e7eb;padding:16px 24px}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .card .card-footer p{font-size:1.4rem;font-weight:700;color:#4b5563}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--cta{display:flex;justify-content:center;align-items:center;width:100%}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--cta a{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;background:linear-gradient(to right, #f59e0b, #ea580c);gap:8px;padding:16px 32px;border-radius:32px;transform:scale(0.9);transition:all .3s}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--cta a span i{color:#fff;font-weight:700;font-size:2rem}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--cta a p{color:#fff;font-weight:700;font-size:1.6rem}body #main #templateHomepage.model-1 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--cta a:hover{transform:scale(1);transition:all .3s}body #main #templateHomepage.model-1 .homepage__noticias{display:flex;flex-direction:column;width:100%;background-color:#fff7ed}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer{gap:16px;padding:48px 16px 48px 16px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--title{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:16px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--title{margin-bottom:36px}}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;width:100%;gap:24px;margin-bottom:36px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news{display:flex;justify-content:space-between;flex-direction:column;position:relative;width:100%;border-radius:12px;background-color:#fff;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@media all and (min-width: 800px){body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news{width:calc(50% - 12px)}}@media all and (min-width: 1180px){body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news{width:calc(33.33% - 16px)}}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-header{display:flex;position:relative;width:100%;height:250px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-header .news-header-tag{position:absolute;top:10px;left:10px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-header .news-header-tag span{background-color:hsla(0,0%,100%,.9);color:#111827;font-weight:500;font-size:1.2rem;padding:4px 12px;border-radius:16px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-header .news-header-thumb{display:flex;justify-content:center;align-items:center;width:100%;height:100%}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-header .news-header-thumb span{display:flex;justify-content:center;align-items:center;width:100%;height:100%}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-header .news-header-thumb span img{width:100%;height:100%;object-fit:cover;object-position:center}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details{display:flex;flex-direction:column;width:100%;padding:24px 24px;gap:12px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-date{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-date p{font-size:1.2rem;color:#4b5563;font-weight:400}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-title{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-title h1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;color:#111827;font-size:clamp(1.4rem,1rem + 2.5vw,2rem);font-weight:700;line-height:1.25}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-intro{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-intro p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;font-size:1.4rem;color:#4b5563;font-weight:400;line-height:1.25}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-cta{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-cta a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:8px;padding:6px 16px;background-color:#fef3c7;border-radius:16px}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-cta a p{font-size:1.4rem;font-weight:600;color:#b45309}body #main #templateHomepage.model-1 .homepage__noticias .wpThemeContainer .homepage__noticias--news .news .news-details .news-details-cta a span i{font-size:1.4rem;font-weight:600;color:#b45309}body #main #templateHomepage.model-1 .homepage__galeriafotos{display:flex;flex-direction:column;width:100%;background-color:#fff}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer{gap:16px;padding:48px 16px 48px 16px}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--tag .tag{justify-content:flex-start}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--title{margin-bottom:24px}@media all and (min-width: 1180px){body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--title{margin-bottom:36px}}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--title .title{text-align:left}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;width:100%;gap:24px}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album{display:flex;width:100%;height:250px;border-radius:24px;background-color:#add8e6;position:relative;border-radius:16px;overflow:hidden}@media all and (min-width: 600px){body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album{width:calc(50% - 12px)}}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album{width:calc(25% - 18px);height:380px}}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-background{display:flex;width:100%}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-background span{display:flex;justify-content:center;align-items:center;width:100%;height:100%}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-background span img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details{display:flex;width:100%;height:100%;position:absolute;top:0px;left:0px;background-color:rgba(0,0,0,.5)}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-camera,body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-arrow{display:flex;justify-content:center;position:absolute;width:40px;height:40px;top:20px;right:20px;border-radius:50%}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-camera span,body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-arrow span{display:flex;justify-content:center;align-items:center;position:absolute;width:40px;height:40px;background-color:rgba(0,0,0,0)}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-camera span i,body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-arrow span i{color:#fff;font-size:2.4rem}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .quantity{display:flex;position:absolute;left:20px;bottom:20px;opacity:0;color:#fff;transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-camera{opacity:1;transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album .album-details .icon-arrow{opacity:0;transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album:hover .album-background span img{transform:scale(1.1);transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album:hover .album-details .icon-camera{opacity:0;transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album:hover .album-details .icon-arrow{background:hsla(0,0%,100%,.3);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:1;transition:all .3s}body #main #templateHomepage.model-1 .homepage__galeriafotos .wpThemeContainer .homepage__galeriafotos--albums .album:hover .album-details .quantity{opacity:1;transition:all .3s}body #main #templateHomepage.model-1 .homepage__agenda{display:flex;flex-direction:column;width:100%;background-color:#f7f8fa}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer{gap:16px;padding:48px 16px 48px 16px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--title{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:16px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--title{margin-bottom:36px}}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;width:100%;gap:24px;margin-bottom:36px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;width:100%;gap:12px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-radius:12px;background-color:#fff}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event:not(:first-of-type)::before{content:"";position:absolute;top:-24px;left:50px;width:2px;height:24px;background:repeating-linear-gradient(to bottom, #ccc 0, #ccc 4px, transparent 4px, transparent 6px)}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-icon{display:flex;justify-content:center;align-items:center;width:64px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-icon span{display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#fef3c7;border-radius:12px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-icon span i{font-size:3rem;color:#b45309}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-data{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 64px - 12px);gap:12px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-data .title h1{font-size:1.6rem;color:#111827;font-weight:600}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-data .details{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:12px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-data .details .detail{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:5px}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-data .details .detail span i{font-size:1.6rem;color:#b45309}body #main #templateHomepage.model-1 .homepage__agenda .wpThemeContainer .homepage__agenda--events .event .event-data .details .detail p{font-size:1.6rem;color:#4b5563}body #main #templateHomepage.model-1 .homepage__blog{display:flex;flex-direction:column;width:100%;background-color:#fff}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer{gap:16px;padding:48px 16px 48px 16px}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--tag .tag{justify-content:flex-start}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--title .title{text-align:left}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:24px;margin-bottom:36px}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article{display:flex;flex-direction:column;position:relative;overflow:hidden;width:100%;height:320px;border-radius:16px}@media all and (min-width: 800px){body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article{width:calc(50% - 12px)}}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-thumb{display:flex;justify-content:center;align-items:center;width:100%;height:100%}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-thumb span{display:flex;justify-content:center;align-items:center;width:100%;height:100%}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-thumb span img{width:100%;height:100%;object-fit:cover;object-position:center}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;width:100%;height:100%;left:0px;bottom:0px;gap:12px;padding:24px;background-color:rgba(0,0,0,.5)}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-tag{display:flex;width:100%}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-tag span{background-color:#f59e0b;color:#fff;padding:4px 16px;font-size:1.2rem;font-weight:600;letter-spacing:.5px;border-radius:24px}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-title{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-title h1{text-align:left;font-size:clamp(1.4rem,1rem + 2.5vw,2.4rem);color:#fff;font-weight:600;font-family:"Playfair Display",serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-authordate{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-authordate .author{display:flex;width:max-content}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-authordate .author p{font-size:1.4rem;color:#fff;font-weight:400}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-authordate .date{display:flex;width:max-content}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--articles .article .article-details .article-details-authordate .date p{font-size:1.4rem;color:#fff;font-weight:400}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--cta{display:flex;justify-content:center;align-items:center;width:100%}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--cta a{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;background-color:#111827;gap:8px;padding:16px 32px;border-radius:32px;transform:scale(0.9);transition:all .3s}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--cta a span i{color:#fff;font-weight:700;font-size:2rem}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--cta a p{color:#fff;font-weight:700;font-size:1.6rem}body #main #templateHomepage.model-1 .homepage__blog .wpThemeContainer .homepage__blog--cta a:hover{transform:scale(1);transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao{display:flex;flex-direction:column;width:100%;background-color:#1e1e1e}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer{padding:48px 16px 48px 16px;max-width:1240px}@media all and (min-width: 1440px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer{padding:96px 16px 96px 16px}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--tag .tag p{color:#fbbf24}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--title{margin-bottom:24px}@media all and (min-width: 1180px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--title{margin-bottom:36px}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--title .title{color:#fff}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:20px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content{flex-direction:row;flex-wrap:wrap;gap:32px}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:12px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details{display:flex;width:calc(100% - 400px - 32px);gap:24px}}@media all and (min-width: 1180px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details{width:calc(100% - 600px - 32px)}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:24px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics{align-items:flex-start}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;max-width:400px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic{max-width:initial}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-icon{display:flex;justify-content:center;align-items:center;width:48px;height:48px}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-icon span{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;background-color:rgba(245,158,11,.2);border:1px solid rgba(245,158,11,.3)}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-icon span i{color:#fbbf24;font-size:2rem}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-data{display:flex;flex-direction:column;width:100%;gap:6px}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-data .topic-data-title{display:flex;flex-direction:column;width:100%;gap:6px}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-data .topic-data-title p{color:#fff;font-size:1.6rem}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-data .topic-data-info{display:flex;flex-direction:column;width:100%;gap:6px}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-topics .topic .topic-data .topic-data-info p{font-size:1.4rem;color:#4b5563}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;gap:16px;padding:24px 0}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia{max-width:initial;justify-content:flex-start;align-items:flex-start;padding:0}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia p{font-size:1.4rem;color:#4b5563}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;gap:12px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links{justify-content:flex-start;align-items:flex-start}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links a span{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.1);transform:scale(1);transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links a span i{color:#fff;font-size:1.4rem;transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links a:hover span{transform:scale(1.1);background-color:#f59e0b;transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-socialmedia .links a:hover span i{font-size:1.8rem;transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-ctamap{display:flex;justify-content:center;align-items:center;width:100%;max-width:400px}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-ctamap{max-width:initial;justify-content:flex-start;align-items:flex-start}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-ctamap a{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;background-color:#f59e0b;gap:8px;padding:16px 32px;border-radius:32px;transform:scale(0.9);transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-ctamap a span i{color:#fff;font-weight:700;font-size:2rem}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-ctamap a p{color:#fff;font-weight:700;font-size:1.6rem}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .details .details-ctamap a:hover{transform:scale(1);transition:all .3s}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .map{display:flex;justify-content:center;align-items:center;width:100%}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .map{width:400px}}@media all and (min-width: 1180px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .map{width:600px}}body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .map iframe{display:flex;width:100%;height:200px;border-radius:16px;overflow:hidden}@media all and (min-width: 1024px){body #main #templateHomepage.model-1 .homepage__localizacao .wpThemeContainer .homepage__localizacao--content .map iframe{height:500px}}body #main #templateHomepage.model-2 .homepage__intro{display:flex;justify-content:center;align-items:center;position:relative;width:100%}body #main #templateHomepage.model-2 .homepage__intro .homepage__intro--background{display:flex;position:relative;width:100%;height:100vh}body #main #templateHomepage.model-2 .homepage__intro .homepage__intro--background .background{display:flex;width:100%;height:100%}body #main #templateHomepage.model-2 .homepage__intro .homepage__intro--background .background img{display:flex;width:100%;height:100%;object-fit:cover;object-position:center}body #main #templateHomepage.model-2 .homepage__intro .homepage__intro--background .color{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:#1a1208;background:linear-gradient(90deg, rgb(26, 18, 8) 0%, rgb(26, 18, 8) 35%, rgba(26, 18, 8, 0.75) 70%, rgba(255, 255, 255, 0) 100%)}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer{display:flex;justify-content:center;align-items:flex-start;position:absolute;top:0;left:50%;width:100%;height:100%;z-index:99;transform:translateX(-50%);padding:0 0 0 20px}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer{padding:0 0 0 80px}}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content{display:flex;flex-direction:column;width:100%;max-width:475px;justify-content:flex-start;align-items:flex-start}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .tag{justify-content:flex-start;margin-bottom:32px}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .tag::before{background-color:#fbbf24}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .tag p{color:#fbbf24}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title{display:flex;margin-bottom:24px}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title h1{color:#fff;font-size:3rem;line-height:1.15;font-family:"Playfair Display",serif}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title h1 span{font-family:"Playfair Display",serif;color:#fbbf24}@media all and (min-width: 420px){body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title h1{font-size:4rem}}@media all and (min-width: 600px){body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title h1{font-size:5rem}}@media all and (min-width: 800px){body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title h1{font-size:6rem}}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .title h1{font-size:7rem}}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .description{display:flex;width:100%;margin-bottom:24px}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .description p{font-size:1.8rem;color:hsla(0,0%,100%,.5);line-height:1.625}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;gap:10px}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta a{display:flex;justify-content:center;align-items:center;font-size:1.3rem;font-weight:500;letter-spacing:.04em;padding:11px 22px;border-radius:50px;transition:all .3s ease;gap:5px;cursor:pointer}@media all and (min-width: 768px){body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta a{font-size:1.4rem;padding:13px 26px}}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta a.solid{background:#fbbf24;color:#0a0a0a}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta a.solid:hover{background:#f59e0b;transform:translateY(-2px)}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta a.line{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.45)}body #main #templateHomepage.model-2 .homepage__intro .wpThemeContainer .homepage__intro--content .cta a.line:hover{border-color:#fbbf24;color:#fbbf24;transform:translateY(-2px)}body #main #templateHomepage.model-2 .homepage__liturgia{display:flex;width:100%;background-color:#fffbeb}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer{display:flex;flex-direction:column;width:100%;height:auto;gap:32px;padding:48px 16px 48px 16px}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer{flex-direction:row;flex-wrap:nowrap;align-items:stretch}}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content{display:flex;flex-direction:column;width:100%}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content{width:calc(100% - 350px - 32px)}}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage{display:flex;flex-direction:column;position:relative;overflow:hidden;width:100%;padding:40px;border-radius:24px;background-color:#fff;height:100%}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage::before{content:"";position:absolute;width:10px;height:100%;background-color:#f59e0b;top:0px;left:0px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-tag{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;width:100%;gap:5px;margin-bottom:24px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-tag span i{font-size:1.4rem;color:#b45309}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-tag p{font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:1.2rem;color:#b45309}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-quote{display:flex;width:100%;position:relative;padding:60px 0 0 10px;margin-bottom:24px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-quote::before{position:absolute;font-size:5rem;line-height:1;font-family:"sans-serif";color:#fbbf24;font-size:6rem;content:"“";top:0;left:0}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-quote .quote{display:flex;flex-direction:column;width:100%}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-quote .quote p{font-size:2.4rem;line-height:1.625;font-family:"Playfair Display",serif;color:#1a1208}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-author{display:flex;width:100%;position:relative;padding:0 0 20px 0}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-author::before{content:"";position:absolute;width:100%;height:.5px;background-color:#e5e7eb;bottom:0px;left:0px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-author p{display:flex;width:100%;position:relative;padding:0 0 0 30px;font-size:1.4rem;font-weight:700;color:#b45309}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--content .biblicalpassage .biblicalpassage-author p::before{content:"";position:absolute;width:20px;height:2px;background-color:#b45309;left:0;top:50%;transform:translateY(-50%)}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar{display:flex;flex-direction:column;width:100%;gap:24px}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar{width:350px}}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia,body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo{display:flex;flex-direction:column;width:100%;border-radius:24px;padding:32px;overflow:hidden;gap:16px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia{flex-grow:2;background-color:#1e1e1e}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia .sidebar-liturgia-icon span i{font-size:3rem;color:#fbbf24}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia .sidebar-liturgia-title p{font-family:"Playfair Display",serif;font-size:2rem;font-weight:700;letter-spacing:1px;color:#fff}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia .sidebar-liturgia-description p{font-size:1.4rem;font-weight:300;color:hsla(0,0%,100%,.75)}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia .sidebar-liturgia-cta a{display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia .sidebar-liturgia-cta a p{color:#fbbf24;font-weight:700;font-size:1.4rem}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-liturgia .sidebar-liturgia-cta a span i{color:#fbbf24;font-weight:700;font-size:1.4rem}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo{flex-grow:1;background-color:#f59e0b}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo .sidebar-dizimo-icon span i{font-size:3rem;color:#fff}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo .sidebar-dizimo-title p{font-family:"Playfair Display",serif;font-size:2rem;font-weight:700;letter-spacing:1px;color:#fff}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo .sidebar-dizimo-description p{font-size:1.4rem;font-weight:300;color:#fff}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo .sidebar-dizimo-cta a{display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo .sidebar-dizimo-cta a p{color:#fff;font-weight:700;font-size:1.4rem}body #main #templateHomepage.model-2 .homepage__liturgia .wpThemeContainer .homepage__liturgia--sidebar .sidebar-dizimo .sidebar-dizimo-cta a span i{color:#fff;font-weight:700;font-size:1.4rem}body #main #templateHomepage.model-2 .homepage__horariomissas{display:flex;width:100%;background-color:#fff}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer{display:flex;flex-direction:column;width:100%;gap:24px;padding:48px 16px 48px 16px}@media all and (min-width: 800px){body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer{flex-direction:row;flex-wrap:nowrap}}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro{display:flex;flex-direction:column;width:100%;gap:16px}@media all and (min-width: 800px){body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro{width:320px}}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .tag{justify-content:flex-start}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .title p{color:#111827;font-size:3rem;font-weight:700;line-height:1.15;font-family:"Playfair Display",serif}@media all and (min-width: 800px){body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .title p{font-size:3.6rem}}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .today p{color:#1e1e1e;font-size:1.2rem}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .description p{color:#1e1e1e;font-size:1.4rem;line-height:1.625}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .cta a{display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px;background-color:#1a1208;width:max-content;padding:12px 24px;border-radius:24px;transition:all .3s}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .cta a p{color:#fff;font-weight:700;font-size:1.4rem}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .cta a span i{color:#fff;font-weight:700;font-size:1.4rem}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--intro .cta a:hover{background-color:#b45309;transition:all .3s}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline{display:flex;flex-direction:column;width:100%}@media all and (min-width: 800px){body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline{width:calc(100% - 320px - 24px)}}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:12px}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card{display:flex;flex-direction:column;position:relative;width:100%;gap:12px;background-color:#ccc;border:1px solid #ccc;border-radius:12px;overflow:hidden;padding:24px}@media all and (min-width: 600px){body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card{width:calc(50% - 6px)}}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card{width:calc(33% - 8px)}}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-icon{display:flex;position:absolute;top:10px;right:10px}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-icon span{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#111827;border-radius:50%}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-icon span i{font-size:1.4rem;color:#fff}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-hour p{font-size:3rem;color:#111827;font-weight:700}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-place p{display:flex;justify-content:center;align-items:center;background-color:#fffbeb;border-radius:16px;padding:4px 16px;color:#111827;border:1px solid #fffbeb;width:max-content;font-weight:500}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-locate{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:5px}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-locate span i{font-size:1.6rem;color:#4b5563}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card .card-locate p{font-size:1.4rem;color:#4b5563}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia{background-color:#fff;border-color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia .card-icon span{background-color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia .card-icon span i{color:#fff}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia .card-hour p{color:#b45309}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia .card-place p{background-color:rgba(0,0,0,0);border-color:#f59e0b;color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia .card-locate span i{color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.paroquia .card-locate p{color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela{background-color:#f59e0b;border-color:#fbbf24}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela .card-icon span{background-color:#fff}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela .card-icon span i{color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela .card-hour p{color:#fff}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela .card-place p{background-color:#fff;border-color:#fff;color:#f59e0b}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela .card-locate span i{color:#fff}body #main #templateHomepage.model-2 .homepage__horariomissas .wpThemeContainer .homepage__horariomissas--timeline .cards .card.capela .card-locate p{color:#fff}body #main #templateHomepage.model-2 .homepage__newsevents{display:flex;width:100%;background-color:#f7f5f2}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer{display:flex;flex-direction:column;width:100%;gap:24px;padding:48px 16px 48px 16px}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer{flex-direction:row;flex-wrap:nowrap}}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news{display:flex;flex-direction:column;width:100%;background-color:#add8e6}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news{width:calc(50% - 12px)}}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news{display:flex;flex-direction:column;width:100%}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;gap:12px;margin-bottom:32px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-title{display:flex;flex-direction:column}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-title .tag{justify-content:flex-start;margin-bottom:8px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-title .tag p{font-size:1.2rem;letter-spacing:0px;padding-left:34px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-title .tag p::before{width:24px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-title .title p{font-size:3rem;font-weight:700;line-height:1.15;color:#111827;font-family:"Playfair Display",serif}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-cta a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-cta a p{color:#6b7280}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--news .news .news-header .news-header-cta a span i{color:#6b7280}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events{display:flex;flex-direction:column;width:100%;background-color:#f08080}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events{width:calc(50% - 12px)}}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events{display:flex;flex-direction:column;width:100%}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;gap:12px;margin-bottom:32px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-title{display:flex;flex-direction:column}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-title .tag{justify-content:flex-start;margin-bottom:8px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-title .tag p{font-size:1.2rem;letter-spacing:0px;padding-left:34px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-title .tag p::before{width:24px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-title .title p{font-size:3rem;font-weight:700;line-height:1.15;color:#111827;font-family:"Playfair Display",serif}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-cta a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-cta a p{color:#6b7280}body #main #templateHomepage.model-2 .homepage__newsevents .wpThemeContainer .homepage__newsevents--events .events .events-header .events-header-cta a span i{color:#6b7280}body #main #templateHomepage.model-2 .homepage__newsevents.noevents .wpThemeContainer .homepage__newsevents--news{width:100%}@media all and (min-width: 1024px){body #main #templateHomepage.model-2 .homepage__newsevents.noevents .wpThemeContainer .homepage__newsevents--news{width:100%}}body #main #templateHomepage.model-2 .homepage__newsevents.noevents .wpThemeContainer .homepage__newsevents--events{display:none}.modelo-1{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}a{color:inherit;text-decoration:none}.card__tag{display:inline-block;font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#c46a4a;background-color:#f9ece7;padding:2px .8rem;border-radius:.4rem;margin-bottom:.8rem}.card__read-time{font-size:1.2rem;color:#8a8a8a;margin-top:.8rem;display:block}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(0,0,0,0);transition:background all .3s ease,box-shadow all .3s ease}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#fff;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#c46a4a;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:hsla(0,0%,100%,.8)}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.6rem;line-height:1;padding:.4rem}.navbar--scrolled{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.navbar--scrolled .navbar__brand{color:#2a2a2a}.navbar--scrolled .navbar__edition-label{color:#5c5c5c}.navbar--scrolled .navbar__dropdown-btn{color:#2a2a2a}.hero{position:relative;min-height:65vh;display:flex;align-items:flex-end}@media(min-width: 768px){.hero{min-height:80vh}}.hero__bg{position:absolute;inset:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.75) 100%)}.hero__content{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%;padding:3.2rem 1.6rem;padding-top:80px}@media(min-width: 768px){.hero__content{max-width:680px;padding:4.8rem 1.6rem}}.hero__eyebrow{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background-color:#c46a4a;padding:.4rem 1.2rem;border-radius:9999px;margin-bottom:1.6rem}.hero__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#fff;line-height:1.15;margin-bottom:1.6rem}@media(min-width: 768px){.hero__title{font-size:4.8rem}}.hero__lead{font-size:1.6rem;color:hsla(0,0%,100%,.88);line-height:1.65;margin-bottom:2.4rem;max-width:560px}@media(min-width: 768px){.hero__lead{font-size:1.8rem}}.hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:1.4rem;color:hsla(0,0%,100%,.7)}.hero__separator{opacity:.5}.hero__author{font-weight:600;color:hsla(0,0%,100%,.9)}.reportagens{padding:4.8rem 0}.reportagens__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.reportagens__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:3.2rem;padding-left:1.6rem;border-left:4px solid #c46a4a}@media(min-width: 768px){.reportagens__title{font-size:3rem}}.reportagens__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width: 1024px){.reportagens__grid{grid-template-columns:1fr 1fr;gap:3.2rem}}.reportagens__right{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media(min-width: 480px){.reportagens__right{grid-template-columns:1fr 1fr}}.card{background:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.card__img-wrap{overflow:hidden;flex-shrink:0}.card__img{transition:transform .4s ease}.card:hover .card__img{transform:scale(1.04)}.card__body{padding:1.6rem}.card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#2a2a2a;line-height:1.35;margin-bottom:.8rem}.card--large .card__img-wrap{height:240px}@media(min-width: 768px){.card--large .card__img-wrap{height:300px}}.card--large .card__title{font-size:2rem}@media(min-width: 768px){.card--large .card__title{font-size:2.4rem}}.card--large .card__body{padding:2.4rem}.card--small .card__img-wrap{height:120px}.card--small .card__title{font-size:1.4rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.card--no-img{display:flex;align-items:flex-start;background-color:#f5f4f0}.editorial-quote{background-color:#e8a088;padding:6.4rem 1.6rem}@media(min-width: 768px){.editorial-quote{padding:8rem 1.6rem}}.editorial-quote__container{max-width:680px;margin:0 auto;text-align:center}.editorial-quote__label{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#8a3d28;margin-bottom:2.4rem;opacity:.7}.editorial-quote__text{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-style:italic;font-weight:400;line-height:1.55;color:#8a3d28;margin-bottom:3.2rem}@media(min-width: 768px){.editorial-quote__text{font-size:3rem}}.editorial-quote__author{display:flex;align-items:center;justify-content:center;gap:1.2rem}.editorial-quote__avatar{width:40px;height:40px;border-radius:9999px;background-color:#8a3d28;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.editorial-quote__name{display:block;font-size:1.6rem;font-weight:700;color:#8a3d28}.editorial-quote__role{display:block;font-size:1.4rem;color:#8a3d28;opacity:.7}.ultimas-depoimentos{padding:4.8rem 0}.ultimas-depoimentos__container{max-width:1400px;margin:0 auto;padding:0 1.6rem;display:grid;grid-template-columns:1fr;gap:4.8rem}@media(min-width: 1024px){.ultimas-depoimentos__container{grid-template-columns:1fr 1fr;gap:6.4rem}}.ultimas__title{display:flex;align-items:center;gap:.8rem;font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;margin-bottom:2.4rem}.ultimas__dot{display:inline-block;width:10px;height:10px;border-radius:9999px;background-color:#c46a4a}.ultimas__list{list-style:none;display:flex;flex-direction:column;gap:1.6rem}.ultimas__item{display:flex;gap:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid #eceae3}.ultimas__item:last-child{border-bottom:none}.ultimas__thumb{width:72px;height:72px;flex-shrink:0;border-radius:.8rem;object-fit:cover}.ultimas__text{flex:1}.ultimas__headline{font-size:1.4rem;font-weight:600;color:#3d3d3d;line-height:1.4;margin-top:.4rem}.depoimentos__title{display:flex;align-items:center;gap:.8rem;font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;margin-bottom:2.4rem}.depoimentos__dot{display:inline-block;width:10px;height:10px;border-radius:9999px;background-color:#6b9b6a}.depoimentos__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 480px){.depoimentos__grid{grid-template-columns:1fr 1fr}}.depoimento{background:#f5f4f0;border-radius:.8rem;padding:1.6rem}.depoimento__stars{color:#c46a4a;font-size:1.4rem;margin-bottom:.8rem;letter-spacing:2px}.depoimento__text{font-size:1.4rem;color:#3d3d3d;line-height:1.6;margin-bottom:1.6rem;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.depoimento__author{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600}.depoimento__avatar{width:32px;height:32px;border-radius:9999px;background-color:#c46a4a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.newsletter{background-color:#f5f4f0;padding:6.4rem 1.6rem}.newsletter__container{max-width:560px;margin:0 auto;text-align:center}.newsletter__eyebrow{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#c46a4a;margin-bottom:1.2rem}.newsletter__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#2a2a2a;margin-bottom:1.2rem}@media(min-width: 768px){.newsletter__title{font-size:3.6rem}}.newsletter__desc{font-size:1.6rem;color:#5c5c5c;margin-bottom:3.2rem;line-height:1.6}.newsletter__form{display:flex;flex-direction:column;gap:1.2rem}@media(min-width: 480px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1.2rem 1.6rem;border:1px solid #eceae3;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;background:#fff;color:#2a2a2a;outline:none;transition:border-color all .2s ease}.newsletter__input:focus{border-color:#c46a4a}.newsletter__input::placeholder{color:#c4c4c4}.newsletter__btn{padding:1.2rem 2.4rem;background-color:#c46a4a;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background-color all .2s ease;white-space:nowrap}.newsletter__btn:hover{background-color:#8a3d28}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__top{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top{grid-template-columns:2fr 1fr 1fr 1fr;gap:4.8rem}}@media(min-width: 1024px){.footer__top{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#c46a4a;color:#c46a4a}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.8rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__social-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.8rem}.footer__social-links a{font-size:1.2rem;color:hsla(0,0%,100%,.4);transition:color all .2s ease}.footer__social-links a:hover{color:#c46a4a}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{width:80px;height:60px;border-radius:.4rem;object-fit:cover;flex-shrink:0}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.5);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:180px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#c46a4a}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#c46a4a;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#8a3d28}.modelo-2{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;width:100%;object-fit:cover;object-position:center top}a{color:inherit;text-decoration:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#2d6b4a;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:#5c5c5c}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#5c5c5c;cursor:pointer;font-size:1.6rem;padding:.4rem}.main-content{padding-top:64px}.paper-meta{border-top:2px solid #2a2a2a;border-bottom:1px solid #eceae3}.paper-meta__container{max-width:1400px;margin:0 auto;padding:.8rem 1.6rem;display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:1.2rem;color:#5c5c5c}.paper-meta__sep{color:#eceae3}.paper-meta__item strong{color:#2a2a2a}.paper-meta__right{margin-left:auto;font-weight:700;color:#2d6b4a;font-size:1.2rem;letter-spacing:.08em;display:none}@media(min-width: 768px){.paper-meta__right{display:block}}.article-main{padding:3.2rem 0 4.8rem}.article-main__container{max-width:1400px;margin:0 auto;padding:0 1.6rem;display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width: 1024px){.article-main__container{grid-template-columns:1fr 340px;gap:6.4rem}}.article-main__eyebrow{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background-color:#2d6b4a;padding:.4rem 1.2rem;border-radius:.4rem;margin-bottom:1.6rem}.article-main__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#2a2a2a;line-height:1.12;margin-bottom:1.6rem;border-bottom:1px solid #eceae3;padding-bottom:1.6rem}@media(min-width: 768px){.article-main__title{font-size:4.8rem}}.article-main__byline{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:#5c5c5c;margin-bottom:2.4rem}.article-main__author{font-weight:600;color:#3d3d3d}.article-main__sep{color:#eceae3}.article-main__text{column-count:1;column-gap:3.2rem;font-size:1.6rem;line-height:1.75;color:#3d3d3d}@media(min-width: 768px){.article-main__text{column-count:2}}.article-main__text p{margin-bottom:1.6rem}.article-main__dropcap::first-letter{font-family:"Playfair Display",Georgia,serif;font-size:4.5em;font-weight:900;float:left;line-height:.8;margin-right:.8rem;margin-top:.4rem;color:#2d6b4a}.article-main__figure{margin-top:2.4rem;grid-column:1/-1}.article-main__img{width:100%;height:280px;border-radius:.8rem;object-fit:cover}@media(min-width: 768px){.article-main__img{height:380px}}.sidebar-notas{border:1px solid #eceae3;border-radius:.8rem;padding:2.4rem;margin-bottom:2.4rem}.sidebar-notas__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#2a2a2a;border-bottom:2px solid #2d6b4a;padding-bottom:1.2rem;margin-bottom:1.6rem}.sidebar-notas__list{list-style:none}.sidebar-notas__item{padding:1.2rem 0;border-bottom:1px solid #eceae3}.sidebar-notas__item:last-child{border-bottom:none;padding-bottom:0}.sidebar-notas__category{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2d6b4a;margin-bottom:.4rem}.sidebar-notas__text{font-size:1.4rem;color:#4d4d4d;line-height:1.5}.sidebar-opiniao{background-color:#2a2a2a;border-radius:.8rem;padding:2.4rem}.sidebar-opiniao__label{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#4a9b6e;margin-bottom:1.2rem}.sidebar-opiniao__quote{font-family:"Playfair Display",Georgia,serif;font-size:1.8rem;font-style:italic;font-weight:400;color:#fff;line-height:1.55;margin-bottom:1.6rem}.sidebar-opiniao__author{font-size:1.2rem;color:hsla(0,0%,100%,.5);line-height:1.4}.editorias{border-top:2px solid #2a2a2a;padding:3.2rem 0}.editorias__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.editorias__title{font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#2a2a2a;margin-bottom:2.4rem}.editorias__grid{display:grid;grid-template-columns:1fr;gap:1.6rem;border-top:1px solid #eceae3;padding-top:1.6rem}@media(min-width: 768px){.editorias__grid{grid-template-columns:1fr 1fr 1fr}}.editoria-card{display:flex;gap:1.2rem;padding-bottom:1.6rem;border-bottom:1px solid #eceae3}@media(min-width: 768px){.editoria-card{flex-direction:column;border-bottom:none;border-right:1px solid #eceae3;padding-right:1.6rem}.editoria-card:last-child{border-right:none}}.editoria-card__img{width:80px;height:60px;flex-shrink:0;border-radius:.4rem}@media(min-width: 768px){.editoria-card__img{width:100%;height:100px}}.editoria-card__body{flex:1}.editoria-card__category{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2d6b4a;margin-bottom:.4rem}.editoria-card__text{font-size:1.4rem;color:#3d3d3d;line-height:1.4;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.tambem-cartas{padding:3.2rem 0;background-color:#fafaf7}.tambem-cartas__container{max-width:1400px;margin:0 auto;padding:0 1.6rem;display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width: 1024px){.tambem-cartas__container{grid-template-columns:1fr 320px;gap:4.8rem}}.tambem__title{font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#2a2a2a;border-bottom:2px solid #2a2a2a;padding-bottom:1.2rem;margin-bottom:2.4rem}.tambem__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 480px){.tambem__grid{grid-template-columns:1fr 1fr}}.tambem-card__img{width:100%;height:140px;border-radius:.8rem;margin-bottom:1.2rem}.tambem-card__cat{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2d6b4a;margin-bottom:.4rem}.tambem-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#2a2a2a;line-height:1.35}.cartas__title{font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#2a2a2a;border-bottom:2px solid #2a2a2a;padding-bottom:1.2rem;margin-bottom:2.4rem}.cartas__list{display:flex;flex-direction:column;gap:2rem}.carta{padding-bottom:2rem;border-bottom:1px solid #eceae3}.carta:last-child{border-bottom:none;padding-bottom:0}.carta__quote{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-style:italic;color:#3d3d3d;line-height:1.6;margin-bottom:.8rem}.carta__quote::before{content:'"'}.carta__quote::after{content:'"'}.carta__author{font-size:1.2rem;color:#8a8a8a}.carta__author strong{color:#4d4d4d}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__quote-bar{background-color:#2a2a2a;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer__quote-container{max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem}@media(min-width: 768px){.footer__quote-container{flex-direction:row;align-items:center;justify-content:space-between}}.footer__quote-text{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-style:italic;color:hsla(0,0%,100%,.7)}.footer__quote-form{display:flex;gap:.8rem;flex-shrink:0}.footer__quote-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.2);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:200px;outline:none}.footer__quote-input::placeholder{color:hsla(0,0%,100%,.35)}.footer__quote-input:focus{border-color:#4a9b6e}.footer__quote-btn{padding:.8rem 1.6rem;background-color:#2d6b4a;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:700;cursor:pointer;transition:background-color .2s}.footer__quote-btn:hover{background-color:#4a9b6e}.footer__top-container{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3.2rem}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#4a9b6e;color:#4a9b6e}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.4rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{width:80px;height:60px;border-radius:.4rem;object-fit:cover;flex-shrink:0}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.4);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:160px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#4a9b6e}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#2d6b4a;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#4a9b6e}.modelo-3{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;width:100%;object-fit:cover;object-position:center top}a{color:inherit;text-decoration:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#d4952d;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:#5c5c5c}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#5c5c5c;cursor:pointer;font-size:1.6rem;padding:.4rem}.main-content{padding-top:64px}.hero-split{padding:4rem 0}@media(min-width: 768px){.hero-split{padding:6.4rem 0}}.hero-split__container{max-width:1400px;margin:0 auto;padding:0 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center}@media(min-width: 1024px){.hero-split__container{grid-template-columns:1fr 1fr;gap:6.4rem}}.hero-split__meta{display:flex;align-items:center;gap:.8rem;margin-bottom:1.6rem}.hero-split__dot{width:8px;height:8px;border-radius:9999px;background-color:#d4952d;flex-shrink:0}.hero-split__label{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#5c5c5c}.hero-split__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#2a2a2a;line-height:1.12;margin-bottom:1.6rem}@media(min-width: 768px){.hero-split__title{font-size:3.6rem}}.hero-split__lead{font-size:1.6rem;color:#5c5c5c;line-height:1.7;margin-bottom:2.4rem}@media(min-width: 768px){.hero-split__lead{font-size:1.8rem}}.hero-split__byline{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem}.hero-split__avatar{width:40px;height:40px;border-radius:9999px;background-color:#d4952d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.hero-split__author{display:block;font-size:1.4rem;font-weight:700;color:#2a2a2a}.hero-split__date{display:block;font-size:1.2rem;color:#8a8a8a}.hero-split__cta{display:inline-flex;align-items:center;padding:1.2rem 2.4rem;background-color:#2a2a2a;color:#fff;border-radius:.8rem;font-size:1.4rem;font-weight:700;transition:background-color all .2s ease}.hero-split__cta:hover{background-color:#d4952d}.hero-split__img-wrap{position:relative;border-radius:2.4rem;overflow:hidden}.hero-split__img{width:100%;height:280px}@media(min-width: 768px){.hero-split__img{height:380px}}.hero-split__stats{position:absolute;bottom:1.6rem;left:1.6rem;right:1.6rem;background:hsla(0,0%,100%,.92);backdrop-filter:blur(8px);border-radius:1.6rem;padding:1.6rem;display:flex;justify-content:space-around;gap:1.6rem}.hero-split__stat{text-align:center}.hero-split__stat-num{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:900;color:#2a2a2a}.hero-split__stat-label{font-size:1.2rem;color:#5c5c5c}.editorias{padding:4rem 0;background-color:#f5f4f0}.editorias__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.editorias__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.4rem}.editorias__eyebrow{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#d4952d;margin-bottom:.4rem}.editorias__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a}.editorias__ver-todas{font-size:1.4rem;font-weight:600;color:#d4952d;white-space:nowrap;transition:color all .2s ease}.editorias__ver-todas:hover{color:#8a5a0a}.editorias__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.editorias__grid{grid-template-columns:1fr 1fr 1fr}}.editoria-card{border-radius:1.6rem;overflow:hidden;transition:all .3s ease}.editoria-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.16)}.editoria-card__img-wrap{position:relative;height:260px}@media(min-width: 768px){.editoria-card__img-wrap{height:300px}}.editoria-card__img{width:100%;height:100%;object-fit:cover;object-position:center}.editoria-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);padding:1.6rem;display:flex;flex-direction:column;justify-content:flex-end}.editoria-card__tag{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background-color:#d4952d;padding:2px .8rem;border-radius:.4rem;margin-bottom:.8rem;align-self:flex-start}.editoria-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1.35;margin-bottom:.8rem}.editoria-card__text{font-size:1.2rem;color:hsla(0,0%,100%,.7);line-height:1.5;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.em-alta{padding:4rem 0}.em-alta__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.em-alta__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.4rem}.em-alta__eyebrow{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#8a8a8a;margin-bottom:.4rem}.em-alta__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a}.em-alta__nav{display:flex;gap:.8rem}.em-alta__nav-btn{width:36px;height:36px;border-radius:9999px;border:1px solid #eceae3;background:#fff;cursor:pointer;font-size:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.em-alta__nav-btn:hover{border-color:#d4952d;color:#d4952d}.em-alta__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media(min-width: 1024px){.em-alta__grid{grid-template-columns:repeat(4, 1fr)}}.mais-lida__img-wrap{position:relative;height:160px;border-radius:.8rem;overflow:hidden;margin-bottom:1.2rem}.mais-lida__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mais-lida:hover .mais-lida__img{transform:scale(1.04)}.mais-lida__tag{position:absolute;top:.8rem;left:.8rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#2a2a2a;background:hsla(0,0%,100%,.92);padding:2px .8rem;border-radius:.4rem}.mais-lida__title{font-family:"Playfair Display",Georgia,serif;font-size:1.4rem;font-weight:700;color:#2a2a2a;line-height:1.4;margin-bottom:.8rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.mais-lida__meta{display:flex;gap:.8rem;font-size:1.2rem;color:#8a8a8a}.editorial-leitores{padding:4rem 0}.editorial-leitores__container{max-width:1400px;margin:0 auto;padding:0 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 1024px){.editorial-leitores__container{grid-template-columns:1fr 1fr;gap:4.8rem}}.editorial-block{background-color:#2a2a2a;border-radius:2.4rem;padding:3.2rem}@media(min-width: 768px){.editorial-block{padding:4rem}}.editorial-block__label{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#e8b95a;margin-bottom:1.6rem}.editorial-block__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:1.6rem}.editorial-block__text{font-size:1.6rem;color:hsla(0,0%,100%,.7);line-height:1.75;margin-bottom:2.4rem}.editorial-block__author{display:flex;align-items:center;gap:1.2rem}.editorial-block__avatar{width:40px;height:40px;border-radius:9999px;background-color:#d4952d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.editorial-block__name{font-size:1.4rem;color:#fff}.leitores-block__label{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#8a8a8a;margin-bottom:1.6rem}.leitores-block__list{display:flex;flex-direction:column;gap:2rem}.leitor{padding-bottom:2rem;border-bottom:1px solid #eceae3}.leitor:last-child{border-bottom:none;padding-bottom:0}.leitor__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.leitor__avatar{width:36px;height:36px;border-radius:9999px;background-color:#fdf4e3;color:#8a5a0a;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.leitor__name{display:block;font-size:1.4rem;color:#2a2a2a}.leitor__role{display:block;font-size:1.2rem;color:#8a8a8a}.leitor__text{font-size:1.4rem;color:#4d4d4d;line-height:1.65}.ultimas-atualizacoes{background-color:#7a2e3b;padding:4rem 0}.ultimas-atualizacoes__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.ultimas-atualizacoes__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}.ultimas-atualizacoes__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff}.ultimas-atualizacoes__ver-todas{font-size:1.4rem;font-weight:600;color:hsla(0,0%,100%,.8);transition:color all .2s ease}.ultimas-atualizacoes__ver-todas:hover{color:#fff}.ultimas-atualizacoes__grid{display:grid;grid-template-columns:1fr;gap:1.2rem}@media(min-width: 480px){.ultimas-atualizacoes__grid{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.ultimas-atualizacoes__grid{grid-template-columns:repeat(3, 1fr)}}.ultima-card{background:hsla(0,0%,100%,.12);border-radius:.8rem;overflow:hidden;display:flex;gap:1.2rem;padding:1.2rem;transition:background all .2s ease}.ultima-card:hover{background:hsla(0,0%,100%,.2)}.ultima-card__img{width:72px;height:72px;border-radius:.4rem;flex-shrink:0;object-fit:cover}.ultima-card__body{flex:1}.ultima-card__tag{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.7);margin-bottom:.4rem}.ultima-card__title{font-size:1.4rem;font-weight:600;color:#fff;line-height:1.4;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__top-container{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3.2rem}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#d4952d;color:#d4952d}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.4rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{width:80px;height:60px;border-radius:.4rem;object-fit:cover;flex-shrink:0}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.4);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:160px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#d4952d}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#d4952d;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#8a5a0a}.modelo-4{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}a{color:inherit;text-decoration:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(0,0,0,0);transition:background all .3s ease}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#fff;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#7a2e3b;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:hsla(0,0%,100%,.8)}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.6rem;padding:.4rem}.hero{position:relative;min-height:70vh;display:flex;align-items:flex-end}@media(min-width: 768px){.hero{min-height:85vh}}.hero__bg{position:absolute;inset:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(30, 0, 10, 0.6) 50%, rgba(30, 0, 10, 0.9) 100%)}.hero__content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:6.4rem 1.6rem 4.8rem}@media(min-width: 768px){.hero__content{padding:8rem 1.6rem 6.4rem}}.hero__quotes-icon{font-family:"Playfair Display",Georgia,serif;font-size:9.6rem;color:#7a2e3b;line-height:1;margin-bottom:1.6rem}@media(min-width: 768px){.hero__quotes-icon{font-size:12.8rem}}.hero__byline-top{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem}.hero__author-avatar{width:40px;height:40px;border-radius:9999px;background-color:#7a2e3b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.hero__author-name{display:block;font-size:1.4rem;font-weight:700;color:#fff}.hero__author-date{display:block;font-size:1.2rem;color:hsla(0,0%,100%,.6)}.hero__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#fff;line-height:1.1;max-width:680px}@media(min-width: 768px){.hero__title{font-size:4.8rem}}.abertura{padding:4.8rem 1.6rem;background-color:#fafaf7}@media(min-width: 768px){.abertura{padding:6.4rem 1.6rem}}.abertura__container{max-width:700px;margin:0 auto}.abertura__text{font-size:1.8rem;line-height:1.85;color:#4d4d4d;text-align:center}@media(min-width: 768px){.abertura__text{font-size:2rem}}.nesta-edicao{padding:4rem 0}.nesta-edicao__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.nesta-edicao__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:2.4rem;padding-bottom:1.6rem;border-bottom:1px solid #eceae3}.nesta-edicao__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.nesta-edicao__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}@media(min-width: 1024px){.nesta-edicao__grid{grid-template-columns:1fr 1fr 1fr}}.nesta-edicao__right{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 1024px){.nesta-edicao__right{grid-column:2/3}}.ne-card{border-radius:.8rem;overflow:hidden;position:relative}.ne-card:hover .ne-card__img{transform:scale(1.03)}.ne-card__img-wrap{position:relative;overflow:hidden}.ne-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ne-card__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.85) 100%);padding:1.6rem;display:flex;flex-direction:column;justify-content:flex-end}.ne-card__overlay--bottom{background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.85) 100%)}.ne-card__tag{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background-color:#7a2e3b;padding:2px .8rem;border-radius:.4rem;margin-bottom:.8rem;align-self:flex-start}.ne-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1.35}@media(min-width: 768px){.ne-card--large{grid-row:1/3}}.ne-card--large .ne-card__img-wrap{height:300px}@media(min-width: 768px){.ne-card--large .ne-card__img-wrap{height:100%;min-height:380px}}.ne-card--large .ne-card__title{font-size:2rem}@media(min-width: 768px){.ne-card--large .ne-card__title{font-size:2.4rem}}.ne-card--medium .ne-card__img-wrap{height:140px}@media(min-width: 1024px){.ne-card--extra{grid-column:3/4;grid-row:1/2}}.ne-card--extra .ne-card__img-wrap{height:140px}.big-quote{background-color:#111;padding:6.4rem 1.6rem}@media(min-width: 768px){.big-quote{padding:9.6rem 1.6rem}}.big-quote__container{max-width:760px;margin:0 auto}.big-quote__text{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-style:italic;font-weight:400;color:#fff;line-height:1.55;margin-bottom:3.2rem}@media(min-width: 768px){.big-quote__text{font-size:3.6rem}}.big-quote__footer{display:flex;flex-direction:column;gap:.4rem}.big-quote__name{font-size:1.6rem;font-weight:700;color:#a84d5c}.big-quote__role{font-size:1.4rem;color:hsla(0,0%,100%,.5)}.reportagens-hor{padding:4.8rem 0}.reportagens-hor__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.reportagens-hor__grid{display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 1024px){.reportagens-hor__grid{grid-template-columns:repeat(3, 1fr)}}.rep-hor__img{width:100%;height:180px;border-radius:.8rem;margin-bottom:1.6rem}.rep-hor__cat{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#7a2e3b;margin-bottom:.8rem}.rep-hor__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#2a2a2a;line-height:1.4;margin-bottom:1.2rem}.rep-hor__text{font-size:1.4rem;color:#5c5c5c;line-height:1.65;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.depoimentos-editorial{background-color:#f5f4f0;padding:4.8rem 0}@media(min-width: 768px){.depoimentos-editorial{padding:6.4rem 0}}.depoimentos-editorial__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.dep-editorial__header{margin-bottom:3.2rem}.dep-editorial__eyebrow{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#8a8a8a;margin-bottom:.4rem}.dep-editorial__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:700;color:#2a2a2a}.dep-editorial__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width: 1024px){.dep-editorial__grid{grid-template-columns:1fr 1fr 1fr;gap:4rem}}.dep-destaque{background-color:#f5e8ea;border-left:4px solid #7a2e3b;border-radius:0 .8rem .8rem 0;padding:2.4rem}.dep-destaque__quote{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-style:italic;font-weight:700;color:#4a1520;line-height:1.4;margin-bottom:1.6rem}@media(min-width: 768px){.dep-destaque__quote{font-size:2.4rem}}.dep-destaque__text{font-size:1.4rem;color:#4d4d4d;line-height:1.7;margin-bottom:1.6rem}.dep-destaque__author{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:700}.dep-destaque__avatar{width:32px;height:32px;border-radius:9999px;background-color:#7a2e3b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.dep-menores{display:flex;flex-direction:column;gap:2rem}.dep-menor{padding-bottom:2rem;border-bottom:1px solid #eceae3}.dep-menor:last-child{border-bottom:none;padding-bottom:0}.dep-menor__stars{color:#d4952d;font-size:1.4rem;letter-spacing:2px;margin-bottom:.8rem}.dep-menor__quote{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-style:italic;color:#7a2e3b;line-height:1.4;margin-bottom:.8rem}.dep-menor__text{font-size:1.4rem;color:#5c5c5c;line-height:1.6;margin-bottom:1.2rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.dep-menor__author{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:600}.dep-menor__avatar{width:28px;height:28px;border-radius:9999px;background-color:#7a2e3b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.dep-texto-longo{display:flex;flex-direction:column;gap:1.6rem;font-size:1.6rem;color:#4d4d4d;line-height:1.8}.ultimas-notas{padding:4rem 0;border-top:1px solid #eceae3}.ultimas-notas__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.ultimas-notas__list{display:flex;flex-direction:column;gap:1.6rem}.nota-num{display:flex;gap:2.4rem;align-items:flex-start;padding-bottom:1.6rem;border-bottom:1px solid #eceae3}.nota-num:last-child{border-bottom:none}.nota-num__number{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#eceae3;line-height:1;flex-shrink:0;min-width:48px}.nota-num__body{flex:1}.nota-num__cat{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#7a2e3b;margin-bottom:.4rem}.nota-num__text{font-size:1.6rem;color:#3d3d3d;font-weight:500;line-height:1.45}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__top-container{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3.2rem}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#a84d5c;color:#a84d5c}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.4rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{width:80px;height:60px;border-radius:.4rem;object-fit:cover;flex-shrink:0}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.4);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:160px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#a84d5c}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#7a2e3b;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#a84d5c}.modelo-5{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;width:100%;object-fit:cover;object-position:center top}a{color:inherit;text-decoration:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#c4553d;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:#5c5c5c}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#5c5c5c;cursor:pointer;font-size:1.6rem;padding:.4rem}.main-content{padding-top:64px}.hero-editorial{padding:4.8rem 0;border-bottom:1px solid #eceae3}@media(min-width: 768px){.hero-editorial{padding:6.4rem 0}}.hero-editorial__container{max-width:820px;margin:0 auto;padding:0 1.6rem;text-align:center}.hero-editorial__meta{margin-bottom:1.6rem}.hero-editorial__eyebrow{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#c4553d}.hero-editorial__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#2a2a2a;line-height:1.1;margin-bottom:2.4rem}@media(min-width: 768px){.hero-editorial__title{font-size:4.8rem}}@media(min-width: 1024px){.hero-editorial__title{font-size:6rem}}.hero-editorial__lead{font-size:1.8rem;color:#5c5c5c;line-height:1.7;margin-bottom:3.2rem;max-width:680px;margin-left:auto;margin-right:auto}@media(min-width: 768px){.hero-editorial__lead{font-size:2rem}}.hero-editorial__byline{display:flex;align-items:center;justify-content:center;gap:1.2rem}.hero-editorial__avatar{width:40px;height:40px;border-radius:9999px;background-color:#c4553d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.hero-editorial__author{display:block;font-size:1.4rem;font-weight:700;color:#2a2a2a}.hero-editorial__meta-date{display:block;font-size:1.2rem;color:#8a8a8a}.fullbleed-img__img{width:100%;height:320px;object-fit:cover}@media(min-width: 768px){.fullbleed-img__img{height:500px}}.long-form{padding:4.8rem 0}.long-form__container{max-width:680px;margin:0 auto;padding:0 1.6rem;font-size:1.8rem;line-height:1.85;color:#4d4d4d}.long-form__container p{margin-bottom:2.4rem}.long-form__dropcap::first-letter{font-family:"Playfair Display",Georgia,serif;font-size:4.5em;font-weight:900;float:left;line-height:.8;margin-right:.8rem;margin-top:.4rem;color:#c4553d}.long-form__pullquote{border-left:4px solid #c4553d;padding:2.4rem 2.4rem 2.4rem 3.2rem;margin:3.2rem 0;font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-style:italic;font-weight:400;color:#c4553d;line-height:1.55;background-color:#faeee9;border-radius:0 .8rem .8rem 0}@media(min-width: 768px){.long-form__pullquote{font-size:2.4rem}}.long-form__pullquote-footer{display:block;margin-top:1.6rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-style:normal;color:#5c5c5c;font-weight:500}.historias-coragem{background-color:#c4553d;padding:4.8rem 0}@media(min-width: 768px){.historias-coragem{padding:6.4rem 0}}.historias-coragem__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.historias-coragem__header{text-align:center;margin-bottom:4rem}.historias-coragem__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:700;color:#fff;margin-bottom:.8rem}.historias-coragem__sub{font-size:1.6rem;color:hsla(0,0%,100%,.7)}.historias-coragem__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.historias-coragem__grid{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.historias-coragem__grid{grid-template-columns:repeat(3, 1fr)}}.coragem-card{background:#fff;border-radius:1.6rem;padding:2.4rem;transition:transform all .3s ease}.coragem-card:hover{transform:translateY(-3px)}.coragem-card--featured{background-color:#faeee9;border:2px solid #e07a63}.coragem-card__stars{color:#c4553d;font-size:1.4rem;letter-spacing:2px;margin-bottom:1.2rem}.coragem-card__quote{font-family:"Playfair Display",Georgia,serif;font-size:1.8rem;font-style:italic;font-weight:700;color:#8a2918;line-height:1.35;margin-bottom:1.2rem}.coragem-card__text{font-size:1.4rem;color:#4d4d4d;line-height:1.65;margin-bottom:1.6rem;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.coragem-card__author{display:flex;align-items:center;gap:1.2rem}.coragem-card__author strong{display:block;font-size:1.4rem;font-weight:700;color:#2a2a2a}.coragem-card__author span{display:block;font-size:1.2rem;color:#8a8a8a}.coragem-card__avatar{width:36px;height:36px;border-radius:9999px;background-color:#c4553d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.mais-destaques{padding:4.8rem 0}.mais-destaques__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.mais-destaques__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:2.4rem}.mais-destaques__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 480px){.mais-destaques__grid{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.mais-destaques__grid{grid-template-columns:repeat(3, 1fr)}}.destaque-card{background:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease}.destaque-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.destaque-card__img-wrap{height:160px;overflow:hidden}.destaque-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.destaque-card:hover .destaque-card__img{transform:scale(1.04)}.destaque-card__body{padding:1.6rem}.destaque-card__tag{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#c4553d;margin-bottom:.8rem}.destaque-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#2a2a2a;line-height:1.4;margin-bottom:.8rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.destaque-card__time{font-size:1.2rem;color:#8a8a8a}.newsletter{background-color:#faeee9;padding:6.4rem 1.6rem}.newsletter__container{max-width:560px;margin:0 auto;text-align:center}.newsletter__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:900;color:#2a2a2a;margin-bottom:3.2rem}@media(min-width: 768px){.newsletter__title{font-size:3rem}}.newsletter__form{display:flex;flex-direction:column;gap:1.2rem}@media(min-width: 480px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1.2rem 1.6rem;border:1px solid #eceae3;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;background:#fff;color:#2a2a2a;outline:none}.newsletter__input:focus{border-color:#c4553d}.newsletter__input::placeholder{color:#c4c4c4}.newsletter__btn{padding:1.2rem 2.4rem;background-color:#c4553d;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.newsletter__btn:hover{background-color:#8a2918}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__top-container{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3.2rem}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#c4553d;color:#c4553d}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.4rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{width:80px;height:60px;border-radius:.4rem;object-fit:cover;flex-shrink:0}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.4);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:160px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#c4553d}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#c4553d;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#8a2918}.modelo-6{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#6b7a3d;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:#5c5c5c}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#5c5c5c;cursor:pointer;font-size:1.6rem;padding:.4rem}.main-content{padding-top:6.4rem}.hero-mosaic__grid{display:grid;gap:3px;grid-template-columns:1fr;height:300px}@media(min-width: 768px){.hero-mosaic__grid{grid-template-columns:1fr 1fr;height:440px}}.hero-mosaic__cell--large{display:none;overflow:hidden}@media(min-width: 768px){.hero-mosaic__cell--large{display:block}}.hero-mosaic__col-right{display:grid;gap:3px;grid-template-rows:1fr 1fr;height:300px}@media(min-width: 768px){.hero-mosaic__col-right{height:440px}}.hero-mosaic__cell--top-right{overflow:hidden;min-height:0}.hero-mosaic__row-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px;min-height:0}.hero-mosaic__cell{overflow:hidden;min-height:0}.hero-mosaic__img{display:block;width:100%;height:100% !important;object-fit:cover;object-position:center;transition:transform .4s ease}.hero-mosaic__img:hover{transform:scale(1.03)}.manchete{position:relative;z-index:1;background-color:#fafaf7;padding:4rem 0;border-bottom:1px solid #eceae3}.manchete__container{max-width:860px;margin:0 auto;padding:0 1.6rem}.manchete__tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.6rem;align-items:center}.manchete__tag-badge{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#435024;background-color:#f0f3e4;padding:.4rem 1.2rem;border-radius:9999px}.manchete__tag-badge--outline{background-color:rgba(0,0,0,0);border:1px solid #6b7a3d;color:#6b7a3d}.manchete__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#2a2a2a;line-height:1.12;margin-bottom:2.4rem}@media(min-width: 768px){.manchete__title{font-size:4.8rem}}.manchete__lead{font-size:1.6rem;color:#5c5c5c;line-height:1.75;margin-bottom:2.4rem}@media(min-width: 768px){.manchete__lead{font-size:1.8rem}}.manchete__byline{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:1.4rem;color:#5c5c5c}.manchete__author{font-weight:600;color:#3d3d3d}.manchete__sep{color:#eceae3}.stats-band{background-color:#6b7a3d;padding:4.8rem 1.6rem}@media(min-width: 768px){.stats-band{padding:6.4rem 1.6rem}}.stats-band__container{max-width:1400px;margin:0 auto;text-align:center}.stats-band__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:.8rem}.stats-band__sub{font-size:1.6rem;color:hsla(0,0%,100%,.75);margin-bottom:4rem}.stats-band__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media(min-width: 768px){.stats-band__grid{grid-template-columns:repeat(4, 1fr);gap:3.2rem}}.stats-band__item{background:hsla(0,0%,100%,.12);border-radius:1.6rem;padding:2.4rem}.stats-band__num{display:block;font-family:"Playfair Display",Georgia,serif;font-size:3.6rem;font-weight:900;color:#fff;margin-bottom:.8rem}@media(min-width: 768px){.stats-band__num{font-size:4.8rem}}.stats-band__label{font-size:1.4rem;color:hsla(0,0%,100%,.75);line-height:1.4}.frentes{padding:4.8rem 0}.frentes__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.frentes__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:.4rem}@media(min-width: 768px){.frentes__title{font-size:3rem}}.frentes__sub{font-size:1.6rem;color:#8a8a8a;margin-bottom:3.2rem}.frentes__list{display:flex;flex-direction:column;gap:3.2rem}.frente-item{display:flex;flex-direction:column;gap:1.6rem;padding-bottom:3.2rem;border-bottom:1px solid #eceae3}.frente-item:last-child{border-bottom:none;padding-bottom:0}@media(min-width: 768px){.frente-item{flex-direction:row;gap:2.4rem;align-items:flex-start}}.frente-item__img{display:block;width:100%;height:200px !important;flex-shrink:0;border-radius:.8rem;object-fit:cover;object-position:center}@media(min-width: 768px){.frente-item__img{width:220px;height:160px !important}}.frente-item__body{flex:1;min-width:0}.frente-item__tag{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#435024;background-color:#f0f3e4;padding:2px .8rem;border-radius:.4rem;margin-bottom:1.2rem}.frente-item__title{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;line-height:1.3;margin-bottom:1.2rem}@media(min-width: 768px){.frente-item__title{font-size:2.4rem}}.frente-item__text{font-size:1.6rem;color:#5c5c5c;line-height:1.7}.vozes{background-color:#f5f4f0;padding:4.8rem 0}@media(min-width: 768px){.vozes{padding:6.4rem 0}}.vozes__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.vozes__header{text-align:center;margin-bottom:4rem}.vozes__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:.8rem}.vozes__sub{font-size:1.6rem;color:#8a8a8a}.vozes__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.vozes__grid{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.vozes__grid{grid-template-columns:repeat(3, 1fr)}}.voz-card{background:#fff;border-radius:1.6rem;padding:2.4rem;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease}.voz-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.voz-card__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.6rem}.voz-card__avatar{width:40px;height:40px;flex-shrink:0;border-radius:9999px;background-color:#6b7a3d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}.voz-card__name{display:block;font-size:1.4rem;font-weight:700;color:#2a2a2a}.voz-card__role{display:block;font-size:1.2rem;color:#8a8a8a}.voz-card__stars{margin-left:auto;color:#6b7a3d;font-size:1.4rem;letter-spacing:1px;white-space:nowrap;flex-shrink:0}.voz-card__text{font-size:1.4rem;color:#4d4d4d;line-height:1.7;margin-bottom:1.6rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.voz-card__link{display:inline-block;font-size:1.2rem;font-weight:600;color:#6b7a3d;border-bottom:1px solid #f0f3e4;transition:color all .2s ease}.voz-card__link:hover{color:#435024}.noticias-rapidas{padding:4rem 0}.noticias-rapidas__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.noticias-rapidas__title{display:flex;align-items:center;gap:.8rem;font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;margin-bottom:2.4rem}.noticias-rapidas__dot{display:inline-block;width:10px;height:10px;border-radius:9999px;background-color:#c4553d;flex-shrink:0}.noticias-rapidas__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 480px){.noticias-rapidas__grid{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.noticias-rapidas__grid{grid-template-columns:repeat(4, 1fr)}}.noticia-rapida{background:#f5f4f0;border-radius:.8rem;padding:1.6rem;border-top:3px solid #6b7a3d}.noticia-rapida__cat{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6b7a3d;margin-bottom:.8rem}.noticia-rapida__text{font-size:1.4rem;color:#3d3d3d;line-height:1.55;font-weight:500}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__top-container{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#8fa054;color:#8fa054}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.4rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{display:block;width:80px;height:60px !important;flex-shrink:0;border-radius:.4rem;object-fit:cover}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.4);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:160px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#8fa054}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#6b7a3d;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#8fa054}.modelo-7{font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;color:#2a2a2a;background-color:#fafaf7;line-height:1.6;-webkit-font-smoothing:antialiased}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.navbar__container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1.6rem 1.6rem}.navbar__brand{font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;letter-spacing:-0.02em}.navbar__edition{display:flex;align-items:center;gap:.8rem}.navbar__edition-badge{font-size:1.2rem;font-weight:700;color:#fff;background-color:#d4952d;padding:.4rem 1.2rem;border-radius:9999px}.navbar__edition-label{display:none;font-size:1.4rem;color:#5c5c5c}@media(min-width: 768px){.navbar__edition-label{display:inline}}.navbar__dropdown-btn{background:none;border:none;color:#5c5c5c;cursor:pointer;font-size:1.6rem;padding:.4rem}.main-content{padding-top:6.4rem}.hero{position:relative;min-height:70vh;display:flex;align-items:flex-end}@media(min-width: 768px){.hero{min-height:82vh}}.hero__bg{position:absolute;inset:0}.hero__img{display:block;width:100%;height:100% !important;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(20, 10, 5, 0.55) 45%, rgba(20, 10, 5, 0.92) 100%)}.hero__content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:6.4rem 1.6rem 4.8rem}@media(min-width: 768px){.hero__content{max-width:820px;padding-bottom:6.4rem}}.hero__eyebrow{display:inline-block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#d4952d;margin-bottom:1.6rem}.hero__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:2.4rem}@media(min-width: 768px){.hero__title{font-size:4.8rem}}.hero__lead{font-size:1.6rem;color:hsla(0,0%,100%,.8);line-height:1.75;margin-bottom:3.2rem;max-width:640px}@media(min-width: 768px){.hero__lead{font-size:1.8rem}}.hero__byline{display:flex;align-items:center;gap:1.2rem}.hero__avatar{width:40px;height:40px;border-radius:9999px;background-color:#6b4d38;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.hero__author{display:block;font-size:1.4rem;font-weight:700;color:#fff}.hero__meta{display:block;font-size:1.2rem;color:hsla(0,0%,100%,.6)}.ultimas{padding:4rem 0;border-bottom:1px solid #eceae3}.ultimas__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.ultimas__title{display:flex;align-items:center;gap:.8rem;font-family:"Playfair Display",Georgia,serif;font-size:2rem;font-weight:700;color:#2a2a2a;margin-bottom:2.4rem}.ultimas__dot{display:inline-block;width:10px;height:10px;border-radius:9999px;background-color:#4a9b6e;flex-shrink:0}.ultimas__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.ultimas__grid{grid-template-columns:repeat(3, 1fr)}}.ultima-card{display:flex;gap:1.2rem;align-items:flex-start}.ultima-card__img{display:block;width:80px;height:64px !important;flex-shrink:0;border-radius:.4rem;object-fit:cover;object-position:center}.ultima-card__body{flex:1;min-width:0}.ultima-card__cat{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b4d38;margin-bottom:.4rem}.ultima-card__title{font-size:1.4rem;font-weight:600;color:#3d3d3d;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.editorias{padding:4rem 0}.editorias__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.editorias__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2.4rem}.editorias__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a}.editorias__sub{font-size:1.4rem;color:#8a8a8a}.editorias__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.editorias__grid{grid-template-columns:repeat(3, 1fr)}}.editoria-card{border-radius:1.6rem;overflow:hidden;transition:all .3s ease}.editoria-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.16)}.editoria-card__img-wrap{position:relative;height:280px;overflow:hidden}.editoria-card__img{display:block;width:100%;height:100% !important;object-fit:cover;object-position:center;transition:transform .4s ease}.editoria-card:hover .editoria-card__img{transform:scale(1.04)}.editoria-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.3) 55%, transparent 100%);padding:1.6rem;display:flex;flex-direction:column;justify-content:flex-end}.editoria-card__tag{display:inline-block;align-self:flex-start;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background-color:#6b4d38;padding:2px .8rem;border-radius:.4rem;margin-bottom:.8rem}.editoria-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#fff;line-height:1.35;margin-bottom:.8rem}.editoria-card__text{font-size:1.2rem;color:hsla(0,0%,100%,.65);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.destaques{padding:4rem 0;background-color:#f5f4f0}.destaques__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.destaques__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:2.4rem}.destaques__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 1024px){.destaques__grid{grid-template-columns:1fr 1fr}}.destaques__grid-right{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.destaque-card{background:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease}.destaque-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.destaque-card__img-wrap{overflow:hidden}.destaque-card__img{display:block;width:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.destaque-card:hover .destaque-card__img{transform:scale(1.04)}.destaque-card__body{padding:1.6rem}.destaque-card__tag{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b4d38;margin-bottom:.8rem}.destaque-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#2a2a2a;line-height:1.4;margin-bottom:.8rem}.destaque-card__time{font-size:1.2rem;color:#8a8a8a}.destaque-card--large .destaque-card__img-wrap{height:240px}.destaque-card--large .destaque-card__img{height:100% !important}.destaque-card--large .destaque-card__body{padding:2.4rem}.destaque-card--large .destaque-card__title{font-size:2rem}@media(min-width: 1024px){.destaque-card--large{display:flex;flex-direction:column}.destaque-card--large .destaque-card__img-wrap{height:100%;flex:1;min-height:260px}}.destaque-card--small .destaque-card__img-wrap{height:120px}.destaque-card--small .destaque-card__img{height:100% !important}.destaque-card--small .destaque-card__title{font-size:1.4rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.editorial{background-color:#1a1a1a;padding:6.4rem 1.6rem}@media(min-width: 768px){.editorial{padding:8rem 1.6rem}}.editorial__container{max-width:720px;margin:0 auto}.editorial__label{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#d4952d;margin-bottom:2.4rem;text-align:center}.editorial__abertura{font-size:1.6rem;color:hsla(0,0%,100%,.65);line-height:1.85;margin-bottom:4rem;text-align:center}@media(min-width: 768px){.editorial__abertura{font-size:1.8rem}}.editorial__quote{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-style:italic;font-weight:400;color:#fff;line-height:1.55;margin-bottom:3.2rem;border-left:3px solid #d4952d;padding-left:2.4rem}@media(min-width: 768px){.editorial__quote{font-size:3rem}}.editorial__author{display:flex;align-items:center;gap:1.2rem}.editorial__avatar{width:40px;height:40px;border-radius:9999px;background-color:#6b4d38;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.editorial__name{font-size:1.4rem;font-weight:700;color:hsla(0,0%,100%,.8)}.vozes{padding:4.8rem 0}@media(min-width: 768px){.vozes{padding:6.4rem 0}}.vozes__container{max-width:1400px;margin:0 auto;padding:0 1.6rem}.vozes__header{margin-bottom:3.2rem}.vozes__title{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#2a2a2a;margin-bottom:.4rem}.vozes__sub{font-size:1.6rem;color:#8a8a8a}.vozes__grid{display:grid;grid-template-columns:1fr;gap:1.6rem;margin-bottom:1.6rem}@media(min-width: 1024px){.vozes__grid{grid-template-columns:1fr 1fr}}.vozes__grid-right{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 480px){.vozes__grid-right{grid-template-columns:1fr 1fr}}.vozes__grid-bottom{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width: 768px){.vozes__grid-bottom{grid-template-columns:1fr 1fr}}.voz-destaque{background-color:#6b4d38;border-radius:2.4rem;padding:3.2rem}.voz-destaque__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem}.voz-destaque__avatar{width:44px;height:44px;border-radius:9999px;background-color:#d4952d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.voz-destaque__name{display:block;font-size:1.6rem;font-weight:700;color:#fff}.voz-destaque__role{display:block;font-size:1.2rem;color:hsla(0,0%,100%,.65)}.voz-destaque__quote{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-style:italic;font-weight:700;color:#fff;line-height:1.3;margin-bottom:1.6rem}.voz-destaque__text{font-size:1.4rem;color:hsla(0,0%,100%,.78);line-height:1.72}.voz-card{background:#f5f4f0;border-radius:1.6rem;padding:2rem}.voz-card__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.voz-card__avatar{width:36px;height:36px;border-radius:9999px;background-color:#f5ede8;color:#3d2518;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}.voz-card__name{display:block;font-size:1.4rem;font-weight:700;color:#2a2a2a}.voz-card__role{display:block;font-size:1.2rem;color:#8a8a8a}.voz-card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.6rem;font-weight:700;color:#2a2a2a;line-height:1.35;margin-bottom:1.2rem}.voz-card__text{font-size:1.4rem;color:#4d4d4d;line-height:1.7;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.voz-card--wide{background:#fff;border:1px solid #eceae3}.voz-card--wide .voz-card__text{-webkit-line-clamp:unset;display:block;overflow:visible}.newsletter{background-color:#f5f4f0;padding:6.4rem 1.6rem}.newsletter__container{max-width:560px;margin:0 auto;text-align:center}.newsletter__eyebrow{display:block;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#6b4d38;margin-bottom:1.2rem}.newsletter__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;font-weight:900;color:#2a2a2a;margin-bottom:1.2rem}@media(min-width: 768px){.newsletter__title{font-size:3.6rem}}.newsletter__desc{font-size:1.6rem;color:#5c5c5c;line-height:1.6;margin-bottom:3.2rem}.newsletter__form{display:flex;flex-direction:column;gap:1.2rem}@media(min-width: 480px){.newsletter__form{flex-direction:row}}.newsletter__input{flex:1;padding:1.2rem 1.6rem;border:1px solid #eceae3;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;background:#fff;color:#2a2a2a;outline:none}.newsletter__input:focus{border-color:#6b4d38}.newsletter__input::placeholder{color:#c4c4c4}.newsletter__btn{padding:1.2rem 2.4rem;background-color:#6b4d38;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.6rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.newsletter__btn:hover{background-color:#9b7158}.footer{background-color:#1a1a1a;color:hsla(0,0%,100%,.6)}.footer__top-container{max-width:1400px;margin:0 auto;padding:4.8rem 1.6rem;display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width: 768px){.footer__top-container{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer__logo{display:block;font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footer__tagline{font-size:1.4rem;line-height:1.6;margin-bottom:1.6rem}.footer__social{display:flex;gap:1.2rem}.footer__social a{width:32px;height:32px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:all .2s ease}.footer__social a:hover{border-color:#d4952d;color:#d4952d}.footer__nav-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.4);margin-bottom:1.6rem}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__nav-list a{font-size:1.4rem;color:hsla(0,0%,100%,.6);transition:color all .2s ease}.footer__nav-list a:hover{color:#fff}.footer__copyright-col{display:flex;flex-direction:column;gap:.8rem}.footer__copyright{font-family:"Playfair Display",Georgia,serif;font-size:2.4rem;font-weight:700;color:hsla(0,0%,100%,.2)}.footer__rights{font-size:1.2rem;color:hsla(0,0%,100%,.3)}.footer__social-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.4rem}.footer__social-links a{font-size:1.2rem;color:hsla(0,0%,100%,.35);transition:color all .2s ease}.footer__social-links a:hover{color:#d4952d}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom-inner{max-width:1400px;margin:0 auto;padding:2.4rem 1.6rem;display:flex;flex-direction:column;gap:1.6rem}@media(min-width: 768px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-img{display:block;width:80px;height:60px !important;flex-shrink:0;border-radius:.4rem;object-fit:cover}.footer__bottom-quote{font-size:1.4rem;font-style:italic;color:hsla(0,0%,100%,.4);flex:1}@media(min-width: 768px){.footer__bottom-quote{padding:0 2.4rem}}.footer__bottom-form{display:flex;gap:.8rem;flex-shrink:0}.footer__bottom-input{padding:.8rem 1.2rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;color:#fff;width:160px;outline:none}.footer__bottom-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__bottom-input:focus{border-color:#d4952d}.footer__bottom-btn{padding:.8rem 1.6rem;background-color:#6b4d38;color:#fff;border:none;border-radius:.8rem;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color all .2s ease}.footer__bottom-btn:hover{background-color:#9b7158}.templateAcessoNegado .apresentacao{position:relative;height:100vh;height:100dvh;width:100%;overflow:hidden;font-family:"Inter",system-ui,sans-serif}.templateAcessoNegado .apresentacao__bg{position:absolute;inset:0}.templateAcessoNegado .apresentacao__bg-img{display:block;width:100%;height:100% !important;object-fit:cover;object-position:top}.templateAcessoNegado .apresentacao__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6))}.templateAcessoNegado .apresentacao__content{position:relative;z-index:10;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1.6rem;padding-right:1.6rem}@media(min-width: 768px){.templateAcessoNegado .apresentacao__content{padding-left:2.4rem;padding-right:2.4rem}}.templateAcessoNegado .apresentacao__wrapper{text-align:center;max-width:67.2rem;margin-left:auto;margin-right:auto}.templateAcessoNegado .apresentacao__title{font-family:"Playfair Display",Georgia,serif;font-size:3rem;line-height:1.25;font-weight:700;color:#fdfaf7;margin-bottom:1.6rem}@media(min-width: 768px){.templateAcessoNegado .apresentacao__title{font-size:4.8rem;margin-bottom:2.4rem}}@media(min-width: 1024px){.templateAcessoNegado .apresentacao__title{font-size:6rem}}.templateAcessoNegado .apresentacao__desc{font-size:1.4rem;line-height:1.625;font-weight:400;color:rgba(240,232,221,.8);margin-bottom:1.2rem;max-width:51.2rem;margin-left:auto;margin-right:auto}@media(min-width: 768px){.templateAcessoNegado .apresentacao__desc{font-size:1.6rem;margin-bottom:1.6rem}}.templateAcessoNegado .apresentacao__bottom-fade{position:absolute;bottom:0;left:0;right:0;height:9.6rem;background:linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);pointer-events:none;z-index:10}.templateAcessoNegado .badge{display:inline-flex;align-items:center;gap:.8rem;padding:.6rem 1.6rem;border-radius:9999px;background-color:rgba(122,133,72,.2);border:1px solid rgba(142,152,88,.3);margin-bottom:2.4rem}@media(min-width: 768px){.templateAcessoNegado .badge{margin-bottom:3.2rem}}.templateAcessoNegado .badge__dot{width:6px;height:6px;border-radius:50%;background-color:#8e9858;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}.templateAcessoNegado .badge__text{font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:500;color:#c5cc9e;letter-spacing:.05em;text-transform:uppercase}@media(min-width: 768px){.templateAcessoNegado .badge__text{font-size:1.4rem}}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.4}}.templateAcessoNegado .privacy__msg{display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem;border-radius:.8rem;background-color:rgba(253,250,247,.1);border:1px solid rgba(240,232,221,.2);margin-bottom:3.2rem}@media(min-width: 768px){.templateAcessoNegado .privacy__msg{margin-bottom:4rem}}.templateAcessoNegado .privacy__msg--icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.templateAcessoNegado .privacy__msg--icon i{font-size:1.4rem;color:#a9b27a}.templateAcessoNegado .privacy__msg--text{font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:500;color:#e8ddce;text-align:left}@media(min-width: 768px){.templateAcessoNegado .privacy__msg--text{font-size:1.4rem}}.templateAcessoNegado .buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}@media(min-width: 480px){.templateAcessoNegado .buttons{flex-direction:row}}.templateAcessoNegado .btn__primary{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 3.2rem;border-radius:9999px;background-color:#c45a3c;color:#fdfaf7;font-family:"Inter",system-ui,sans-serif;font-size:1.4rem;font-weight:600;border:none;cursor:pointer;white-space:nowrap;transition:background-color 300ms ease}@media(min-width: 768px){.templateAcessoNegado .btn__primary{font-size:1.6rem}}.templateAcessoNegado .btn__primary:hover{background-color:#b04a2e}.templateAcessoNegado .btn__primary:focus-visible{outline:2px solid #d4795a;outline-offset:2px}.templateAcessoNegado .btn__primary--icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.templateAcessoNegado .btn__primary--icon i{font-size:1.4rem;transition:transform 300ms ease}.templateAcessoNegado .btn__primary:hover .btn__primary--icon-right i{transform:translateX(2px)}.templateAcessoNegado .link__secondary{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem;font-family:"Inter",system-ui,sans-serif;font-size:1.2rem;font-weight:400;color:#e8ddce;text-decoration:none;cursor:pointer;transition:color 200ms ease}@media(min-width: 768px){.templateAcessoNegado .link__secondary{font-size:1.4rem}}.templateAcessoNegado .link__secondary:hover{color:#fdfaf7;text-decoration:underline;text-underline-offset:4px}.templateAcessoNegado .link__secondary--icon{width:14px;height:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.templateAcessoNegado .link__secondary--icon i{font-size:1.2rem}
