.navbar{width:100%;background:#eae4ddcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 6.4rem}@media (min-width: 769px){.navbar{position:fixed;top:0;left:0;z-index:99}}@media (max-width: 768px){.navbar{position:sticky;top:0;z-index:100;padding:1.3rem 1.6rem}}.navbar__content{display:flex;align-items:center;justify-content:space-between}.navbar__logo{height:6rem;border-radius:50%}.navbar .navbar__nav ul{display:flex;gap:6.4rem}.navbar .navbar__nav ul li a{position:relative;font-size:1.6rem;font-weight:600;line-height:150%;color:#1d1306;text-decoration:none;transition:color .3s ease}.navbar .navbar__nav ul li a:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background-color:#b65507;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.navbar .navbar__nav ul li a:hover{color:#b65507}.navbar .navbar__nav ul li a:hover:after{transform:scaleX(1)}.navbar .navbar__nav ul li a:active,.navbar .navbar__nav ul li a.is-active{color:#7e3800}.navbar .navbar__nav ul li a.is-active:after{transform:scaleX(1);background-color:#7e3800}@media (max-width: 768px){.navbar .navbar__nav{display:none}}.navbar__cta{position:relative;background-color:#1d1306;color:#fff;font-size:1.4rem;font-weight:500;line-height:150%;padding:.8rem 2rem;border-radius:3rem;border:none;text-decoration:none}.navbar__cta:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1px solid #9C733E;border-radius:999px;opacity:0;transition:opacity .3s ease;pointer-events:none}.navbar__cta:hover{color:#fff;background:#9c733e}.navbar__cta:hover:before{opacity:1}@media (max-width: 768px){.navbar__cta{font-size:1.6rem;padding:.4rem 2rem}}.navbar__buttons{display:flex;align-items:center;gap:.6rem}.navbar__menu-icon{display:none;cursor:pointer}@media (max-width: 768px){.navbar__menu-icon{display:inline-block;width:3.2rem;height:3.2rem;background-color:#1d1306;border-radius:50%;background-image:url(/icons/Mobile-menu.svg);background-repeat:no-repeat;background-position:center}}.navbar__mobile{display:none;position:fixed;top:0;right:0;width:100%;height:100%;background-color:#1d1306;z-index:1000!important;padding:2rem 1.6rem;opacity:0;visibility:hidden;transform:translateY(-1rem);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;pointer-events:none;display:flex;flex-direction:column}.navbar__mobile.active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.navbar__mobile .hidden{display:none!important}.navbar__mobile-vector{position:absolute;right:-11.3rem;bottom:3.6rem;opacity:.03;z-index:-1;pointer-events:none;-webkit-user-select:none;user-select:none}.navbar__mobile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.navbar__mobile-header .navbar__mobile-logo{width:3.6rem;height:3.6rem;border-radius:50%}.navbar__mobile-header .navbar__close-icon{width:2.4rem;height:2.4rem;cursor:pointer}.navbar__mobile-divider{border-top:1px solid #B65507;margin-bottom:3.2rem}.navbar__mobile-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:2rem}.navbar__mobile-links li a{font-size:2.4rem;font-weight:600;line-height:150%;color:#fff;text-decoration:none}.navbar__mobile-links:first-of-type{padding-top:1.3rem}.navbar__mobile-cta{width:100%;background-color:#b65507;color:#fff;font-size:2rem;font-weight:600;line-height:150%;text-align:center;padding:1.4rem 2.4rem;border-radius:3rem;text-decoration:none;margin-top:3.2rem}.navbar__mobile-social{display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem;margin-top:auto}.navbar__mobile-social .social-link{color:#fff;font-size:2rem;font-weight:600;line-height:150%;display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar__mobile-social .social-link img{width:3.2rem;height:3.2rem}@media (max-width: 768px){.navbar__mobile{display:flex}}.hero{text-align:center;padding:14rem 6.4rem 3.2rem;position:relative;overflow:hidden}@media (max-width: 768px){.hero{padding:6.8rem 1.6rem 3.2rem}}.hero__vector{position:absolute;z-index:-1}.hero__vector--top-left{top:-25rem;left:-25rem}@media (max-width: 768px){.hero__vector--top-left{left:-171.429px;top:-157.297px}}.hero__vector--top-right{right:-13.5rem;top:-10rem}@media (max-width: 768px){.hero__vector--top-right{right:-163.377px}}.hero__vector--bottom-center{bottom:43rem;left:9rem}@media (max-width: 768px){.hero__vector--bottom-center{display:none}}.hero__label{color:#a0a0a0;text-align:center;font-size:2.4rem;font-weight:700;line-height:120%;text-transform:uppercase;margin-bottom:1.2rem}@media (max-width: 768px){.hero__label{font-size:2rem}}.hero__title{color:#1d1306;font-family:Playfair Display,serif;text-align:center;font-size:6rem;font-weight:700;line-height:120%;margin-left:auto;margin-right:auto;max-width:60rem;margin-bottom:2.4rem}@media (max-width: 768px){.hero__title{font-size:4.8rem}}.hero__highlight{color:#b65507;font-style:italic;font-weight:800}.hero__text{font-size:1.8rem;font-weight:400;line-height:150%;color:#1d1306;text-align:center;margin-left:auto;margin-right:auto;max-width:73.2rem;margin-bottom:3.2rem}.hero__btn{display:inline-block;background-color:#b65507;color:#fbfaf7;padding:.8rem 2rem;border-radius:34px;font-size:1.6rem;font-weight:500;line-height:150%;display:flex;gap:.4rem;justify-content:center;align-items:center;width:20.5rem;height:4.8rem;margin:0 auto 4rem;position:relative;text-decoration:none}.hero__btn img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);width:1.6rem;height:1.6rem}.hero__btn:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1px solid #682E00;border-radius:999px;opacity:0;transition:opacity .3s ease;pointer-events:none}.hero__btn:hover{background:#682e00}.hero__btn:hover:before{opacity:1}@media (max-width: 768px){.hero__btn{width:100%}}.hero__image-wrapper{display:flex;justify-content:center;align-items:center;padding:1.9rem 19.5rem 0px;background-color:#f7f3ee;border-radius:1.2rem;height:53.8rem;margin:0 auto;overflow:hidden}@media (max-width: 768px){.hero__image-wrapper{height:27rem;padding:2.2rem 0 0}}.hero__image-box{width:92rem;height:67.4rem;flex-shrink:0;background:url(/images/hero_main.png) -51.043px 39.739px/107.066% 109.904% no-repeat}@media (max-width: 768px){.hero__image-box{width:45.3rem;height:33.2rem;background:url(/images/hero_main.png) -25.133px 9.575px/107.066% 109.904% no-repeat}}.about{padding:11.2rem 6.4rem 6.4rem;overflow-x:hidden}@media (max-width: 768px){.about{padding:4.8rem 1.6rem 6.4rem}}.about__content{display:flex;gap:8rem;margin-bottom:6.4rem}@media (max-width: 768px){.about__content{flex-direction:column;gap:3.2rem;margin-bottom:4.8rem}}.about__left,.about__right{flex:1}.about__title{font-family:Playfair Display,serif;font-size:4.8rem;font-weight:600;line-height:120%;color:#1d1306}@media (max-width: 768px){.about__title{font-size:4rem}}.about__highlight{font-style:italic;color:#b65507;font-weight:700}.about__paragraph{font-size:1.8rem;font-weight:400;line-height:150%;color:#1d1306;margin-bottom:1.6rem}.about__gallery-wrapper{position:relative}.about__vector{position:absolute;z-index:-1;pointer-events:none;-webkit-user-select:none;user-select:none}.about__vector--left{top:-25rem;left:-32.5rem}@media (max-width: 768px){.about__vector--left{left:-18rem;top:-18rem}}.about__vector--right{right:-31rem;top:-5rem;transform:rotate(45deg)}@media (max-width: 768px){.about__vector--right{left:25rem;top:10rem;transform:rotate(21.75deg)}}.about__gallery{display:grid;grid-template-columns:1fr 1fr;gap:3.2rem}@media (max-width: 768px){.about__gallery{gap:1.6rem}}.about__gallery .gallery-left,.about__gallery .gallery-right{display:grid;gap:3.2rem}@media (max-width: 768px){.about__gallery .gallery-left,.about__gallery .gallery-right{gap:1.6rem}}.about__gallery .gallery-left{grid-template-rows:25.5rem 1fr}@media (max-width: 768px){.about__gallery .gallery-left{grid-template-rows:19.15rem 23.8rem}}.about__gallery .gallery-right{grid-template-rows:1fr 24.6rem}@media (max-width: 768px){.about__gallery .gallery-right{grid-template-rows:28rem 14.9rem}}.about__gallery .photo{width:100%;background-repeat:no-repeat;border-radius:.8rem}.about__gallery .photo-1{background:url(/images/about_1.jpg) #d3d3d3 -15.683px -215.006px/170.659% 321.241%}@media (max-width: 768px){.about__gallery .photo-1{background:url(/images/about_1.jpg) #d3d3d3 -37.68px -73.624px/261.164% 184.096%;width:19.15rem}}.about__gallery .photo-2{background:url(/images/about_3.png) #d3d3d3 -253.607px -24.65px/179.045% 134.987%}@media (max-width: 768px){.about__gallery .photo-2{background:url(/images/about_3.png) #d3d3d3 -258.171px -3.055px/369.69% 109.868%;height:28rem}}.about__gallery .photo-3{background:url(/images/about_2.png) #d3d3d3 0px -94.491px/100% 128.686%;height:37.3rem}@media (max-width: 768px){.about__gallery .photo-3{background:url(/images/about_2.png) #d3d3d3 -91.351px -241.801px/409.809% 227.175%;height:23.8rem}}.about__gallery .photo-4{background:url(/images/about_4.png) #d3d3d3 50%/cover}@media (max-width: 768px){.about__gallery .photo-4{height:14.9rem}}.about__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8rem;margin-top:6.4rem;padding-top:3.2rem;text-align:center}@media (max-width: 768px){.about__stats{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:4.8rem;padding-top:0}}.about .stat__number{font-family:Playfair Display,serif;font-size:12rem;font-weight:700;line-height:110%;color:#b65507;margin-bottom:.8rem}@media (max-width: 768px){.about .stat__number{font-size:8rem}}.about .stat__label{font-size:18px;line-height:150%;color:#1d1306}.events{padding:6.4rem 6.4rem 11.2rem;background:linear-gradient(180deg,#fbfaf7,#ede0d0)}@media (max-width: 768px){.events{padding:4.8rem 0 6.4rem 1.6rem}}.events__title{font-family:Playfair Display,serif;font-size:4.8rem;font-weight:700;line-height:120%;text-align:center;color:#1d1306;margin-bottom:2.4rem}@media (max-width: 768px){.events__title{font-size:4rem;padding-right:1.6rem}}.events__highlight{color:#b65507;font-style:italic}.events__subtitle{font-size:1.8rem;text-align:center;max-width:77.6rem;margin:0 auto 8rem;color:#1d1306;line-height:150%}@media (max-width: 768px){.events__subtitle{margin:0 auto 4.8rem;padding-right:1.6rem}}.events__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem}@media (max-width: 768px){.events__grid{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:2rem}.events__grid::-webkit-scrollbar{display:none}.events__grid .event-card{width:21.3rem;scroll-snap-align:center}.events__grid .event-card:last-of-type{margin-right:1.6rem}}.events__dots{display:none}@media (max-width: 768px){.events__dots{display:flex;justify-content:center;gap:.8rem;margin-top:2rem}.events__dots .dot{width:.8rem;height:.8rem;background-color:#b7b7b7;border-radius:50%;transition:background-color .3s ease;cursor:pointer}.events__dots .dot.active{background-color:#b65507}}.event-card{background-color:#fbfaf7;border-radius:.8rem;padding:3.2rem;height:21rem;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;transition:background-color .3s ease,border .3s ease}@media (max-width: 768px){.event-card{padding:2rem;height:26.5rem}}.event-card__title,.event-card__desc{transition:color .3s ease}.event-card__title{color:#b65507;font-size:2.4rem;font-weight:600;line-height:140%;width:90%}.event-card__desc{font-weight:400;font-size:1.6rem;line-height:150%;color:#1d1306}.event-card__link{opacity:0;visibility:hidden;transition:opacity .3s ease;color:#fff;font-size:1.6rem;font-weight:400;line-height:150%;text-decoration:underline;margin-top:.4rem}.event-card:hover{background-color:#1d1306;border:1px solid #F7F4EE;position:relative}.event-card:hover .event-card__title{color:#fbfaf7}.event-card:hover .event-card__desc{color:#cfcfcf}.event-card:hover .event-card__link{opacity:1;visibility:visible}.event-card:hover:after{content:"";position:absolute;width:15.2rem;height:15.2rem;background-repeat:no-repeat;background-size:contain;pointer-events:none}.event-card__link{display:none}.event-card:hover .event-card__link{display:inline}.event-card--serenata:hover:after{background-image:url(/images/vector_event_1.svg);right:-22px;top:-39px}.event-card--religioso:hover:after{background-image:url(/images/vector_event_2.svg);right:-39px;top:-18px}.event-card--bodas:hover:after{background-image:url(/images/vector_event_3.svg);right:-44.636px;top:-25px;transform:rotate(-30deg)}.event-card--xv:hover:after{background-image:url(/images/vector_event_4.svg);right:-31px;top:-27px}.event-card--funerales:hover:after{background-image:url(/images/vector_event_5.svg);right:-32px;top:-44px}.event-card--sociales:hover:after{background-image:url(/images/vector_event_6.svg);right:-47px;top:-52px}.moments{background-color:#1d1306;padding:11.2rem 6.4rem;color:#fbfaf7;text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.moments{padding:6.4rem 1.6rem}}.moments__wrapper{position:relative;z-index:1}.moments__vector{position:absolute;z-index:-1}.moments__vector--left{left:-5rem;top:-11.1rem}.moments__vector--right{bottom:.1rem;right:-29.5rem;opacity:.06}.moments__title{font-family:Playfair Display,serif;font-size:4.8rem;font-weight:700;line-height:120%;color:#fff;margin-bottom:2.4rem}@media (max-width: 768px){.moments__title{font-size:4rem}}.moments__highlight{color:#fff;font-style:italic}.moments__subtitle{font-size:1.8rem;line-height:150%;max-width:76.8rem;margin:0 auto 8rem;color:#cfcfcf}.moments__subtitle strong{font-weight:700}@media (max-width: 768px){.moments__subtitle{margin-bottom:4.8rem}}.moments__slider-container{position:relative;margin-bottom:2.4rem;display:flex;justify-content:center}.moments__slider-container .moments__gallery-wrapper{overflow:hidden;width:100%;max-width:131.2rem;margin:0 auto}.moments__slider-container .moments__gallery{display:flex;flex-wrap:nowrap;gap:2.8rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.moments__slider-container .moments__gallery::-webkit-scrollbar{display:none}@media (max-width: 768px){.moments__slider-container .moments__gallery{gap:1.8rem}}.moments__slider-container .moments__nav{position:absolute;top:0;bottom:0;margin:auto;background-color:#625b5b;border:none;border-radius:50%;width:4rem;height:4rem;cursor:pointer;z-index:3;display:flex;justify-content:center;align-items:center}.moments__slider-container .moments__nav img{width:2.4rem;height:2.4rem}.moments__slider-container .moments__nav--left{left:-2rem}.moments__slider-container .moments__nav--right{right:-2rem}@media (max-width: 768px){.moments__slider-container .moments__nav{display:none}}.moments__img{width:100%;min-width:24rem;height:33.5rem;border-radius:1.2rem;object-fit:cover;display:block;cursor:pointer;scroll-snap-align:center;transition:opacity .4s ease}@media (max-width: 768px){.moments__img{min-width:19rem;width:19rem;height:22.3rem}}.moments__img:hover{opacity:.7}.moments__dots{display:none}@media (max-width: 768px){.moments__dots{display:flex;justify-content:center;gap:.8rem;margin-top:2rem}.moments__dots .dot{width:.8rem;height:.8rem;background-color:#b7b7b759;border-radius:50%;transition:background-color .3s ease;cursor:pointer}.moments__dots .dot.active{background-color:#fff}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.lightbox.hidden{display:none}.lightbox__main{position:relative;width:96.8rem;height:71.7rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:4px;padding:4.8rem}@media (max-width: 768px){.lightbox__main{width:39.8rem;height:69rem;padding:2.4rem 1.6rem;border-radius:0;padding:1.2rem .8rem}}.lightbox__close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:4rem;cursor:pointer;z-index:2;padding:0}.lightbox__close img{filter:brightness(0) saturate(100%);width:2rem}@media (max-width: 768px){.lightbox__close{border-radius:4px;background:#ffffff61;top:3rem;right:2.5rem}}.lightbox__content{display:flex;justify-content:center;align-items:center;position:relative;background:#f7f3ee;border-radius:4px;width:100%;padding:2.4rem 0}@media (max-width: 768px){.lightbox__content{padding:.4rem;background:transparent;width:37.4rem;position:relative;flex-direction:column}}.lightbox__content .lightbox__image{height:43.8rem;border-radius:2px;object-fit:contain;z-index:1}@media (max-width: 768px){.lightbox__content .lightbox__image{height:49.8rem;width:100%;object-fit:cover}}.lightbox__content .lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#625b5b;border:none;border-radius:50%;width:4rem;height:4rem;cursor:pointer;z-index:2}.lightbox__content .lightbox__nav img{width:3.2rem;height:3.2rem}.lightbox__content .lightbox__nav--left{left:2rem}.lightbox__content .lightbox__nav--right{right:2rem}@media (max-width: 768px){.lightbox__content .lightbox__nav{display:none}}.lightbox__controls{display:none}@media (max-width: 768px){.lightbox__controls{display:flex;gap:1.2rem;justify-content:flex-end;align-items:center;width:100%}}.lightbox__controls .lightbox__nav{background-color:#625b5b;border:none;border-radius:50%;width:4rem;height:4rem;cursor:pointer}.lightbox__controls .lightbox__nav img{width:3.2rem;height:3.2rem}.lightbox__thumbnails{width:100%;display:flex;gap:.8rem;position:relative;margin-top:3.2rem;overflow-x:auto;padding:.8rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.lightbox__thumbnails::-webkit-scrollbar{display:none}@media (max-width: 768px){.lightbox__thumbnails{overflow-x:hidden;padding:1.6rem .8rem;gap:1.2rem;margin:0}}.lightbox__thumbnails img{width:8rem;height:8rem;flex-shrink:0;object-fit:cover;border-radius:.4rem;cursor:pointer;transition:box-shadow .3s ease}.lightbox__thumbnails img.active{border-radius:.6rem;box-shadow:0 0 0 4px #fff,0 0 0 6px #b65507}.testimonials{background-color:#fbfaf7;padding:11.2rem 0;text-align:center;overflow:hidden}@media (max-width: 768px){.testimonials{padding:6.4rem 0}}.testimonials__title{font-family:Playfair Display,serif;font-size:4.8rem;font-weight:700;line-height:120%;color:#1d1306;margin:0 auto 2.4rem}@media (max-width: 768px){.testimonials__title{font-size:4rem;width:39.8rem}}.testimonials__highlight{font-style:italic;color:#b65507}.testimonials__subtitle{font-size:1.8rem;line-height:150%;color:#1d1306;margin-bottom:8rem}.testimonials__subtitle strong{font-weight:700}@media (max-width: 768px){.testimonials__subtitle{margin-bottom:4.8rem}}.testimonials__slider{position:relative}.testimonials__slider:before,.testimonials__slider:after{content:"";position:absolute;top:0;bottom:0;width:8rem;z-index:2;pointer-events:none}.testimonials__slider:before{left:0;background:linear-gradient(270deg,#fbfaf700,#fbfaf7)}.testimonials__slider:after{right:0;background:linear-gradient(270deg,#fbfaf7,#fbfaf700)}.testimonials__track{display:flex;flex-direction:column;width:max-content}.testimonials__row{display:flex;gap:3.2rem}.testimonials__row--top{animation:scroll-right 45s linear infinite;margin-bottom:3.2rem}.testimonials__row--bottom{animation:scroll-left 45s linear infinite}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-card{background-color:#f8f1e8;border-radius:.8rem;padding:3.2rem;width:41.6rem;height:fit-content;flex-shrink:0}@media (max-width: 768px){.testimonial-card{width:23.6rem}}.testimonial-card__stars{margin-bottom:2.4rem}.testimonial-card__text{font-size:1.8rem;font-weight:400;line-height:150%;color:#1d1306;margin-bottom:2.4rem;text-align:left}.testimonial-card__profile{display:flex;align-items:center;gap:1.6rem;text-align:left}.testimonial-card__profile img{width:4.8rem;height:4.8rem;border-radius:50%;object-fit:cover}.testimonial-card__name{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;line-height:150%}.testimonial-card__role{font-size:1.4rem;font-weight:400;line-height:150%;color:#1d130694}@media (max-width: 768px){.testimonials__row--top .testimonial-card{height:286.89px;display:flex;flex-direction:column;justify-content:space-between}.testimonials__row--bottom .testimonial-card{height:307.89px;display:flex;flex-direction:column;justify-content:space-between}}.contact{background-color:#fdf5ee;padding:9.4rem 6.4rem;font-family:Public Sans,sans-serif}@media (max-width: 768px){.contact{padding:6.4rem 1.6rem}}.contact__wrapper{display:flex;justify-content:space-between;gap:8rem}@media (max-width: 768px){.contact__wrapper{flex-direction:column;gap:4.8rem}}.contact__left{flex:1}.contact__right{flex:1;padding:.8rem 0}.contact__title{font-family:Playfair Display,serif;font-size:4.8rem;font-weight:700;line-height:120%;color:#1d1306;margin-bottom:2.4rem}.contact__text{font-size:1.8rem;line-height:150%;color:#1d1306}.contact__info{display:flex;flex-direction:column;gap:2.4rem}.contact__group{display:flex;align-items:flex-start;gap:1.6rem}.contact__group img{width:2.4rem;height:2.4rem}.contact__group p,.contact__group a{font-size:1.6rem;color:#1d1306;margin-bottom:.8rem}.contact__group p{font-family:Playfair Display,serif}.contact__group a{text-decoration:underline;display:block}.contact__group a:last-of-type{margin-bottom:0}.contact__group .contact__address{font-family:Public Sans,sans-serif}.contact__label{font-weight:700;font-size:1.8rem;margin-bottom:.4rem}.contact__map{margin-top:6.6rem}@media (max-width: 768px){.contact__map{margin-top:5.2rem}}.contact__map iframe{width:100%;height:29.6rem;border:0;border-radius:.8rem}.footer{background-color:#1d1306;color:#fbfaf7;padding:8rem 6.4rem;position:relative;overflow:hidden}@media (max-width: 768px){.footer{padding:6.4rem 1.6rem}}.footer__wrapper-all{position:relative;z-index:1}.footer__vector{position:absolute;z-index:-1;pointer-events:none;-webkit-user-select:none;user-select:none}.footer__vector--top-left{top:-10rem;right:83rem;transform:rotate(-50deg);width:15rem}@media (max-width: 768px){.footer__vector--top-left{display:none}}.footer__vector--top-right{top:-10rem;right:50rem}@media (max-width: 768px){.footer__vector--top-right{transform:rotate(-35.561deg);width:158.422px;height:158.422px;left:90px;top:250.664px}}.footer__vector--bottom{right:-11rem;top:4rem;opacity:.03;width:68.6rem}@media (max-width: 768px){.footer__vector--bottom{width:383.14px;right:-138.2px;top:auto;bottom:-15rem}}.footer__wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width: 768px){.footer__wrapper{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 768px){.footer__left{display:flex;flex-direction:column}}.footer__left .footer__logo{width:9.2rem;height:9.2rem;border-radius:50%;margin-bottom:1.6rem}.footer__left .footer__title{font-family:Playfair Display,serif;font-size:3.2rem;font-weight:700;line-height:120%;margin-bottom:1.6rem}@media (max-width: 768px){.footer__left .footer__title{text-align:left}}.footer__left .footer__text{font-size:1.6rem;line-height:150%;margin-bottom:3.2rem;width:44.4rem}@media (max-width: 768px){.footer__left .footer__text{width:100%;text-align:left}}.footer__left .footer__btn{position:relative;display:inline-block;background-color:#b65507;color:#fff;font-size:1.6rem;font-weight:600;line-height:150%;padding:1.2rem 2.4rem;border-radius:10rem;text-align:center;text-decoration:none;border:none;display:flex;align-items:center;justify-content:center;gap:.4rem;width:fit-content}.footer__left .footer__btn img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);width:1.6rem;height:1.6rem}.footer__left .footer__btn:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1px solid #9C733E;border-radius:999px;opacity:0;transition:opacity .3s ease;pointer-events:none}.footer__left .footer__btn:hover{color:#fff;background:#9c733e}.footer__left .footer__btn:hover:before{opacity:1}@media (max-width: 768px){.footer__left .footer__btn{width:100%}}.footer__right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}@media (max-width: 768px){.footer__right{margin-top:4.8rem;margin-right:auto;text-align:left}}.footer__links{list-style:none;padding:0}.footer__links li{padding:.8rem 0}.footer__links li a{font-size:1.6rem;font-weight:600;line-height:150%;color:#ffffffb8;text-decoration:none}.footer__links li a:hover{color:#fff;text-decoration:underline}.footer .footer__bottom{margin-top:5.6rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}@media (max-width: 768px){.footer .footer__bottom{flex-direction:column;align-items:flex-start;text-align:left;gap:2.1rem}}.footer .footer__bottom p{color:#ffffff9c;font-size:1.4rem;font-weight:400;line-height:150%;margin:0}.footer .footer__bottom .footer__social{display:flex;gap:1.6rem}.footer .footer__bottom .footer__social a img{width:2.4rem;height:2.4rem}.footer .footer__bottom .footer__social a img:hover{filter:brightness(0) saturate(100%) invert(44%) sepia(72%) saturate(343%) hue-rotate(354deg) brightness(92%) contrast(87%)}html{scroll-behavior:smooth;font-size:62.5%;box-sizing:border-box;padding:0;margin:0;overflow-x:hidden}*,*:before,*:after{box-sizing:inherit}body{font-size:1.6rem;font-family:Public Sans,sans-serif;background-color:#fbfaf7;width:100%;height:100%;margin:0 auto;overflow-x:hidden}.container{max-width:1440px;margin:0 auto}a{text-decoration:none}img{max-width:100%;margin:0;display:block}h1,h2,h3,p{margin:0}ul{padding:0;margin:0;list-style:none}#acerca,#eventos,#testimoniales{scroll-margin-top:7rem}@media (max-width: 768px){#acerca,#eventos,#testimoniales{scroll-margin-top:6.4rem}}
