@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none;}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit;}.owl-carousel.owl-loaded{display:block;}.owl-carousel.owl-loading{opacity:0;display:block;}.owl-carousel.owl-hidden{opacity:0;}.owl-carousel.owl-refresh .owl-item{visibility:hidden;}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab;}.owl-carousel.owl-rtl{direction:rtl;}.owl-carousel.owl-rtl .owl-item{float:right;}.no-js .owl-carousel{display:block;}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.owl-carousel .owl-animated-in{z-index:0;}.owl-carousel .owl-animated-out{z-index:1;}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.owl-height{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel .owl-item{}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0;}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/themes/vettore/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform 100ms ease;transition:-webkit-transform 100ms ease;transition:transform 100ms ease;transition:transform 100ms ease,-webkit-transform 100ms ease;}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3);}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease;}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}.carousel *,.carousel *:before,.carousel *:after{-webkit-box-sizing:inherit;box-sizing:inherit;}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab;}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing;}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%;}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex;}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;}.has-dots{margin-bottom:calc(0.5rem + 22px);}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer;}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:0.25;-webkit-transition:opacity 0.15s ease-in-out;transition:opacity 0.15s ease-in-out;}.carousel__dots .carousel__dot.is-selected:after{opacity:1;}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease;}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.carousel__button.is-prev{left:10px;}.carousel__button.is-next{right:10px;}.carousel__button[disabled]{cursor:default;opacity:0.3;}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);pointer-events:none;}html.with-fancybox{scroll-behavior:auto;}body.compensate-for-scrollbar{overflow:hidden !important;-ms-touch-action:none;touch-action:none;}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4));}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{-webkit-box-sizing:inherit;box-sizing:inherit;}.fancybox__container :focus{outline:none;}body:not(.is-using-mouse) .fancybox__container :focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94));box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94));}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px;}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92));}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10;}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px);}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default;}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;}.fancybox__slide::before,.fancybox__slide::after{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto;}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px;}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20;}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;-webkit-box-shadow:none;box-shadow:none;}.fancybox__caption{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere;}.is-loading .fancybox__caption{visibility:hidden;}.fancybox__container > .carousel__dots{top:100%;color:var(--fancybox-color,#fff);}.fancybox__nav .carousel__button{z-index:40;}.fancybox__nav .carousel__button.is-next{right:8px;}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px;}}.fancybox__nav .carousel__button.is-prev{left:8px;}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px;}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40;}@media all and (min-width:1024px){.carousel__button.is-close{right:40px;}}.fancybox__content > .carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff);}.fancybox__no-click,.fancybox__no-click button{pointer-events:none;}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor);}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053;}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%;}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor;}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0;}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px;}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px;}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0;}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px;}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px;}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1);}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:0.15s ease backwards fancybox-fadeIn;animation:0.15s ease backwards fancybox-fadeIn;}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:0.15s ease both fancybox-fadeOut;animation:0.15s ease both fancybox-fadeOut;}.fancybox-fadeIn{-webkit-animation:0.15s ease both fancybox-fadeIn;animation:0.15s ease both fancybox-fadeIn;}.fancybox-fadeOut{-webkit-animation:0.1s ease both fancybox-fadeOut;animation:0.1s ease both fancybox-fadeOut;}.fancybox-zoomInUp{-webkit-animation:0.2s ease both fancybox-zoomInUp;animation:0.2s ease both fancybox-zoomInUp;}.fancybox-zoomOutDown{-webkit-animation:0.15s ease both fancybox-zoomOutDown;animation:0.15s ease both fancybox-zoomOutDown;}.fancybox-throwOutUp{-webkit-animation:0.15s ease both fancybox-throwOutUp;animation:0.15s ease both fancybox-throwOutUp;}.fancybox-throwOutDown{-webkit-animation:0.15s ease both fancybox-throwOutDown;animation:0.15s ease both fancybox-throwOutDown;}@-webkit-keyframes fancybox-fadeIn{from{opacity:0;}to{opacity:1;}}@keyframes fancybox-fadeIn{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0;}}@keyframes fancybox-fadeOut{to{opacity:0;}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0;}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1;}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0;}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1;}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0;}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0;}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0;}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0;}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0;}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0;}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,0.1);}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px;}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,0.1);}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,0.2);}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab;}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing;}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto;}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in;}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out;}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab;}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing;}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none;}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;}.is-closing .has-image .fancybox__content{overflow:visible;}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none;}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto;}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto;}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto;}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none;}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%;}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible;}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%;}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%;}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,0.9);color:#fff;}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df;}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0);}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.fancybox__thumbs{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1);}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:0.15s ease-in backwards fancybox-fadeIn;animation:0.15s ease-in backwards fancybox-fadeIn;}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0;}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer;}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,0.96));opacity:0;-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px);}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:0.92;}.fancybox__thumbs .carousel__slide > *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px);}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0deg,0%,0%,0)),color-stop(8.1%,hsla(0deg,0%,0%,0.006)),color-stop(15.5%,hsla(0deg,0%,0%,0.021)),color-stop(22.5%,hsla(0deg,0%,0%,0.046)),color-stop(29%,hsla(0deg,0%,0%,0.077)),color-stop(35.3%,hsla(0deg,0%,0%,0.114)),color-stop(41.2%,hsla(0deg,0%,0%,0.155)),color-stop(47.1%,hsla(0deg,0%,0%,0.198)),color-stop(52.9%,hsla(0deg,0%,0%,0.242)),color-stop(58.8%,hsla(0deg,0%,0%,0.285)),color-stop(64.7%,hsla(0deg,0%,0%,0.326)),color-stop(71%,hsla(0deg,0%,0%,0.363)),color-stop(77.5%,hsla(0deg,0%,0%,0.394)),color-stop(84.5%,hsla(0deg,0%,0%,0.419)),color-stop(91.9%,hsla(0deg,0%,0%,0.434)),to(hsla(0deg,0%,0%,0.44)));background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,0.006) 8.1%,hsla(0deg,0%,0%,0.021) 15.5%,hsla(0deg,0%,0%,0.046) 22.5%,hsla(0deg,0%,0%,0.077) 29%,hsla(0deg,0%,0%,0.114) 35.3%,hsla(0deg,0%,0%,0.155) 41.2%,hsla(0deg,0%,0%,0.198) 47.1%,hsla(0deg,0%,0%,0.242) 52.9%,hsla(0deg,0%,0%,0.285) 58.8%,hsla(0deg,0%,0%,0.326) 64.7%,hsla(0deg,0%,0%,0.363) 71%,hsla(0deg,0%,0%,0.394) 77.5%,hsla(0deg,0%,0%,0.419) 84.5%,hsla(0deg,0%,0%,0.434) 91.9%,hsla(0deg,0%,0%,0.44) 100%);padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4));}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px;}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:0.15s ease-in backwards fancybox-fadeIn;animation:0.15s ease-in backwards fancybox-fadeIn;}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0;}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex;}.fancybox__toolbar__items--left{margin-right:auto;}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.fancybox__toolbar__items--right{margin-left:auto;}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none;}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.fancybox__container:-webkit-full-screen::backdrop{opacity:0;}.fancybox__container:-ms-fullscreen::backdrop{opacity:0;}.fancybox__container:fullscreen::-ms-backdrop{opacity:0;}.fancybox__container:fullscreen::backdrop{opacity:0;}.fancybox__button--fullscreen g:nth-child(2){display:none;}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none;}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none;}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none;}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block;}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block;}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block;}.fancybox__button--slideshow g:nth-child(2){display:none;}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none;}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block;}.wrapperPage{display:initial;}@media (min-width:1280px){.wrapperPage{display:-ms-grid;display:grid;-ms-grid-columns:15% 85%;grid-template-columns:15% 85%;grid-template-areas:"nav content";}.sidebar{position:fixed;grid-area:nav;width:15%;}.main{background-color:#fff;grid-area:content;-webkit-box-sizing:border-box;box-sizing:border-box;}}@media (min-width:1280px){.sidebar{-ms-grid-row:1;-ms-grid-column:1;}.main{-ms-grid-row:1;-ms-grid-column:2;}}.main-container{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:0 15px;width:90%;}.content-articulo{margin:40px 0;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;}@media (min-width:1024px){.content-articulo{-ms-grid-columns:75% 5% 1fr;grid-template-columns:75% 1fr;gap:5%;}}@media (min-width:1440px){.content-articulo{margin:60px 0 80px 0;}}.page-container,.nav-principal,.nav-top{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:0 15px;width:100%;}@media (min-width:576px){.page-container{max-width:540px;}}@media (min-width:768px){.page-container{max-width:720px;}}@media (min-width:992px){.page-container{max-width:960px;}}@media (min-width:1200px){.page-container{max-width:1140px;}}@media (min-width:1440px){.page-container{max-width:1280px;}}@media (min-width:1920px){.page-container{max-width:1440px;}}.main-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-content-70-30{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;}@media (min-width:991px){.main-content-70-30{-ms-grid-columns:1fr 30%;grid-template-columns:1fr 30%;}}@media (min-width:1920px){.main-content-70-30{-ms-grid-columns:1fr 25%;grid-template-columns:1fr 25%;}}.main-content-30-70{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;}@media (min-width:991px){.main-content-30-70{-ms-grid-columns:20% 1fr;grid-template-columns:20% 1fr;}}.main-content-40-60{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;}@media (min-width:991px){.main-content-40-60{-ms-grid-columns:35% 1fr;grid-template-columns:35% 1fr;}}@-webkit-keyframes fadeInUp{from{visibility:visible;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes fadeInUp{from{visibility:visible;opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@media (min-width:991px){.fadeInUp{opacity:0;}.visible{opacity:1;-webkit-animation:fadeInUp 1s 0.2s forwards;animation:fadeInUp 1s 0.2s forwards;opacity:0;}}@-moz-document url-prefix(){.visible{animation:fadeInUp 1s 0.2s forwards;opacity:0;}}body{font-family:"Lato",sans-serif;font-weight:400;font-size:16px;color:#424242;padding:0;margin:0;overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;}html{scroll-behavior:smooth;}.img-fluid,img{max-width:100%;height:auto;}.iframes,.component-login{margin:2rem 0 2.6rem 0;}@media (min-width:991px){.iframes,.component-login{margin:4rem 0 4rem 0;}}.component-login form{width:50%;}.js input.form-autocomplete{background-image:none;}.js input.form-autocomplete.ui-autocomplete-loading{background-image:url(/core/themes/olivero/images/throbber.svg);background-position:95% center;}.edit-mode{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:0.5rem;gap:0.5rem;}.edit-mode .btn-edit{background-color:#10b981;color:#fff;padding:0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0.65rem;}.edit-mode .btn-edit:hover{background-color:#0b835c;}.edit-mode .btn-edit span{font-size:1.25rem;}.edit-mode .btn-add{background-color:#0257A3;color:#fff;padding:0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0.65rem;}.edit-mode .btn-add:hover{background-color:#013E74;}.edit-mode .btn-add span{font-size:1.25rem;}.edit-mode .btn-delete{background-color:#f44336;color:#fff;padding:0.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0.65rem;}.edit-mode .btn-delete:hover{background-color:#ad3026;}.edit-mode .btn-delete span{font-size:1.25rem;}.btn-lg{font-weight:700;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Lato",sans-serif;text-decoration:none;position:relative;text-align:center;vertical-align:middle;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;border-radius:50px;-webkit-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;padding:0.875rem 2.5rem;}@media screen and (max-width:375px){.btn-lg{font-size:18px;}}@media screen and (min-width:1920px){.btn-lg{font-size:21px;}}.btn-lg:hover{scale:1.05;}@media (max-width:991px){.btn-lg{padding:0.875rem 2rem;}}.btn-md{font-weight:700;font-size:calc(0.875rem + 0.125 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Lato",sans-serif;text-decoration:none;position:relative;text-align:center;vertical-align:middle;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;border-radius:50px;-webkit-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;padding:0.875rem 2rem;}@media screen and (max-width:375px){.btn-md{font-size:0.875rem;}}@media screen and (min-width:1920px){.btn-md{font-size:1rem;}}.btn-md:hover{scale:1.05;}.btn{font-weight:700;font-size:calc(12px + 4 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Lato",sans-serif;text-decoration:none;position:relative;text-align:center;vertical-align:middle;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;border-radius:50px;-webkit-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;padding:0.75rem 1.5rem;}@media screen and (max-width:375px){.btn{font-size:12px;}}@media screen and (min-width:1920px){.btn{font-size:16px;}}.btn:hover{scale:1.05;}.btn-primary{background-color:#2A6335;color:#fff;}.btn-primary:hover{background-color:#265A30;color:#fff;}.btn-secondary{background-color:#E0E0E0;color:#000;}.btn-secondary:hover{background-color:#BDBDBD;color:#000;}.btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;}.btn-icon:after{font-family:"Material Icons Outlined";content:"\e5c8";font-size:21px;font-weight:normal;}.btn-edit{background-color:#757575;color:#fff;border-radius:6px;}.btn-edit:hover{background-color:#616161;color:#fff;}button{cursor:pointer;}form,.contact-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;}form .form__group-inline,.contact-form .form__group-inline{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1rem 1fr;grid-template-columns:1fr 1fr;gap:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media (max-width:991px){form .form__group-inline,.contact-form .form__group-inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-grid-columns:1fr;grid-template-columns:1fr;}}form .md-input,.contact-form .md-input{position:relative;}form .md-input:last-of-type,.contact-form .md-input:last-of-type{margin-bottom:0;}form .md-form-select,.contact-form .md-form-select{-webkit-appearance:none;-moz-appearance:none;padding-left:1rem !important;background-image:linear-gradient(45deg,transparent 50%,gray 50%),linear-gradient(135deg,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);background-position:calc(100% - 19px) calc(1em + 7px),calc(100% - 15px) calc(1em + 7px),calc(100% - 2.5em) 0.5em;background-size:5px 5px,5px 5px,1px 30px;background-repeat:no-repeat;}form .md-form-input,form .md-form-select,form .form-input,.contact-form .md-form-input,.contact-form .md-form-select,.contact-form .form-input{font-family:"Lato",sans-serif;font-size:16px;padding:1rem 0.75rem 0.65rem 1rem;display:block;border:none;border-bottom:2px solid #CACACA;-webkit-box-shadow:none;box-shadow:none;width:100%;border:1px solid #ced4da;border-radius:4px !important;-webkit-box-sizing:border-box;box-sizing:border-box;}form .md-form-input:disabled,form .md-form-select:disabled,.contact-form .md-form-input:disabled,.contact-form .md-form-select:disabled{opacity:0.8;cursor:not-allowed;}form .md-form-input:focus,form .md-form-input:focus-visible,form .md-form-select:focus,form .md-form-select:focus-visible,.contact-form .md-form-input:focus,.contact-form .md-form-input:focus-visible,.contact-form .md-form-select:focus,.contact-form .md-form-select:focus-visible{-webkit-box-shadow:0 0 0 0.2rem rgba(204,204,204,0.25);box-shadow:0 0 0 0.2rem rgba(204,204,204,0.25);border-color:#ced4da !important;outline:none;}form .md-label,.contact-form .md-label{color:#555555;font-size:14px;font-weight:normal;position:absolute;pointer-events:none;left:22px;top:15px;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all;}form .md-label span,.contact-form .md-label span{color:#E4524F !important;}form .md-form-input:not(:-moz-placeholder-shown) ~ label,.contact-form .md-form-input:not(:-moz-placeholder-shown) ~ label{top:-9px;left:15px;font-size:12px;color:#2A6335;padding:0 0.5rem;background-color:white;}form .md-form-input:not(:-ms-input-placeholder) ~ label,.contact-form .md-form-input:not(:-ms-input-placeholder) ~ label{top:-9px;left:15px;font-size:12px;color:#2A6335;padding:0 0.5rem;background-color:white;}form .md-form-input:focus ~ label,form .md-form-input:not(:placeholder-shown) ~ label,.contact-form .md-form-input:focus ~ label,.contact-form .md-form-input:not(:placeholder-shown) ~ label{top:-9px;left:15px;font-size:12px;color:#2A6335;padding:0 0.5rem;background-color:white;}form .md-form-input:not(:-moz-placeholder-shown) ~ label,.contact-form .md-form-input:not(:-moz-placeholder-shown) ~ label{font-size:12px;color:#2A6335;position:absolute;pointer-events:none;left:17px;top:-8px !important;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all;border-bottom:2px solid #fff;padding:0px 8px;}form .md-form-input:not(:-ms-input-placeholder) ~ label,.contact-form .md-form-input:not(:-ms-input-placeholder) ~ label{font-size:12px;color:#2A6335;position:absolute;pointer-events:none;left:17px;top:-8px !important;-ms-transition:0.2s ease all;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all;border-bottom:2px solid #fff;padding:0px 8px;}form .md-form-input:focus ~ label,form .md-form-input:not(:placeholder-shown) ~ label,.contact-form .md-form-input:focus ~ label,.contact-form .md-form-input:not(:placeholder-shown) ~ label{font-size:12px;color:#2A6335;position:absolute;pointer-events:none;left:17px;top:-8px !important;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all;border-bottom:2px solid #fff;padding:0px 8px;}form .md-form-select:focus ~ label,form .md-form-select:not([value=""]):valid ~ label,.contact-form .md-form-select:focus ~ label,.contact-form .md-form-select:not([value=""]):valid ~ label{font-size:12px;color:#2A6335;position:absolute;pointer-events:none;left:17px;top:-8px !important;transition:0.2s ease all;-moz-transition:0.2s ease all;-webkit-transition:0.2s ease all;background-color:#fff;padding:0px 8px;z-index:1;}form .md-form-select.is-invalid,form .md-form-input.is-invalid,.contact-form .md-form-select.is-invalid,.contact-form .md-form-input.is-invalid{color:#dc3545;}form .md-form-select.is-invalid:focus ~ label,form .md-form-select.is-invalid:valid ~ label,form .md-form-input.is-invalid:focus ~ label,form .md-form-input.is-invalid:valid ~ label,.contact-form .md-form-select.is-invalid:focus ~ label,.contact-form .md-form-select.is-invalid:valid ~ label,.contact-form .md-form-input.is-invalid:focus ~ label,.contact-form .md-form-input.is-invalid:valid ~ label{color:#dc3545;}form .md-form-sekect.is-invalid:focus,form .md-form-conrm-input.is-invalid:focus,.contact-form .md-form-sekect.is-invalid:focus,.contact-form .md-form-conrm-input.is-invalid:focus{border-color:#dc3545 !important;-webkit-box-shadow:none;box-shadow:none;}form .invalid-feedback,.contact-form .invalid-feedback{text-align:left;}input[type=radoio],input[type=checkbox]{-webkit-transform:scale(1.2);transform:scale(1.2);accent-color:#2A6335;opacity:1 !important;margin-right:0.5rem;}input[type=submit]{cursor:pointer;}.label-form{margin-bottom:0.5rem;display:block;}input[type=text],input[type=password],.form-input{font-family:"Lato",sans-serif;font-size:16px;padding:0.75rem 0.75rem;display:block;border:none;border-bottom:2px solid #CACACA;-webkit-box-shadow:none;box-shadow:none;width:100%;border:1px solid #ced4da;border-radius:4px !important;-webkit-box-sizing:border-box;box-sizing:border-box;}.section-title{width:100%;color:#2A6335;font-weight:900;font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;margin-top:0;margin-bottom:2rem;}@media screen and (max-width:375px){.section-title{font-size:32px;}}@media screen and (min-width:1920px){.section-title{font-size:48px;}}.section-undertitle{color:#000;font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;margin-top:-1rem;margin-bottom:2rem;}@media screen and (max-width:375px){.section-undertitle{font-size:18px;}}@media screen and (min-width:1920px){.section-undertitle{font-size:21px;}}.section-subtitle{width:100%;color:#2A6335;font-weight:900;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;margin-top:0;}@media screen and (max-width:375px){.section-subtitle{font-size:24px;}}@media screen and (min-width:1920px){.section-subtitle{font-size:32px;}}.section-lead{width:100%;color:#000;font-weight:900;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;margin-top:0;}@media screen and (max-width:375px){.section-lead{font-size:18px;}}@media screen and (min-width:1920px){.section-lead{font-size:21px;}}.title-section{display:-ms-grid;display:grid;-ms-grid-columns:auto;grid-template-columns:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0.75rem;margin-bottom:1rem;}@media (min-width:991px){.title-section{gap:1.25rem;margin-bottom:2.5rem;}}@media (min-width:1280px){.title-section{-ms-grid-columns:auto auto auto;grid-template-columns:auto auto auto;}}.title-section .title{color:#2A6335;font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.title-section .title{font-size:32px;}}@media screen and (min-width:1920px){.title-section .title{font-size:48px;}}.title-section .description{color:#616161;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.title-section .description{font-size:18px;}}@media screen and (min-width:1920px){.title-section .description{font-size:21px;}}@media (max-width:991px){.title-section .description{margin-top:0.75rem;}}.title-section .line{background-color:#DFBB9C;height:2px;width:140px;}@media (min-width:1440px){.title-section .line{width:180px;}}.title-section-right{padding:0 12%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (max-width:991px){.title-section-right{padding:12%;}}.title-section-right .title{color:#2A6335;font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.title-section-right .title{font-size:32px;}}@media screen and (min-width:1920px){.title-section-right .title{font-size:48px;}}.title-section-right .title:after{background:#DFBB9C;content:"";height:2px;width:140px;display:block;margin-top:10px;}.title-section-right .description{color:#616161;font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;margin:20px 0 0 0;}@media screen and (max-width:375px){.title-section-right .description{font-size:18px;}}@media screen and (min-width:1920px){.title-section-right .description{font-size:21px;}}.title-section-right .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;margin-top:20px;}@media (min-width:1280px){.title-section-right .actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}.title-section-full{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.title-section-full .title{color:#2A6335;font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.title-section-full .title{font-size:32px;}}@media screen and (min-width:1920px){.title-section-full .title{font-size:48px;}}.title-section-full .title:after{background:#DFBB9C;content:"";height:2px;width:140px;display:block;margin-top:10px;}.title-section-full p,.title-section-full .description{color:#616161;font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;margin:20px 0 0 0;}@media screen and (max-width:375px){.title-section-full p,.title-section-full .description{font-size:18px;}}@media screen and (min-width:1920px){.title-section-full p,.title-section-full .description{font-size:21px;}}.title-section-full .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;margin-top:20px;}@media (min-width:1280px){.title-section-full .actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.navtabs-content .nav-tabs{padding-bottom:0px;margin-bottom:20px;}@media (max-width:991px){.navtabs-content .nav-tabs:not(.show){display:none;}}.navtabs-content .tab-btn{background-color:#fff;border:1px solid #E0E0E0;color:#424242;padding:12px 28px 13px 28px;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;border-radius:6px;margin-bottom:8px;}@media screen and (max-width:375px){.navtabs-content .tab-btn{font-size:14px;}}@media screen and (min-width:1920px){.navtabs-content .tab-btn{font-size:16px;}}.navtabs-content .tab-btn.active{background-color:#DFBB9C;border:1px solid #DFBB9C;}.navtabs-content .tab-btn:not(:last-of-type){margin-right:6px;}@media (max-width:991px){.navtabs-content .tab-btn{padding:0.75rem 1rem;width:100%;margin-top:5px;margin-right:0;text-align:left;}}.navtabs-content .tab-content{display:none;}.navtabs-content .tab-content.tab-active{display:block;}.navtabs-content .tabbtn-mobile{background-color:#2A6335;border:1px solid #2A6335;color:#fff;padding:0.75rem 1rem;width:100%;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:375px){.navtabs-content .tabbtn-mobile{font-size:14px;}}@media screen and (min-width:1920px){.navtabs-content .tabbtn-mobile{font-size:16px;}}.navtabs-content .tabbtn-mobile:after{font-family:"Material Icons Outlined";content:"\e5cf";font-size:21px;color:#fff;line-height:1;}@media (min-width:991px){.navtabs-content .tabbtn-mobile{display:none;}}.label{background-color:#F9F9F9;color:#424242;padding:0.3rem 1rem;display:inline-block;text-decoration:none;font-size:12px;border-radius:2px;}.breadcrumb .breadcrumb-list{list-style:none;padding:0;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:rgba(255,255,255,0.2);border-radius:4px;margin:0;padding:0.5rem 0.75rem;}.breadcrumb .breadcrumb-list .breadcrumb-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;}.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link{color:#fff;text-align:none;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;}.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link span{font-size:18px;}.breadcrumb .breadcrumb-list .breadcrumb-item + .breadcrumb-item:before{padding:0 6px;font-family:"Material Icons Outlined";content:"\e409";font-size:18px;color:#fff;}.menu-bg{-webkit-box-shadow:0px 2px 4px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 2px 4px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);}.menu-bg .nav-top{background-color:#EEEEEE;}.menu-bg .nav-top .nav-top-content{color:#424242;}.menu-bg .nav-top .nav-top-content__accesibilidad .accesibilidad__link{color:#424242;}.menu-bg .nav-top .nav-top-content__links .nav-top__link{color:#424242;}.menu-bg .nav-principal{background-color:#fff;}.menu-bg .nav-menu__link,.menu-bg .nav-menu__droplink{color:#424242;}.menu-bg .nav-menu__link:hover,.menu-bg .nav-menu__droplink:hover{color:#2A6335;}.menu-bg .nav-menu__item-idioma,.menu-bg .nav-menu__accesibilidad{background-color:#F9F9F9;}@media (max-width:991px){.menu-bg .nav-menu{background:#F9F9F9;}}.menu-bg .nav-menu .dropdown-content{background-color:#F9F9F9;}.menu-bg .nav-menu .dropdown-content .dropdown__link{color:#424242;}.menu-bg .nav-menu .dropdown-content .dropdown__link:hover{background-color:#E0E0E0;color:#424242;}@media (max-width:991px){.menu-bg .nav-toggler + label .bar{background-color:#424242;}}.menu-basic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2;width:100%;}.menu-basic .nav-top{padding:0.3rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:991px){.menu-basic .nav-top .nav-top-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.menu-basic .nav-top .nav-top-content__accesibilidad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;}@media (max-width:991px){.menu-basic .nav-top .nav-top-content__accesibilidad{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.menu-basic .nav-top .nav-top-content__accesibilidad .acc__text-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;}.menu-basic .nav-top .nav-top-content__accesibilidad .accesibilidad__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;border:none;background-color:transparent;}.menu-basic .nav-top .nav-top-content__accesibilidad .accesibilidad__link .acces-less,.menu-basic .nav-top .nav-top-content__accesibilidad .accesibilidad__link .acces-more{font-size:1.4rem;}.menu-basic .nav-top .nav-top-content__accesibilidad .accesibilidad__icon{display:-webkit-box;display:-ms-flexbox;display:flex;}.menu-basic .nav-top .nav-top-content__accesibilidad .switch .slider:before{font-family:"Material Icons Outlined";content:"\e518";font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.menu-basic .nav-top .nav-top-content__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (max-width:991px){.menu-basic .nav-top .nav-top-content__links{display:none;}}.menu-basic .nav-top .nav-top-content__links .nav-top__link{text-decoration:none;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;margin-left:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;}@media screen and (max-width:375px){.menu-basic .nav-top .nav-top-content__links .nav-top__link{font-size:12px;}}@media screen and (min-width:1920px){.menu-basic .nav-top .nav-top-content__links .nav-top__link{font-size:14px;}}.menu-basic .nav-top .nav-top-content__links .nav-top__link:hover{color:#2A6335;}.menu-basic .nav-top .nav-top-content__links .nav-top__link span,.menu-basic .nav-top .nav-top-content__links .nav-top__link i{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.menu-basic .nav-top .nav-top-content__links .nav-top__link span,.menu-basic .nav-top .nav-top-content__links .nav-top__link i{font-size:14px;}}@media screen and (min-width:1920px){.menu-basic .nav-top .nav-top-content__links .nav-top__link span,.menu-basic .nav-top .nav-top-content__links .nav-top__link i{font-size:16px;}}.menu-basic .nav-top .nav-top-content__links .nav-top__link:not(:last-of-type){padding-right:0.5rem;}.menu-basic .nav-logo{grid-column:left-nav;}.menu-basic .nav-logo .img-logo,.menu-basic .nav-logo img{max-height:40px;}@media (max-width:991px){.menu-basic .nav-logo .img-logo,.menu-basic .nav-logo img{height:35px;}}.menu-basic .nav-logo__link{display:-webkit-box;display:-ms-flexbox;display:flex;}.menu-basic .nav-principal{padding:1em 0;min-height:68px;-webkit-box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);}.menu-basic .nav-menu{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;}@media (min-width:991px){.menu-basic .nav-menu{gap:1.2rem;}}@media (min-width:1440px){.menu-basic .nav-menu{gap:2rem;}}.menu-basic .nav-menu__item,.menu-basic .nav-menu__dropdown,.menu-basic .nav-menu__buscador{list-style:none;}@media (max-width:991px){.menu-basic .nav-menu__item,.menu-basic .nav-menu__dropdown,.menu-basic .nav-menu__buscador{padding:0 1rem;}}.menu-basic .nav-menu__item-idioma .nav-menu__droplink:before{font-family:"Material Symbols Outlined";content:"\e80b";font-size:18px;}.menu-basic .nav-menu__link,.menu-basic .nav-menu__droplink{display:block;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;line-height:100%;text-transform:capitalize;text-decoration:none;}@media screen and (max-width:375px){.menu-basic .nav-menu__link,.menu-basic .nav-menu__droplink{font-size:16px;}}@media screen and (min-width:1920px){.menu-basic .nav-menu__link,.menu-basic .nav-menu__droplink{font-size:18px;}}@media (max-width:991px){.menu-basic .nav-menu__link,.menu-basic .nav-menu__droplink{padding:0.8rem 0;}}.menu-basic .nav-menu__item-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;}.menu-basic .nav-menu__item-social .social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);background-color:#fff;border:1px solid #E0E0E0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50px;height:30px;width:30px;padding:0.4rem;}@media (max-width:991px){.menu-basic .nav-menu{position:absolute;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:0px;overflow:hidden;-webkit-transition:max-height 1s cubic-bezier(0,1,0,1);transition:max-height 1s cubic-bezier(0,1,0,1);padding:0;left:0;right:0;}}.menu-basic .nav-toggler{display:none;}@media (max-width:991px){.menu-basic .nav-toggler + label{padding:0 15px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;}.menu-basic .nav-toggler + label .bar{position:relative;width:30px;height:3px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.menu-basic .nav-toggler + label .bar + .bar{margin-top:5px;}.menu-basic .nav-toggler:checked + label .bar:nth-of-type(1){-webkit-transform:rotate(-45deg) translateX(-40%);transform:rotate(-45deg) translateX(-40%);}.menu-basic .nav-toggler:checked + label .bar:nth-of-type(2){opacity:0;}.menu-basic .nav-toggler:checked + label .bar:nth-of-type(3){-webkit-transform:rotate(45deg) translateX(-40%);transform:rotate(45deg) translateX(-40%);}.menu-basic .nav-toggler:checked ~ .nav-principal .nav-menu{min-height:calc(100vh - 68px);height:calc(100vh - 68px);-webkit-transition:max-height 1s ease-in;transition:max-height 1s ease-in;padding-top:15px;}.menu-basic .nav-toggler:checked ~ .nav-principal .nav-menu__item:hover,.menu-basic .nav-toggler:checked ~ .nav-principal .nav-menu__item:focus{background-color:#E0E0E0;}}.menu-basic .nav-right{display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}.menu-basic .nav-menu__dropdown{float:left;overflow:hidden;}.menu-basic .nav-menu__dropdown .nav-menu__droplink{border:none;outline:none;background-color:inherit;font-family:inherit;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;}.menu-basic .nav-menu__dropdown .nav-menu__droplink:after{font-family:"Material Icons";content:"\e313";font-size:21px;}.menu-basic .nav-menu__dropdown .dropdown-content{display:none;position:absolute;min-width:160px;-webkit-box-shadow:0px 3px 16px 0px rgba(0,0,0,0.1);box-shadow:0px 3px 16px 0px rgba(0,0,0,0.1);z-index:1;border-radius:4px;}.menu-basic .nav-menu__dropdown .dropdown-content .dropdown__link{float:none;padding:12px 16px;text-decoration:none;display:block;text-align:left;}.menu-basic .nav-menu__dropdown .dropdown-content .dropdown__link:hover{border-radius:4px;}.menu-basic .nav-menu__dropdown:hover .dropdown-content{display:block;}.menu-basic .btn-primary{border-radius:6px;}.menu-basic .btn-mobile{position:absolute;right:65px;top:0.95rem;}@media (min-width:991px){.menu-basic .btn-mobile{display:none;}}.open-menu{overflow-y:hidden;}@media screen and (max-width:991px){.menu-basic .nav-top{display:none;}.menu-basic .nav-menu__item-btn{display:none;}.menu-basic .nav-menu__dropdown{width:100%;float:none;}.menu-basic .nav-menu__dropdown .dropdown-content{-webkit-box-shadow:none;box-shadow:none;position:relative;}.menu-basic .nav-menu__dropdown .dropdown-content a{font-size:16px;}.menu-basic .nav-menu__dropdown .nav-menu__droplink{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:left;}}@media (min-width:991px){.menu-basic{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.menu-basic .nav-principal .nav-principal-content{width:100%;display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:[left-nav] auto [right-nav] auto;grid-template-columns:[left-nav] auto [right-nav] auto;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;}.menu-basic .nav-principal .nav-principal-content .nav-logo{grid-column:left-nav;}.menu-basic .nav-principal .nav-principal-content .nav-menu{grid-column:right-nav;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding:0;margin:0;}.menu-basic .nav-principal .nav-principal-content .nav-menu__item{padding:0;}}.menu-center{-webkit-box-shadow:0px 2px 4px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 2px 4px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:21;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.menu-center .nav-top{padding:0.4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media (min-width:991px){.menu-center .nav-top .nav-top-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.menu-center .nav-top .nav-top-content__accesibilidad{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;}@media (max-width:991px){.menu-center .nav-top .nav-top-content__accesibilidad{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}.menu-center .nav-top .nav-top-content__accesibilidad .acc__text-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;}.menu-center .nav-top .nav-top-content__accesibilidad .accesibilidad__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;border:none;background-color:transparent;}.menu-center .nav-top .nav-top-content__accesibilidad .accesibilidad__link .acces-less,.menu-center .nav-top .nav-top-content__accesibilidad .accesibilidad__link .acces-more{font-size:1.4rem;}.menu-center .nav-top .nav-top-content__accesibilidad .accesibilidad__icon{display:-webkit-box;display:-ms-flexbox;display:flex;}.menu-center .nav-top .nav-top-content__accesibilidad .switch .slider:before{font-family:"Material Icons Outlined";content:"\e518";font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.menu-center .nav-top .nav-top-content__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;}@media (max-width:991px){.menu-center .nav-top .nav-top-content__links{display:none;}}.menu-center .nav-top .nav-top-content__links .nav-top__link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;margin-left:0.5rem;}@media screen and (max-width:375px){.menu-center .nav-top .nav-top-content__links .nav-top__link{font-size:14px;}}@media screen and (min-width:1920px){.menu-center .nav-top .nav-top-content__links .nav-top__link{font-size:16px;}}.menu-center .nav-top .nav-top-content__links .nav-top__link:not(:last-of-type){padding-right:0.5rem;}.menu-center .nav-top .nav-top-content__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;}.menu-center .nav-top .nav-top-content__social .social__link{display:-webkit-box;display:-ms-flexbox;display:flex;}.menu-center .nav-logo{grid-column:left-nav;}.menu-center .nav-logo .img-logo,.menu-center .nav-logo img{max-height:40px;}.menu-center .nav-principal{padding:1em 0;min-height:68px;}.menu-center .nav-menu{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;}.menu-center .nav-menu__item,.menu-center .nav-menu__dropdown{list-style:none;}.menu-center .nav-menu__item-idioma .nav-menu__droplink:before{font-family:"Material Icons";content:"\e894";font-size:18px;}.menu-center .nav-menu__link,.menu-center .nav-menu__droplink{display:block;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;text-transform:capitalize;text-decoration:none;}@media screen and (max-width:375px){.menu-center .nav-menu__link,.menu-center .nav-menu__droplink{font-size:16px;}}@media screen and (min-width:1920px){.menu-center .nav-menu__link,.menu-center .nav-menu__droplink{font-size:18px;}}@media (max-width:991px){.menu-center .nav-menu__link,.menu-center .nav-menu__droplink{padding:0.5rem 0;}}.menu-center .nav-menu__item-download .nav-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;}.menu-center .nav-menu__item-download .nav-menu__link:after{font-family:"Material Icons";content:"\e884";font-size:18px;}.menu-center .nav-menu__buscador #buscador-input{min-height:42px;padding:9px 39px 9px 16px;background:#F9F9F9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat calc(100% - 12px) center;}@media (max-width:991px){.menu-center .nav-menu{position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:0px;overflow:hidden;-webkit-transition:max-height 1s cubic-bezier(0,1,0,1);transition:max-height 1s cubic-bezier(0,1,0,1);padding:0;padding:0 1rem;margin:17px 0 0 0;left:0;right:0;}}.menu-center .nav-toggler{display:none;}@media (max-width:991px){.menu-center .nav-toggler + label{padding:0 15px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;}.menu-center .nav-toggler + label .bar{position:relative;width:30px;height:3px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.menu-center .nav-toggler + label .bar + .bar{margin-top:5px;}.menu-center .nav-toggler:checked + label .bar:nth-of-type(1){-webkit-transform:rotate(-45deg) translateX(-40%);transform:rotate(-45deg) translateX(-40%);}.menu-center .nav-toggler:checked + label .bar:nth-of-type(2){opacity:0;}.menu-center .nav-toggler:checked + label .bar:nth-of-type(3){-webkit-transform:rotate(45deg) translateX(-40%);transform:rotate(45deg) translateX(-40%);}.menu-center .nav-toggler:checked ~ .nav-principal{background-color:#F9F9F9;min-height:calc(100vh - 33.6px);height:100vh;-webkit-transition:max-height 1s ease-in;transition:max-height 1s ease-in;}.menu-center .nav-toggler:checked ~ .nav-principal .nav-menu{position:relative;max-height:initial;}}@media (max-width:991px){.menu-center .label-mobile-menu{margin-top:3.5rem;}}.menu-center .nav-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}.menu-center .nav-menu__dropdown{float:left;overflow:hidden;}.menu-center .nav-menu__dropdown .nav-menu__droplink{border:none;outline:none;background-color:inherit;font-family:inherit;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;}.menu-center .nav-menu__dropdown .nav-menu__droplink:after{font-family:"Material Icons";content:"\e313";font-size:21px;}.menu-center .nav-menu__dropdown .dropdown-content{display:none;position:absolute;min-width:160px;-webkit-box-shadow:0px 3px 16px 0px rgba(0,0,0,0.1);box-shadow:0px 3px 16px 0px rgba(0,0,0,0.1);z-index:1;border-radius:4px;}.menu-center .nav-menu__dropdown .dropdown-content .dropdown__link{float:none;padding:12px 16px;text-decoration:none;display:block;text-align:left;}.menu-center .nav-menu__dropdown .dropdown-content .dropdown__link:hover{border-radius:4px;}.menu-center .nav-menu__dropdown:hover .dropdown-content{display:block;}@media (max-width:991px){.menu-center .nav-menu__dropdown:hover .dropdown-content{max-height:25vh;overflow:scroll;}}.open-menu{overflow-y:hidden;}@media screen and (max-width:991px){.menu-center .nav-menu__dropdown{width:100%;float:none;}.menu-center .nav-menu__dropdown .dropdown-content{-webkit-box-shadow:none;box-shadow:none;position:relative;}.menu-center .nav-menu__dropdown .dropdown-content a{font-size:16px;}.menu-center .nav-menu__dropdown .nav-menu__droplink{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}}@media (min-width:991px){.menu-center{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.menu-center .nav-principal .nav-principal-content{width:100%;display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:[left-nav] auto [center-nav] auto [right-nav] auto;grid-template-columns:[left-nav] auto [center-nav] auto [right-nav] auto;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;}.menu-center .nav-principal .nav-principal-content .nav-logo{grid-column:left-nav;}.menu-center .nav-principal .nav-principal-content .nav-menu{grid-column:center-nav;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;padding:0;margin:0;}.menu-center .nav-principal .nav-principal-content .nav-menu.nav-top-mobile{display:none;}.menu-center .nav-principal .nav-principal-content .nav-menu.nav-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}.menu-center .nav-principal .nav-principal-content .nav-right{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:right-nav;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;}}.hero .owl-nav{width:99vw;position:absolute;top:49%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}.hero .owl-nav .owl-prev,.hero .owl-nav .owl-next{color:#fff !important;}.hero .owl-nav .owl-prev.disabled,.hero .owl-nav .owl-next.disabled{opacity:0.4;}.hero .owl-nav .owl-prev span,.hero .owl-nav .owl-next span{font-size:3rem !important;}.hero .owl-nav .owl-prev{float:left;margin-left:8%;}.hero .owl-nav .owl-next{float:right;margin-right:8%;}.hero .owl-dots{width:99vw;position:absolute;bottom:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;}.hero .owl-dots .owl-dot{width:16px;height:16px;background-color:#fff;opacity:0.5;border-radius:50px;}.hero .owl-dots .owl-dot.active{width:32px;background-color:#fff;opacity:1;}.hero-center{text-align:center;}.hero .hero-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100% !important;overflow:hidden;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.hero .hero-item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,color-stop(-50%,#000000),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#000000 -50%,rgba(0,0,0,0) 100%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.hero .hero-item picture,.hero .hero-item img,.hero .hero-item video{width:100%;height:740px;-o-object-fit:cover;object-fit:cover;}@media (max-width:991px){.hero .hero-item picture,.hero .hero-item img,.hero .hero-item video{min-height:425px;max-height:425px;-o-object-fit:cover;object-fit:cover;}}.hero .hero-item__content{position:absolute;z-index:1;}.hero .hero-item__title{font-size:calc(38px + 44 * (100vw - 375px) / 1545);line-height:120%;letter-spacing:-0.01em;margin:0;font-weight:400;-webkit-filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));color:#fff;margin-bottom:1rem;}@media screen and (max-width:375px){.hero .hero-item__title{font-size:38px;}}@media screen and (min-width:1920px){.hero .hero-item__title{font-size:82px;}}.hero .hero-item .title__upper{font-size:calc(28px + 14 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;font-weight:700;color:#DFBB9C;display:block;}@media screen and (max-width:375px){.hero .hero-item .title__upper{font-size:28px;}}@media screen and (min-width:1920px){.hero .hero-item .title__upper{font-size:42px;}}.hero .hero-item .title__bold{font-weight:700;display:block;}.hero .hero-item__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;}.hero .hero-item__form{width:100%;padding:1rem;border-radius:0.3125rem;background:rgba(255,255,255,0.3);}.hero .hero-item__form .form__group-inline{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;}@media (min-width:991px){.hero .hero-item__form .form__group-inline{-ms-grid-columns:1fr 1fr 1fr 1fr auto;grid-template-columns:1fr 1fr 1fr 1fr auto;}}.hero-interno .hero-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100% !important;overflow:hidden;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;}.hero-interno .hero-item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,color-stop(-50%,#000000),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#000000 -50%,rgba(0,0,0,0) 100%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.hero-interno .hero-item img,.hero-interno .hero-item video{width:300%;height:300px;-o-object-fit:cover;object-fit:cover;}@media (max-width:991px){.hero-interno .hero-item img,.hero-interno .hero-item video{-o-object-fit:cover;object-fit:cover;}}.hero-interno .hero-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;z-index:999;}@media (max-width:991px){.hero-interno .hero-item__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;}}.hero-interno .hero-item__title{font-size:calc(38px + 44 * (100vw - 375px) / 1545);line-height:120%;letter-spacing:-0.01em;margin:0;font-weight:500;-webkit-filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));filter:drop-shadow(0px 4px 4px rgba(0,0,0,0.25));color:#fff;margin-bottom:1rem;}@media screen and (max-width:375px){.hero-interno .hero-item__title{font-size:38px;}}@media screen and (min-width:1920px){.hero-interno .hero-item__title{font-size:82px;}}.hero-interno .hero-item__title:after{background:#DFBB9C;content:"";height:3px;width:120px;display:block;margin-top:5px;}.hero-interno-form{background-color:#2A6335;}.hero-interno-form .hero-item{height:400px;background-color:#2A6335;}@media (min-width:991px){.hero-interno-form .hero-item{height:200px;}}.hero-interno-form .hero-item:after{background:unset;}.hero-interno-form .hero-item__content{width:100%;}.hero-interno-form .hero-item__form{background-color:#DFBB9C;-webkit-box-sizing:border-box;box-sizing:border-box;}.hero-carousel .owl-carousel-generic{z-index:0 !important;}.hero-carousel .hero-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100% !important;overflow:hidden;}.hero-carousel .hero-item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,color-stop(-50%,#000000),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#000000 -50%,rgba(0,0,0,0) 100%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.hero-carousel .hero-item__content{position:absolute;top:0;bottom:0;left:0;right:0;text-align:left;opacity:1;z-index:1;}.hero-carousel .hero-item__contentInner{position:relative;width:100%;top:60%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.hero-carousel .hero-item__title{font-size:calc(38px + 44 * (100vw - 375px) / 1545);line-height:120%;letter-spacing:-0.01em;margin:0;font-weight:900;color:#fff;margin-bottom:1rem;text-wrap:balance;}@media screen and (max-width:375px){.hero-carousel .hero-item__title{font-size:38px;}}@media screen and (min-width:1920px){.hero-carousel .hero-item__title{font-size:82px;}}.hero-carousel .hero-item__title span{font-weight:400;display:block;}.hero-carousel .hero-item__description{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;text-wrap:balance;color:#fff;margin:1rem 0 1.2rem 0;text-wrap:balance;}@media screen and (max-width:375px){.hero-carousel .hero-item__description{font-size:24px;}}@media screen and (min-width:1920px){.hero-carousel .hero-item__description{font-size:32px;}}.hero-carousel .hero-item__actions{display:none;}.hero-carousel .hero-item__actions .btn-primary-outline{border-color:#fff;color:#fff;display:none;}.hero-carousel .hero-item .btn-hero-mobile{border-radius:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:999;}@media (min-width:991px){.hero-carousel .hero-item__contentInner{position:relative;width:70%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.hero-carousel .hero-item__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;}.hero-carousel .hero-item__actions .btn-primary-outline{display:-webkit-box;display:-ms-flexbox;display:flex;}.hero-carousel .hero-item .btn-hero-mobile{display:none;}}.component-lista-cards{padding:2rem 0 2.6rem 0;background-color:#F9F9F9;}@media (min-width:991px){.component-lista-cards{padding:4rem 0 3.6rem 0;}}@media (max-width:991px){.component-lista-cards{padding:0;margin-top:0;}}.component-lista-cards .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-lista-cards .section-title,.component-lista-cards .section-undertitle{text-align:center;}.component-lista-cards .btn-md,.component-lista-cards .btn-lg{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}.component-lista-cards .cards-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;overflow-x:scroll;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0 1rem 1px;margin-bottom:1rem;}@media (min-width:991px){.component-lista-cards .cards-list{overflow:hidden;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}.component-lista-cards .cards-list .card__item{background-color:#fff;width:100%;scroll-snap-align:start;-webkit-box-flex:0;-ms-flex:0 0 calc(80% - 1rem);flex:0 0 calc(80% - 1rem);-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #EEEEEE;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;border-radius:8px;}@media (min-width:991px){.component-lista-cards .cards-list .card__item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 19px);flex:0 0 calc(25% - 19px);}}.component-lista-cards .cards-list .card__item .card__img{position:relative;}.component-lista-cards .cards-list .card__item .card__img img{border-top-left-radius:8px;border-top-right-radius:8px;}.component-lista-cards .cards-list .card__item .card__img .content-label{right:1rem;top:1rem;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;}.component-lista-cards .cards-list .card__item .img-fluid{-o-object-fit:cover;object-fit:cover;aspect-ratio:57/32;height:180px;width:100%;}.component-lista-cards .cards-list .card__item .card__text{padding:1rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.component-lista-cards .cards-list .card__item .card__text .text__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.component-lista-cards .cards-list .card__item .card__text .text__header .text__date{color:#000;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__text .text__header .text__date{font-size:14px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__text .text__header .text__date{font-size:16px;}}.component-lista-cards .cards-list .card__item .card__text .text__title{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:900;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;margin:10px 0;color:#2A6335;margin:0rem 0 0.75rem 0;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__text .text__title{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__text .text__title{font-size:21px;}}.component-lista-cards .cards-list .card__item .card__text .text__resume{overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;color:#000;}.component-lista-cards .cards-list .card__item .card__text .text__price{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:900;color:#424242;margin:0.75rem 0;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__text .text__price{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__text .text__price{font-size:24px;}}.component-lista-cards .cards-list .card__item .card__text .text__price small{font-weight:400;}.component-lista-cards .cards-list .card__item .card__text .text__resume{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:900;color:#616161;margin:0.75rem 0 0rem 0;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__text .text__resume{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__text .text__resume{font-size:18px;}}.component-lista-cards .cards-list .card__item .card__text .text__resume .text__type{display:block;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:400;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__text .text__resume .text__type{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__text .text__resume .text__type{font-size:18px;}}.component-lista-cards .cards-list .card__item .card__details{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;}.component-lista-cards .cards-list .card__item .card__details .detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.3rem;}.component-lista-cards .cards-list .card__item .card__details .detail .material-symbols,.component-lista-cards .cards-list .card__item .card__details .detail .material-symbols-outlined{color:#DFBB9C;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__details .detail .material-symbols,.component-lista-cards .cards-list .card__item .card__details .detail .material-symbols-outlined{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__details .detail .material-symbols,.component-lista-cards .cards-list .card__item .card__details .detail .material-symbols-outlined{font-size:21px;}}.component-lista-cards .cards-list .card__item .card__details .detail .txt{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:700;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__details .detail .txt{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__details .detail .txt{font-size:21px;}}.component-lista-cards .cards-list .card__item .item__link{background-color:#EAEFEB;color:#2A6335;padding:0.875rem 1rem;text-decoration:none;font-weight:700;font-size:calc(12px + 4 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .item__link{font-size:12px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .item__link{font-size:16px;}}.component-lista-cards .cards-list .card__item .item__link .material-symbols,.component-lista-cards .cards-list .card__item .item__link .material-symbols-outlined{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .item__link .material-symbols,.component-lista-cards .cards-list .card__item .item__link .material-symbols-outlined{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .item__link .material-symbols,.component-lista-cards .cards-list .card__item .item__link .material-symbols-outlined{font-size:21px;}}.component-lista-cards .cards-list .card__item .item__link:hover{scale:1.05;}.component-lista-cards .cards-list .card__property .card__text .text__type{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:700;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__property .card__text .text__type{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__property .card__text .text__type{font-size:21px;}}.component-lista-cards .cards-list .card__property .card__text .text__adress{margin:0;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;line-height:110%;font-weight:400;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__property .card__text .text__adress{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__property .card__text .text__adress{font-size:18px;}}.component-lista-cards.component-lista-cards-interna{background-color:#fff;margin:0 0 2rem 0;}.component-lista-cards.component-lista-cards-interna .component-paginador{margin:unset;margin-top:2rem;}.component-lista-cards.component-lista-cards-interna .cards-container .cards-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;margin-bottom:0;margin-top:0;padding-top:0;}@media (min-width:768px){.component-lista-cards.component-lista-cards-interna .cards-container .cards-list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}@media (min-width:991px){.component-lista-cards.component-lista-cards-interna .cards-container .cards-list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}@media (min-width:1280px){.component-lista-cards.component-lista-cards-interna .cards-container .cards-list{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}.component-lista-cards.component-lista-cards-interna .cards-container .cards-list::-webkit-scrollbar{display:none;}.component-lista-cards.component-lista-cards-productos .cards-container .cards-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;margin-bottom:0;margin-top:0;padding-top:0;}@media (min-width:768px){.component-lista-cards.component-lista-cards-productos .cards-container .cards-list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}@media (min-width:991px){.component-lista-cards.component-lista-cards-productos .cards-container .cards-list{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}@media (min-width:1280px){.component-lista-cards.component-lista-cards-productos .cards-container .cards-list{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}}.component-lista-cards.component-lista-cards-productos .cards-container .cards-list::-webkit-scrollbar{display:none;}.component-lista-cards.component-lista-cards-productos .card__item{padding:1.5rem;}.component-lista-cards.component-lista-cards-productos .card__item .card__text .text__title{color:#000;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:700;margin-bottom:0;}@media screen and (max-width:375px){.component-lista-cards.component-lista-cards-productos .card__item .card__text .text__title{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards.component-lista-cards-productos .card__item .card__text .text__title{font-size:24px;}}.component-lista-cards.component-lista-cards-productos .card__item .item__link{background-color:#F9F9F9;color:#000;}.component-lista-cards.component-lista-cards-productos .card__item .item__link span{color:#2A6335;}.component-lista-cards-simple{margin:2rem 0 2.6rem 0;}@media (min-width:991px){.component-lista-cards-simple{margin:4rem 0 4rem 0;}}.component-lista-cards-simple .cards-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-lista-cards-simple .cards-list .owl-carousel{margin-bottom:2rem;}.component-lista-cards-simple .cards-list .owl-carousel .owl-stage{padding-left:0 !important;display:-webkit-box;display:-ms-flexbox;display:flex;}.component-lista-cards-simple .cards-list .owl-carousel .owl-stage .owl-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.5rem 0;}.component-lista-cards-simple .cards-list .card-item{background-color:#F9F9F9;border:1px solid #F9F9F9;-webkit-box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);padding:2rem;border-radius:8px;}.component-lista-cards-simple .cards-list .card-item .material-symbols,.component-lista-cards-simple .cards-list .card-item .material-symbols-outlined{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-lista-cards-simple .cards-list .card-item .material-symbols,.component-lista-cards-simple .cards-list .card-item .material-symbols-outlined{font-size:32px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .cards-list .card-item .material-symbols,.component-lista-cards-simple .cards-list .card-item .material-symbols-outlined{font-size:48px;}}.component-lista-cards-simple .cards-list .card-item .card-title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-lista-cards-simple .cards-list .card-item .card-title{font-size:24px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .cards-list .card-item .card-title{font-size:32px;}}.component-lista-cards-simple .cards-list .card-item .card-text{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-lista-cards-simple .cards-list .card-item .card-text{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .cards-list .card-item .card-text{font-size:18px;}}.component-lista-cards-simple .cards-list .btn-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;}.component-lista-cards-simple .cards-list .btn-icon:after{font-family:"Material Icons";content:"\e5c8";font-size:21px;}.component-card-destacado{padding:2rem 0 2.6rem 0;background-color:#F9F9F9;}@media (min-width:991px){.component-card-destacado{padding:4rem 0 3.6rem 0;}}.component-card-destacado .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-card-destacado .card-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;padding:2rem;margin-bottom:2rem;background-color:#fff;-webkit-box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);border-radius:8px;}@media (min-width:991px){.component-card-destacado .card-content{-ms-grid-columns:1fr 40%;grid-template-columns:1fr 40%;}}.component-card-destacado .card-content .card-caption .title{font-size:40px;line-height:110%;letter-spacing:-0.01em;margin:0;color:#2A6335;}.component-card-destacado .card-content .card-caption p,.component-card-destacado .card-content .card-caption .txt{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;color:#000;}@media screen and (max-width:375px){.component-card-destacado .card-content .card-caption p,.component-card-destacado .card-content .card-caption .txt{font-size:18px;}}@media screen and (min-width:1920px){.component-card-destacado .card-content .card-caption p,.component-card-destacado .card-content .card-caption .txt{font-size:21px;}}.component-card-destacado .card-content .card-caption .item__link{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;gap:0.75rem;color:#2A6335;}@media screen and (max-width:375px){.component-card-destacado .card-content .card-caption .item__link{font-size:16px;}}@media screen and (min-width:1920px){.component-card-destacado .card-content .card-caption .item__link{font-size:18px;}}.component-card-destacado .card-content .card-caption .item__link .material-symbols,.component-card-destacado .card-content .card-caption .item__link .material-symbols-outlined{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-card-destacado .card-content .card-caption .item__link .material-symbols,.component-card-destacado .card-content .card-caption .item__link .material-symbols-outlined{font-size:16px;}}@media screen and (min-width:1920px){.component-card-destacado .card-content .card-caption .item__link .material-symbols,.component-card-destacado .card-content .card-caption .item__link .material-symbols-outlined{font-size:18px;}}.component-card-destacado .btn-md{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;}.component-card-destacado-alt .owl-carousel-destacado .owl-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:10px;}.component-card-destacado-alt .owl-carousel-destacado .owl-dots .owl-dot{width:16px;height:16px;background-color:#2A6335;opacity:0.5;border-radius:50px;}.component-card-destacado-alt .owl-carousel-destacado .owl-dots .owl-dot.active{width:16px;background-color:#2A6335;opacity:1;}.component-card-destacado-alt .card-content{padding:0;}.component-card-destacado-alt .card-content .card-caption{padding:1.5rem;}.component-card-destacado-alt .card-content .card-caption .title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#2A6335;margin-bottom:1rem;}@media screen and (max-width:375px){.component-card-destacado-alt .card-content .card-caption .title{font-size:24px;}}@media screen and (min-width:1920px){.component-card-destacado-alt .card-content .card-caption .title{font-size:32px;}}.component-card-destacado-alt .card-content .card-caption .undertitle{font-size:40px;line-height:110%;letter-spacing:-0.01em;margin:0;color:#2A6335;}.component-card-destacado-alt .card-content .card-caption .undertitle small{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#757575;font-weight:400;display:block;}@media screen and (max-width:375px){.component-card-destacado-alt .card-content .card-caption .undertitle small{font-size:24px;}}@media screen and (min-width:1920px){.component-card-destacado-alt .card-content .card-caption .undertitle small{font-size:32px;}}.component-card-destacado-alt .card-content .card-caption .hightlight-list{color:#757575;}.component-card-destacado-alt .card-content .card-caption .address .city{display:block;}.component-card-destacado-alt .card-content .card-caption .cta{margin-top:1rem;padding-top:1rem;border-top:1px solid #F9F9F9;}.component-banner-across .banner-container{position:relative;width:100%;height:400px;}.component-banner-across .banner-container:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(#000000),color-stop(87.42%,rgba(0,0,0,0)));background:linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 87.42%);opacity:0.6;-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.component-banner-across .banner-container:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,color-stop(-50%,#000000),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#000000 -50%,rgba(0,0,0,0) 100%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.component-banner-across .banner-container .img-bg{width:100vw;height:400px;-o-object-fit:cover;object-fit:cover;}@media (min-width:991px){.component-banner-across .banner-container .img-bg{-ms-grid-columns:520px;grid-template-columns:520px;}}.component-banner-across .banner-container .banner__caption{position:absolute;top:0;bottom:0;left:0;right:0;text-align:left;opacity:1;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;}@media (min-width:991px){.component-banner-across .banner-container .banner__caption{display:-ms-grid;display:grid;-ms-grid-columns:1fr 5rem 1fr;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5rem;}}.component-banner-across .banner-container .banner__caption .banner-title{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;margin:0 0 1rem 0;color:#fff;}@media screen and (max-width:375px){.component-banner-across .banner-container .banner__caption .banner-title{font-size:32px;}}@media screen and (min-width:1920px){.component-banner-across .banner-container .banner__caption .banner-title{font-size:48px;}}.component-banner-across .banner-container .banner__caption .banner-description{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:1rem 0;color:#fff;}@media screen and (max-width:375px){.component-banner-across .banner-container .banner__caption .banner-description{font-size:16px;}}@media screen and (min-width:1920px){.component-banner-across .banner-container .banner__caption .banner-description{font-size:18px;}}@media (max-width:991px){.component-banner-across .banner-container .banner__caption .banner-description{display:none;}}.component-banner-across .banner-container .banner__caption .btn-primary-outline{color:#fff;border-color:#fff;}.component-banner-across .banner-container .banner__caption .img-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.component-banner-across .banner-container .banner__caption .img-section img{height:150px;width:auto;}@media (min-width:991px){.component-banner-across .banner-container .banner__caption .img-section img{max-height:400px;}}.component-cards-txt{background-color:#fff;padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-cards-txt{padding:4rem 0 3.6rem 0;}}.component-cards-txt .edit-mode{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.component-cards-txt .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-cards-txt .section-title,.component-cards-txt .section-undertitle{text-align:center;}.component-cards-txt .btn-md,.component-cards-txt .btn-lg{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}.component-cards-txt .card__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;}@media (max-width:991px){.component-cards-txt .card__list{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cards-txt .card__list .card__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:2rem;width:100%;max-width:100% !important;background-color:#F9F9F9;-webkit-box-sizing:border-box;box-sizing:border-box;}.component-cards-txt .card__list .card__item .edit-mode{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;}.component-cards-txt .card__list .card__item .card-title{color:#2A6335;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-cards-txt .card__list .card__item .card-title{font-size:18px;}}@media screen and (min-width:1920px){.component-cards-txt .card__list .card__item .card-title{font-size:24px;}}.component-cards-txt .card__list .card__item .card-txt{color:#424242;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0;}@media screen and (max-width:375px){.component-cards-txt .card__list .card__item .card-txt{font-size:16px;}}@media screen and (min-width:1920px){.component-cards-txt .card__list .card__item .card-txt{font-size:18px;}}.component-cards-img{padding:2rem 0 2.6rem 0;background-color:#F9F9F9;}@media (min-width:991px){.component-cards-img{padding:4rem 0 3.6rem 0;}}.component-cards-img .edit-mode{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.component-cards-img .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-cards-img .section-title,.component-cards-img .section-undertitle{text-align:center;}.component-cards-img .btn-md,.component-cards-img .btn-lg{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}.component-cards-img .card__list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr 1.5rem 1fr;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem;}@media (max-width:1280px){.component-cards-img .card__list{gap:1rem;-ms-grid-columns:1fr 1rem 1fr;grid-template-columns:1fr 1fr;}}@media (max-width:767px){.component-cards-img .card__list{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cards-img .card__list .card__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100% !important;overflow:hidden;}.component-cards-img .card__list .card__item img{width:100%;height:340px;-o-object-fit:cover;object-fit:cover;}@media (max-width:991px){.component-cards-img .card__list .card__item img{height:300px;}}.component-cards-img .card__list .card__item:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(22.4%,rgba(0,0,0,0)),to(#000000));background:linear-gradient(180deg,rgba(0,0,0,0) 22.4%,#000000 100%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.component-cards-img .card__list .card__item-caption{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;width:100%;bottom:0;text-align:left;color:#fff;margin:2rem 0;padding:0 2rem;-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease;}.component-cards-img .card__list .card__item-caption .card-title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-cards-img .card__list .card__item-caption .card-title{font-size:24px;}}@media screen and (min-width:1920px){.component-cards-img .card__list .card__item-caption .card-title{font-size:32px;}}.component-cards-img .card__list .card__item-caption .card-txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0.75rem 0 -1rem 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;}@media screen and (max-width:375px){.component-cards-img .card__list .card__item-caption .card-txt{font-size:16px;}}@media screen and (min-width:1920px){.component-cards-img .card__list .card__item-caption .card-txt{font-size:18px;}}.component-cards-img .card__list .card__item .card-link{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease;}.component-cards-img .card__list .card__item:hover .card-txt{margin:0.75rem 0 1rem 0;-webkit-transition:margin-bottom 0.5s ease;transition:margin-bottom 0.5s ease;}.component-cards-img .card__list .card__item:hover .card-link{position:relative;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:10px;color:#fff;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}@media screen and (max-width:375px){.component-cards-img .card__list .card__item:hover .card-link{font-size:14px;}}@media screen and (min-width:1920px){.component-cards-img .card__list .card__item:hover .card-link{font-size:16px;}}.component-cards-img .card__list .card__item:hover .card-link:after{font-family:"Material Symbols Outlined";content:"\e5cc";font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:normal;}@media screen and (max-width:375px){.component-cards-img .card__list .card__item:hover .card-link:after{font-size:18px;}}@media screen and (min-width:1920px){.component-cards-img .card__list .card__item:hover .card-link:after{font-size:21px;}}.component-cards-team{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-cards-team{padding:4rem 0 3.6rem 0;}}.component-cards-team .edit-mode{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.component-cards-team .section-title,.component-cards-team .section-undertitle{text-align:center;}.component-cards-team .cards-container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr;grid-template-columns:1fr 1fr;gap:2rem;}@media (max-width:991px){.component-cards-team .cards-container{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cards-team .cards-container .card-item{background-color:#F9F9F9;display:-ms-grid;display:grid;-ms-grid-columns:40% 1fr;grid-template-columns:40% 1fr;border-radius:8px;}@media (max-width:991px){.component-cards-team .cards-container .card-item{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cards-team .cards-container .card-item img{border-top-left-radius:8px;border-bottom-left-radius:8px;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;}@media (max-width:991px){.component-cards-team .cards-container .card-item img{height:350px;}}.component-cards-team .cards-container .card-item .card-caption{padding:1rem 2rem;}.component-cards-team .cards-container .card-item .card-caption .edit-mode{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;}.component-cards-local{padding:2rem 0 2.6rem 0;background-color:#F9F9F9;}@media (min-width:991px){.component-cards-local{padding:4rem 0 3.6rem 0;}}.component-cards-local .section-title,.component-cards-local .section-undertitle{text-align:center;}.component-cards-local .cards-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr 1.5rem 1fr;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;}@media (max-width:991px){.component-cards-local .cards-list{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cards-local .cards-list .card-item-contacto{background-color:#fff;padding:1.5rem;display:-ms-grid;display:grid;-ms-grid-columns:auto 1.5rem 1fr;grid-template-columns:auto 1fr;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.component-cards-local .cards-list .card-item-contacto .icono{background-color:#EAEFEB;color:#2A6335;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50px;width:70px;height:70px;}.component-cards-local .cards-list .card-item-contacto .icono span{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-cards-local .cards-list .card-item-contacto .icono span{font-size:24px;}}@media screen and (min-width:1920px){.component-cards-local .cards-list .card-item-contacto .icono span{font-size:32px;}}.component-cards-local .cards-list .card-item-contacto .contact-text .upper{color:#2A6335;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:900;display:block;margin-bottom:0.5rem;}@media screen and (max-width:375px){.component-cards-local .cards-list .card-item-contacto .contact-text .upper{font-size:16px;}}@media screen and (min-width:1920px){.component-cards-local .cards-list .card-item-contacto .contact-text .upper{font-size:18px;}}.component-cards-local .cards-list .card-item-contacto .contact-text .info-txt{color:#424242;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:400;margin:0;}@media screen and (max-width:375px){.component-cards-local .cards-list .card-item-contacto .contact-text .info-txt{font-size:14px;}}@media screen and (min-width:1920px){.component-cards-local .cards-list .card-item-contacto .contact-text .info-txt{font-size:16px;}}.component-cards-local .cards-list .card-item-contacto .contact-text .link{color:#424242;text-decoration:none;}.component-cards-local .cards-list .card-item-contacto .contact-text .link:hover{text-decoration:underline;}.form-filtros{margin:2rem 0;}.form-filtros .component-form .form__group-inline{display:-ms-grid;display:grid;gap:1rem;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:991px){.form-filtros .component-form .form__group-inline{-ms-grid-columns:auto 1fr 1fr 1fr 1fr;grid-template-columns:auto 1fr 1fr 1fr 1fr;}}.aside-propiedad-detalle{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.aside-propiedad-detalle{padding:4rem 0 3.6rem 0;}}.aside-propiedad-detalle.fixed{position:sticky;top:100px;}.aside-propiedad-detalle .aside__card-content{padding:1rem;background-color:#F9F9F9;border-radius:8px;}.aside-propiedad-detalle .aside-title{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;margin:0;color:#2A6335;margin-bottom:1rem;}@media screen and (max-width:375px){.aside-propiedad-detalle .aside-title{font-size:18px;}}@media screen and (min-width:1920px){.aside-propiedad-detalle .aside-title{font-size:21px;}}.aside-propiedad-detalle .card__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin:1rem 0;}.aside-propiedad-detalle .card__details .detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;}.aside-propiedad-detalle .card__details .detail .material-symbols-outlined{color:#DFBB9C;font-size:1.8rem;}.aside-propiedad-detalle .card__details .detail .txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#424242;}@media screen and (max-width:375px){.aside-propiedad-detalle .card__details .detail .txt{font-size:16px;}}@media screen and (min-width:1920px){.aside-propiedad-detalle .card__details .detail .txt{font-size:18px;}}.aside-propiedad-detalle .card__details .detail .txt-var{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:700;}@media screen and (max-width:375px){.aside-propiedad-detalle .card__details .detail .txt-var{font-size:18px;}}@media screen and (min-width:1920px){.aside-propiedad-detalle .card__details .detail .txt-var{font-size:24px;}}.aside-propiedad-detalle .contact-form{margin:1rem 0;}.aside-propiedad-detalle .wpp-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#01DF62;color:#fff;gap:1rem;}.aside-propiedad-detalle .wpp-btn img{height:25px;}.aside-filtros{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.aside-filtros{padding:4rem 0 3.6rem 0;}}@media (max-width:991px){.aside-filtros{padding:0;margin-bottom:0;}}.aside-filtros .aside__card-content{padding:1rem;background-color:#F9F9F9;border-radius:8px;}@media (max-width:991px){.aside-filtros .aside__card-content:not(.show){display:none;}}.aside-filtros .aside__card-content-categoria{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.3rem;}.aside-filtros .aside__card-content-categoria:not(:last-of-type){padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #E0E0E0;}.aside-filtros .aside__card-content .categoria-title{font-weight:700;text-transform:uppercase;display:block;margin-bottom:0.3rem;}.aside-filtros .btn{margin-top:1.5rem;width:100%;border-radius:6px;min-height:46px;}.aside-filtros .filtrobtn-mobile{background-color:#2A6335;border:1px solid #2A6335;color:#fff;padding:0.75rem 1rem;width:100%;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:375px){.aside-filtros .filtrobtn-mobile{font-size:14px;}}@media screen and (min-width:1920px){.aside-filtros .filtrobtn-mobile{font-size:16px;}}@media (min-width:991px){.aside-filtros .filtrobtn-mobile{display:none;}}.form-checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0.5rem;}.aside-detalles{margin:2rem 0 2.6rem 0;}@media (min-width:991px){.aside-detalles{margin:4rem 0 4rem 0;}}.aside-detalles .aside__card-content{padding:1rem;background-color:#F9F9F9;border-radius:8px;}.aside-detalles .reference-number{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#424242;font-weight:700;display:block;margin-bottom:1rem;}@media screen and (max-width:375px){.aside-detalles .reference-number{font-size:14px;}}@media screen and (min-width:1920px){.aside-detalles .reference-number{font-size:16px;}}.aside-detalles .aside-title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#2A6335;font-weight:900;margin:0 0 0.75rem 0;padding:0;}@media screen and (max-width:375px){.aside-detalles .aside-title{font-size:24px;}}@media screen and (min-width:1920px){.aside-detalles .aside-title{font-size:32px;}}.aside-detalles .card-description{margin-bottom:1rem;}.aside-detalles .card-description p{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#424242;margin:0;}@media screen and (max-width:375px){.aside-detalles .card-description p{font-size:14px;}}@media screen and (min-width:1920px){.aside-detalles .card-description p{font-size:16px;}}.aside-detalles .card-description .txt{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;}@media screen and (max-width:375px){.aside-detalles .card-description .txt{font-size:12px;}}@media screen and (min-width:1920px){.aside-detalles .card-description .txt{font-size:14px;}}.aside-detalles .card__details{margin-bottom:1rem;}.aside-detalles .card__details .detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.aside-detalles .card__details .detail:not(:last-of-type){margin-bottom:0.35rem;padding-bottom:0.35rem;}.aside-detalles .card__details .detail .txt,.aside-detalles .card__details .detail .txt-var{color:#424242;}.aside-detalles .card__details .detail .txt{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;}@media screen and (max-width:375px){.aside-detalles .card__details .detail .txt{font-size:12px;}}@media screen and (min-width:1920px){.aside-detalles .card__details .detail .txt{font-size:14px;}}.aside-detalles .card__details .detail .txt-var{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:900;}@media screen and (max-width:375px){.aside-detalles .card__details .detail .txt-var{font-size:18px;}}@media screen and (min-width:1920px){.aside-detalles .card__details .detail .txt-var{font-size:21px;}}.aside-detalles .card__details .detail .txt-var small{font-weight:400;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.aside-detalles .card__details .detail .txt-var small{font-size:12px;}}@media screen and (min-width:1920px){.aside-detalles .card__details .detail .txt-var small{font-size:14px;}}.aside-detalles .card__details .detail:first-of-type .txt-var{color:#2A6335;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;}@media screen and (max-width:375px){.aside-detalles .card__details .detail:first-of-type .txt-var{font-size:18px;}}@media screen and (min-width:1920px){.aside-detalles .card__details .detail:first-of-type .txt-var{font-size:24px;}}.aside-detalles .wpp-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#01DF62;color:#fff;gap:1rem;}.aside-detalles .wpp-btn img{height:25px;}.content-propiedad-ampliada{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.content-propiedad-ampliada{padding:4rem 0 3.6rem 0;}}.content-propiedad-ampliada .content-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:2rem;}@media (max-width:991px){.content-propiedad-ampliada .content-head{gap:0.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.content-propiedad-ampliada .content-head .head-info .content-title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;margin:0;}@media screen and (max-width:375px){.content-propiedad-ampliada .content-head .head-info .content-title{font-size:24px;}}@media screen and (min-width:1920px){.content-propiedad-ampliada .content-head .head-info .content-title{font-size:32px;}}.content-propiedad-ampliada .content-head .head-info .address-info{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:400;margin:0;color:#757575;}@media screen and (max-width:375px){.content-propiedad-ampliada .content-head .head-info .address-info{font-size:16px;}}@media screen and (min-width:1920px){.content-propiedad-ampliada .content-head .head-info .address-info{font-size:18px;}}.content-propiedad-ampliada .content-head .head-info .address-info .txt-direccion:after{content:"|";}.content-propiedad-ampliada .content-head .head-info .address-info .txt-ciudad:after,.content-propiedad-ampliada .content-head .head-info .address-info .txt-barrio:after{content:"-";}.content-propiedad-ampliada .content-head .content-price .txt{color:#757575;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.content-propiedad-ampliada .content-head .content-price .txt{font-size:16px;}}@media screen and (min-width:1920px){.content-propiedad-ampliada .content-head .content-price .txt{font-size:18px;}}.content-propiedad-ampliada .content-head .content-price .price-var{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;font-weight:700;}@media screen and (max-width:375px){.content-propiedad-ampliada .content-head .content-price .price-var{font-size:32px;}}@media screen and (min-width:1920px){.content-propiedad-ampliada .content-head .content-price .price-var{font-size:48px;}}.content-propiedad-ampliada .tag-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;}.content-articulo-ampliado{padding:60px 0;}.content-articulo-ampliado .content-articulo{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;row-gap:20px;}.content-articulo-ampliado .content-articulo .share-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.875rem;}.content-articulo-ampliado .content-articulo .share-social .title{font-size:12px;line-height:150%;color:#757575;text-transform:uppercase;}.content-articulo-ampliado .content-articulo .share-social .social-link{border:1px solid #E0E0E0;width:40px;height:40px;border-radius:4px;color:#757575;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:991px){.content-articulo-ampliado .content-articulo{-ms-grid-columns:auto 80px auto;grid-template-columns:auto auto;-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px;}.content-articulo-ampliado .content-articulo .share-social{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.content-articulo-ampliado .content-articulo .share-social .social-link{height:50px;width:50px;}}.component-text-collapsables{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-text-collapsables{padding:4rem 0 3.6rem 0;}}.component-text-collapsables .component-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;}@media (min-width:991px){.component-text-collapsables .component-content{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}.component-text-collapsables .component-colapsable{margin:unset;}.component-cta-numeros{background-color:#2A6335;padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-cta-numeros{padding:4rem 0 3.6rem 0;}}.component-cta-numeros .content-area{display:-ms-grid;display:grid;-ms-grid-columns:40% 2rem 1fr;grid-template-columns:40% 1fr;gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (max-width:1280px){.component-cta-numeros .content-area{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cta-numeros .content-area .content-area-indicators{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1rem 1fr 1rem 1fr;grid-template-columns:1fr 1fr 1fr;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (max-width:1280px){.component-cta-numeros .content-area .content-area-indicators{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}@media (max-width:767px){.component-cta-numeros .content-area .content-area-indicators{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cta-numeros .content-area .area-txt{margin:0;font-size:calc(28px + 14 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;color:#fff;}@media screen and (max-width:375px){.component-cta-numeros .content-area .area-txt{font-size:28px;}}@media screen and (min-width:1920px){.component-cta-numeros .content-area .area-txt{font-size:42px;}}@media (max-width:1280px){.component-cta-numeros .content-area .area-txt{text-align:center;}}.component-cta-numeros .content-area .indicator{text-align:center;}.component-cta-numeros .content-area .indicator:not(:last-of-type){border-right:1px solid #709678;}@media (max-width:767px){.component-cta-numeros .content-area .indicator:not(:last-of-type){border-right:none;}}.component-cta-numeros .content-area .indicator .number{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;font-weight:700;display:block;color:#fff;}@media screen and (max-width:375px){.component-cta-numeros .content-area .indicator .number{font-size:32px;}}@media screen and (min-width:1920px){.component-cta-numeros .content-area .indicator .number{font-size:48px;}}.component-cta-numeros .content-area .indicator .details{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#fff;}@media screen and (max-width:375px){.component-cta-numeros .content-area .indicator .details{font-size:16px;}}@media screen and (min-width:1920px){.component-cta-numeros .content-area .indicator .details{font-size:18px;}}.component-info-ampliada{background-color:#F9F9F9;padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-info-ampliada{padding:4rem 0 3.6rem 0;}}.component-info-ampliada .info-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr;grid-template-columns:1fr 1fr;gap:1.5rem;}@media (max-width:991px){.component-info-ampliada .info-content{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-info-ampliada .info-content .info-img img{aspect-ratio:3/2;width:100%;-o-object-fit:cover;object-fit:cover;}.component-info-ampliada .info-caption{padding:2rem;border:1px solid #EEEEEE;background-color:#fff;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;}@media (max-width:991px){.component-info-ampliada .info-caption{padding:1rem;}}.component-info-ampliada .info-caption .info-title{margin:0;}.component-info-ampliada .info-caption .txt-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.component-info-ampliada .actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-top:0.5rem;-ms-flex-item-align:start;align-self:flex-start;}@media (max-width:991px){.component-info-ampliada .actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.component-info-ampliada .wpp-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#01DF62;color:#fff;gap:1rem;}.component-info-ampliada .wpp-btn img{height:25px;}.component-iframe-mapa{margin:2rem 0;}.component-iframe-mapa .section__iframe{margin:1rem 0;}.component-iframe-mapa .section__iframe iframe{border:none;width:100%;height:320px;}.component-page-intro{background-color:#2A6335;border-bottom:1px solid #E0E0E0;position:relative;padding:3rem 0;z-index:0;}.component-page-intro .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;}.component-page-intro .intro__caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;bottom:0;text-align:left;opacity:1;z-index:9;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-page-intro .intro__caption-content{position:relative;width:100%;}.component-page-intro .section-title{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;color:#fff;margin:0;}@media screen and (max-width:375px){.component-page-intro .section-title{font-size:32px;}}@media screen and (min-width:1920px){.component-page-intro .section-title{font-size:48px;}}.component-page-intro .section-description{font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;color:#fff;margin:0.4rem 0 0 0;}@media screen and (max-width:375px){.component-page-intro .section-description{font-size:18px;}}@media screen and (min-width:1920px){.component-page-intro .section-description{font-size:21px;}}.component-page-intro .caption-date{color:#757575;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;margin-top:0.5rem;}@media screen and (max-width:375px){.component-page-intro .caption-date{font-size:14px;}}@media screen and (min-width:1920px){.component-page-intro .caption-date{font-size:16px;}}.component-page-intro .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;}.component-page-intro .breadcrumb-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;color:#fff;}@media screen and (max-width:375px){.component-page-intro .breadcrumb-link{font-size:12px;}}@media screen and (min-width:1920px){.component-page-intro .breadcrumb-link{font-size:14px;}}.component-page-intro .breadcrumb-link span{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-page-intro .breadcrumb-link span{font-size:16px;}}@media screen and (min-width:1920px){.component-page-intro .breadcrumb-link span{font-size:18px;}}.component-page-intro .breadcrumb-link:after{font-family:"Material Icons Outlined";content:"\e5cc";font-size:18px;margin:0 5px 0 10px;position:relative;top:1px;color:#fff;}.component-page-intro .breadcrumb-current{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:500;color:#fff;}@media screen and (max-width:375px){.component-page-intro .breadcrumb-current{font-size:12px;}}@media screen and (min-width:1920px){.component-page-intro .breadcrumb-current{font-size:14px;}}.component-intro{background-color:#fff;padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-intro{padding:4rem 0 3.6rem 0;}}.component-intro .btn-md{-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start;}.component-intro .intro__content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;height:100%;}.component-intro .intro__content .intro__img{display:inline-table;}.component-intro .intro__content .img-intro{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;}.component-intro .intro__content .intro__text{padding:0 15px;}@media (min-width:991px){.component-intro .intro__content .intro__text{padding:0 0 0 14.5%;}}@media (min-width:1920px){.component-intro .intro__content .intro__text{padding:0 0 0 24%;}}.component-intro .intro__content .intro__text .intro__copy{margin-bottom:1rem;}.component-intro .intro__content .intro__text .copy-txt{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;}@media screen and (max-width:375px){.component-intro .intro__content .intro__text .copy-txt{font-size:18px;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__text .copy-txt{font-size:21px;}}.component-intro .intro__content .intro__text .intro__subtitle{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#2A6335;}@media screen and (max-width:375px){.component-intro .intro__content .intro__text .intro__subtitle{font-size:24px;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__text .intro__subtitle{font-size:32px;}}.component-intro-card .card__item{background-color:#F9F9F9;border:solid 1px #F9F9F9;border-radius:32px;-webkit-box-shadow:0px 2px 4px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 2px 4px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);padding:2rem;}.component-intro-card .card__item .card__content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;justify-items:baseline;margin-top:0;}.component-intro-card .card__item .card__content .card__item-title{color:#2A6335;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:2rem 0 1.5rem 0;}@media screen and (max-width:375px){.component-intro-card .card__item .card__content .card__item-title{font-size:18px;}}@media screen and (min-width:1920px){.component-intro-card .card__item .card__content .card__item-title{font-size:24px;}}.component-intro-card .card__item .card__content .card__list{padding-left:1.5rem;margin:0;}.component-intro-card .card__item .card__content .card__list-title{color:#000;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;}@media screen and (max-width:375px){.component-intro-card .card__item .card__content .card__list-title{font-size:16px;}}@media screen and (min-width:1920px){.component-intro-card .card__item .card__content .card__list-title{font-size:18px;}}.component-intro-card .card__item .card__content .list__item{color:#000;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:400;}@media screen and (max-width:375px){.component-intro-card .card__item .card__content .list__item{font-size:16px;}}@media screen and (min-width:1920px){.component-intro-card .card__item .card__content .list__item{font-size:18px;}}.component-intro-alt .bg-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#F9F9F9;}.component-intro-alt .intro__content .intro__text{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.component-intro-alt .intro__content .intro__text .section__title{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;color:#2A6335;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box;}@media screen and (max-width:375px){.component-intro-alt .intro__content .intro__text .section__title{font-size:32px;}}@media screen and (min-width:1920px){.component-intro-alt .intro__content .intro__text .section__title{font-size:48px;}}@media (min-width:1440px){.component-intro-alt .intro__content .intro__text .section__title{padding-right:8rem;}}.component-intro-alt .intro__content .intro__text .card-section{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;margin:2rem 0;}@media (min-width:991px){.component-intro-alt .intro__content .intro__text .card-section{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}.component-intro-alt .intro__content .intro__text .card-section__item{text-decoration:none;padding:2rem 1.2rem;background-color:#F9F9F9;}.component-intro-alt .intro__content .intro__text .card-section__item:hover{background-color:#F9F9F9;-webkit-box-shadow:0px 8px 16px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 8px 16px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);}.component-intro-alt .intro__content .intro__text .card-section__item span,.component-intro-alt .intro__content .intro__text .card-section__item .material-icons{font-size:2.5rem;color:#2A6335;}.component-intro-alt .intro__content .intro__text .card-section__item .card-title{color:#424242;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:700;margin:1rem 0 1rem 0;}@media screen and (max-width:375px){.component-intro-alt .intro__content .intro__text .card-section__item .card-title{font-size:18px;}}@media screen and (min-width:1920px){.component-intro-alt .intro__content .intro__text .card-section__item .card-title{font-size:21px;}}.component-intro-alt .intro__content .intro__text .card-section__item p{color:#000;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0;}@media screen and (max-width:375px){.component-intro-alt .intro__content .intro__text .card-section__item p{font-size:16px;}}@media screen and (min-width:1920px){.component-intro-alt .intro__content .intro__text .card-section__item p{font-size:18px;}}.component-intro-alt .intro__content .img-section{height:100%;}.component-intro-alt .intro__content .img-section img{-o-object-fit:cover;object-fit:cover;}@media (min-width:991px){.component-intro{padding:2rem 0 2.6rem 0;}}@media (min-width:991px) and (min-width:991px){.component-intro{padding:4rem 0 3.6rem 0;}}@media (min-width:991px){.component-intro .intro__content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 45%;grid-template-columns:1fr 45%;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;}.component-intro .intro__content .img-intro{margin-top:0;}.component-intro-alt .intro__content{-ms-grid-columns:40% 3rem 1fr;grid-template-columns:40% 1fr;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem;}.component-intro-right{padding:2rem 0 2.6rem 0;}}@media (min-width:991px) and (min-width:991px){.component-intro-right{padding:4rem 0 3.6rem 0;}}@media (min-width:991px){.component-intro-right .intro__content{display:-ms-grid;display:grid;-ms-grid-columns:30% 2rem 1fr;grid-template-columns:30% 1fr;gap:2rem;}.component-intro-right .intro__content .img-intro{margin-top:0;}}.component-tabs-content{background-color:#fff;padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-tabs-content{padding:4rem 0 3.6rem 0;}}.component-tabs-content .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;}.component-tabs-content .page-container .btn-medium{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:0.5rem;}@media (min-width:1024px){.component-tabs-content .page-container .btn-medium{position:absolute;top:0.25rem;right:1rem;}}@media (max-width:768px){.component-tabs-content .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}}.component-tabs-content .page-container .tabs .tab-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.component-tabs-content .page-container .tabs .tab-header .tab-slider{overflow-y:hidden;display:-ms-grid;display:grid;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0 0 0 0.5rem;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs input[type=radio]{display:none;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs input[type=radio]:checked + label span{background-color:#fff;color:#2A6335;display:block;border-radius:50px;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab{background:#2A6335;color:#fff;font-weight:700;cursor:pointer;padding:0.25rem;margin-left:-0.4rem;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab span{font-weight:700;font-size:calc(0.875rem + 0.125 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Lato",sans-serif;text-decoration:none;position:relative;text-align:center;vertical-align:middle;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:inline-block;border-radius:50px;-webkit-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;padding:0.875rem 2rem;background-color:#2A6335;color:#fff;display:block;border-radius:50px;}@media screen and (max-width:375px){.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab span{font-size:0.875rem;}}@media screen and (min-width:1920px){.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab span{font-size:1rem;}}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab span:hover{scale:1.05;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab:first-of-type{border-radius:50px 0 0 50px;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab:last-of-type{border-radius:0 50px 50px 0;}@media (max-width:768px){.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;}}.component-tabs-content .page-container .tabs .tab-content{display:none;padding:2rem 0;width:100%;}.component-tabs-content .page-container .tabs .tab-content .component-card-document{padding:0;}.component-text-img{background-color:#F9F9F9;padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-text-img{padding:4rem 0 3.6rem 0;}}.component-text-img .section-content{background-color:#fff;padding:3rem;gap:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (max-width:1366px){.component-text-img .section-content{-ms-grid-columns:1fr 55%;grid-template-columns:1fr 55%;padding:2rem;}}@media (max-width:991px){.component-text-img .section-content{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:1rem;gap:0;}}.component-text-img .section-content:not(:last-of-type){margin-bottom:2rem;}@media (max-width:1366px){.component-text-img .section-content-invert{-ms-grid-columns:55% 1fr;grid-template-columns:55% 1fr;}}@media (min-width:991px){.component-text-img .section-content-invert img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}@media (max-width:991px){.component-text-img .section-content-invert{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-text-img img{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:25/21;}.component-text-img .section-caption{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media (max-width:991px){.component-text-img .section-caption{padding:1rem;}}.component-text-img .caption-description{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#424242;}@media screen and (max-width:375px){.component-text-img .caption-description{font-size:16px;}}@media screen and (min-width:1920px){.component-text-img .caption-description{font-size:18px;}}.component-text-img .actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-top:0.5rem;-ms-flex-item-align:start;align-self:flex-start;}@media (max-width:991px){.component-text-img .actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.component-text-img .btn,.component-text-img .btn-md,.component-text-img .btn-lg{-ms-flex-item-align:start;align-self:flex-start;}.component-text-description{margin:2rem 0 2.6rem 0;}@media (min-width:991px){.component-text-description{margin:4rem 0 4rem 0;}}.component-text-description .edit-mode{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.component-text-description .section-title,.component-text-description .section-undertitle{text-align:center;}.component-text-description img{width:100%;height:550px;max-height:550px;-o-object-fit:cover;object-fit:cover;}@media (max-width:991px){.component-text-description img{height:300px;}}.component-text-description .text-area{margin:2rem 0;display:-ms-grid;display:grid;-ms-grid-columns:auto 2rem auto;grid-template-columns:auto auto;gap:2rem;}@media (max-width:991px){.component-text-description .text-area{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-text-description .text-area .midtitle{color:#2A6335;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:700;margin:0 0 0.5rem 0;}@media screen and (max-width:375px){.component-text-description .text-area .midtitle{font-size:18px;}}@media screen and (min-width:1920px){.component-text-description .text-area .midtitle{font-size:21px;}}.component-text-description .text-area .txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0;margin:0 0 1rem 0;}@media screen and (max-width:375px){.component-text-description .text-area .txt{font-size:16px;}}@media screen and (min-width:1920px){.component-text-description .text-area .txt{font-size:18px;}}.component-txt-propiedad{-webkit-box-sizing:border-box;box-sizing:border-box;padding:2rem 0;background-color:#F9F9F9;margin-top:-2rem;color:#000;}.component-txt-propiedad .title{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.component-txt-propiedad .title{font-size:18px;}}@media screen and (min-width:1920px){.component-txt-propiedad .title{font-size:21px;}}.component-breadcrumb{position:relative;padding:5px 0;background-color:#F9F9F9;}.component-breadcrumb .breadcrumb-link{text-decoration:none;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;color:#757575;}@media screen and (max-width:375px){.component-breadcrumb .breadcrumb-link{font-size:12px;}}@media screen and (min-width:1920px){.component-breadcrumb .breadcrumb-link{font-size:14px;}}.component-breadcrumb .breadcrumb-link:after{content:"»";font-size:18px;margin:0 5px 0 10px;position:relative;top:1px;color:#757575;}.component-breadcrumb .breadcrumb-current{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;color:#757575;}@media screen and (max-width:375px){.component-breadcrumb .breadcrumb-current{font-size:12px;}}@media screen and (min-width:1920px){.component-breadcrumb .breadcrumb-current{font-size:14px;}}.sidebar{background-color:#265A30;}.sidebar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;}@media (min-width:1280px){.sidebar-nav{height:100vh;}}.sidebar-nav .logo{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.5rem;border-bottom:1px solid #2A6335;}.sidebar-nav .logo img{height:100px;}@media (min-width:1440px){.sidebar-nav .logo{padding:2rem;}.sidebar-nav .logo img{height:140px;}}.sidebar-nav .nav-principal{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}.sidebar-nav .nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;}@media (max-width:1280px){.sidebar-nav .nav-menu{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:0px;overflow:hidden;-webkit-transition:max-height 1s cubic-bezier(0,1,0,1);transition:max-height 1s cubic-bezier(0,1,0,1);padding:0;left:0;right:0;}}.sidebar-nav .nav-menu .nav-item{color:#2A6335;padding:0.7rem 1.5rem;font-size:0.875rem;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.sidebar-nav .nav-menu .nav-item:hover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#EAEFEB;}.sidebar-nav .nav-menu .nav-item:hover:after{font-family:"Material Icons Outlined";color:#DFBB9C;content:"\e941";font-size:21px;line-height:1;}.sidebar-nav .nav-menu .nav-item.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#2A6335;color:#fff;}.sidebar-nav .nav-menu .nav-item.active:after{font-family:"Material Icons Outlined";color:#DFBB9C;content:"\e941";font-size:21px;line-height:1;}@media (min-width:1440px){.sidebar-nav .nav-menu .nav-item{font-size:1rem;}}.sidebar-nav .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;margin-bottom:2rem;margin-top:2rem;}.sidebar-nav .social-icons .sm-icono{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;background-color:#2A6335;border-radius:6px;padding:2px;}.sidebar-nav .social-icons .sm-icono img{width:auto;height:16px;}@media (min-width:1440px){.sidebar-nav .social-icons .sm-icono{width:45px;height:45px;}.sidebar-nav .social-icons .sm-icono img{width:auto;height:21px;}}@media (max-width:1280px){.sidebar-nav .social-icons{display:none;}}@media (max-width:1280px){.sidebar-nav .label-mobile-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (min-width:1280px){.sidebar-nav .label-mobile-menu{display:none;}}.sidebar-nav .nav-toggler{display:none;}@media (max-width:1280px){.sidebar-nav .nav-toggler + label{padding:0 15px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#2A6335;padding:0.6rem 1.5rem;font-size:0.875rem;}.sidebar-nav .nav-toggler + label .bar{position:relative;width:25px;height:2px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background:#2A6335;}.sidebar-nav .nav-toggler + label .bar + .bar{margin-top:5px;}.sidebar-nav .nav-toggler:checked + label .bar:nth-of-type(1){-webkit-transform:rotate(-45deg) translateX(-40%);transform:rotate(-45deg) translateX(-40%);}.sidebar-nav .nav-toggler:checked + label .bar:nth-of-type(2){opacity:0;}.sidebar-nav .nav-toggler:checked + label .bar:nth-of-type(3){-webkit-transform:rotate(45deg) translateX(-40%);transform:rotate(45deg) translateX(-40%);}.sidebar-nav .nav-toggler:checked ~ .nav-principal .nav-menu{min-height:calc(100vh - 168px);height:calc(100vh - 168px);-webkit-transition:max-height 1s ease-in;transition:max-height 1s ease-in;}}.servicios-home{background-color:#F9F9F9;padding:40px 0;}@media (min-width:1440px){.servicios-home{padding:80px 0;}}.servicios-home .servicios-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:50px;margin:30px 0;}@media (min-width:991px){.servicios-home .servicios-content{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}.servicios-home .image-content img{height:450px;aspect-ratio:6/5;-o-object-fit:cover;object-fit:cover;width:100%;}.servicios-home .text-content .title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#424242;text-transform:uppercase;}@media screen and (max-width:375px){.servicios-home .text-content .title{font-size:24px;}}@media screen and (min-width:1920px){.servicios-home .text-content .title{font-size:32px;}}.servicios-home .text-content .title:before{font-family:"Material Icons Outlined";content:"\f108";font-size:21px;}.servicios-home .text-content .description{color:#424242;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.servicios-home .text-content .description{font-size:18px;}}@media screen and (min-width:1920px){.servicios-home .text-content .description{font-size:21px;}}.servicios-home .text-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;}.servicios-home .text-content .servicios-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0;}.servicios-home .text-content .servicios-list .link-servicio{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;color:#2A6335;text-decoration:none;}@media screen and (max-width:375px){.servicios-home .text-content .servicios-list .link-servicio{font-size:18px;}}@media screen and (min-width:1920px){.servicios-home .text-content .servicios-list .link-servicio{font-size:21px;}}.servicios-home .text-content .servicios-list .link-servicio:after{color:#DFBB9C;font-family:"Material Icons Outlined";content:"\e941";font-size:21px;}.servicios-home .text-content .servicios-list .link-servicio:hover{font-weight:700;}.clinica-home{background-color:#fff;}@media (min-width:991px){.clinica-home{display:-ms-grid;display:grid;-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;}}.equipo-medico{background-color:#F9F9F9;padding:40px 0;}@media (min-width:1440px){.equipo-medico{padding:80px 0;}}@media (max-width:1366px){.equipo-medico .owl-stage{margin-left:-40px;}}.equipo-medico .owl-nav{margin-top:1rem;float:right;color:#2A6335;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;}.equipo-medico .carousel-cards{width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;margin-top:20px;}.equipo-medico .carousel-cards .item__carousel{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100% !important;overflow:hidden;border-radius:12px 12px 0 0;}.equipo-medico .carousel-cards .item__carousel img{aspect-ratio:5/4;-o-object-fit:cover;object-fit:cover;}.equipo-medico .item__caption{position:relative;width:100%;bottom:0;text-align:left;background-color:#fff;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0 0 12px 12px;}.equipo-medico .item__caption .item__title{color:#2A6335;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:700;margin:0;margin-bottom:6px;}@media screen and (max-width:375px){.equipo-medico .item__caption .item__title{font-size:18px;}}@media screen and (min-width:1920px){.equipo-medico .item__caption .item__title{font-size:21px;}}.equipo-medico .item__caption .item__description{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0 0 0.875rem 0;}@media screen and (max-width:375px){.equipo-medico .item__caption .item__description{font-size:12px;}}@media screen and (min-width:1920px){.equipo-medico .item__caption .item__description{font-size:14px;}}.equipo-medico .item__caption .item__link{color:#2A6335;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.equipo-medico .item__caption .item__link{font-size:12px;}}@media screen and (min-width:1920px){.equipo-medico .item__caption .item__link{font-size:14px;}}.equipo-medico .item__caption .item__link:after{font-family:"Material Icons Outlined";content:"\e941";font-size:18px;color:#DFBB9C;}.articulos-interes{padding:40px 0;}@media (min-width:1440px){.articulos-interes{padding:80px 0;}}@media (max-width:991px){.articulos-interes .actions{display:none;}}.articulos-interes .actions.actions-mobile{display:none;}@media (max-width:991px){.articulos-interes .actions.actions-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;}}.articulos-interes .title-section-right{padding:0;}.articulos-interes .section-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}@media (min-width:991px){.articulos-interes .section-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.articulos-interes .section-content .title-section-right{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;}.articulos-interes .section-content .carousel-cards{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;}}.articulos-interes .owl-stage{margin-left:-40px;}@media (min-width:991px){.articulos-interes .owl-stage{margin-left:-20px;}}@media (min-width:1280px){.articulos-interes .owl-stage{margin-left:-60px;}}.articulos-interes .carousel-cards{overflow:hidden;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}@media (max-width:991px){.articulos-interes .carousel-cards{padding:2rem 0;}}.articulos-interes .carousel-cards .item__carousel{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100% !important;overflow:hidden;border-radius:12px;}.articulos-interes .carousel-cards .item__carousel:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(22.4%,rgba(0,0,0,0)),to(#000000));background:linear-gradient(180deg,rgba(0,0,0,0) 22.4%,#000000 100%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.articulos-interes .carousel-cards .item__carousel img{width:100%;aspect-ratio:5/7;-o-object-fit:cover;object-fit:cover;}.articulos-interes .carousel-cards .item__caption{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;width:100%;bottom:0;text-align:left;color:#fff;margin:2rem 0;padding:1rem;}.articulos-interes .carousel-cards .item__caption .item__title{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;margin:0.875rem 0 1rem 0;}@media screen and (max-width:375px){.articulos-interes .carousel-cards .item__caption .item__title{font-size:18px;}}@media screen and (min-width:1920px){.articulos-interes .carousel-cards .item__caption .item__title{font-size:21px;}}.articulos-interes .carousel-cards .item__caption .item__link{color:#fff;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;}.articulos-interes .carousel-cards .item__caption .item__link:after{font-family:"Material Icons Outlined";content:"\e941";font-size:18px;}.footer-contacto{background-color:#F9F9F9;padding:40px 0;}@media (min-width:1440px){.footer-contacto{padding:80px 0;}}.footer-contacto .info-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:0rem;}@media (min-width:1280px){.footer-contacto .info-content{-ms-grid-columns:1fr 2rem 50%;grid-template-columns:1fr 50%;gap:2rem;}}.footer-contacto .info-content__contacto .list-items{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;}@media (min-width:576px){.footer-contacto .info-content__contacto .list-items{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}@media (min-width:1280px){.footer-contacto .info-content__contacto .list-items{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}.footer-contacto .info-content__contacto .list-items .item-contacto{display:-ms-grid;display:grid;-ms-grid-columns:auto 1.5rem 1fr;grid-template-columns:auto 1fr;gap:1.5rem;}.footer-contacto .info-content__contacto .list-items .item-contacto .icono{background-color:#DFBB9C;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50px;width:50px;height:50px;}.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .upper{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .upper{font-size:12px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .upper{font-size:14px;}}.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .info-txt{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:400;margin:0;}@media screen and (max-width:375px){.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .info-txt{font-size:14px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .info-txt{font-size:16px;}}.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .link{color:#424242;text-decoration:none;}.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .link:hover{text-decoration:underline;}.footer-contacto .info-content__contacto .social-media{margin:2rem 0;}.footer-contacto .info-content__contacto .social-media .title{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.footer-contacto .info-content__contacto .social-media .title{font-size:14px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__contacto .social-media .title{font-size:16px;}}.footer-contacto .info-content__contacto .social-media .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.6rem;margin-bottom:2rem;margin-top:0.5rem;}.footer-contacto .info-content__contacto .social-media .social-icons .sm-icono{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0px 0px 1px rgba(48,49,51,0.05),0px 4px 8px rgba(48,49,51,0.1);box-shadow:0px 0px 1px rgba(48,49,51,0.05),0px 4px 8px rgba(48,49,51,0.1);width:30px;height:30px;background-color:#fff;border-radius:6px;padding:2px;}.footer-contacto .info-content__contacto .social-media .social-icons .sm-icono img{width:auto;height:16px;}@media (min-width:1440px){.footer-contacto .info-content__contacto .social-media .social-icons .sm-icono{width:35px;height:35px;}.footer-contacto .info-content__contacto .social-media .social-icons .sm-icono img{width:auto;height:21px;}}.footer-contacto .info-content__form{padding:2rem;background-color:#fff;border-radius:12px;}.footer-contacto .info-content__form .form-title{margin:0 0 1rem 0;color:#2A6335;}.footer-contacto .info-content__form .form-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}.component-social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;bottom:auto;height:auto;width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:16px;}@media (max-width:991px){.component-social-media{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin-top:2rem;}}.component-social-media__vertical{position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:2%;gap:8px;}.component-social-media__horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;}.component-social-media .circle-social-link{border:0.5px solid #dee2e6;background:#fff;border-radius:50%;-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.25);box-shadow:2px 2px 4px rgba(0,0,0,0.25);height:45px;width:45px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#424242;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;text-decoration:none;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}.component-social-media .circle-social-link img{width:auto;height:20px;}.component-social-media .circle-social-link:last-child{margin-bottom:0;}.component-social-media .circle-social-link span{color:#424242;}.component-social-media .share-btn{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}@media (max-width:991px){.component-social-media .share-btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.component-social-media .share-options{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;}.component-social-media .share-options .circle-social-link:hover{-webkit-transform:scale(1.1);transform:scale(1.1);}.component-social-media .share-options .circle-social-link:nth-child(1){visibility:hidden;-webkit-transition-delay:-0.25s;transition-delay:-0.25s;}.component-social-media .share-options .circle-social-link:nth-child(2){visibility:hidden;-webkit-transition-delay:-0.2s;transition-delay:-0.2s;}.component-social-media .share-options .circle-social-link:nth-child(3){visibility:hidden;-webkit-transition-delay:-0.15s;transition-delay:-0.15s;}.component-social-media .share-options .circle-social-link:nth-child(4){visibility:hidden;-webkit-transition-delay:-0.1s;transition-delay:-0.1s;}@media (max-width:991px){.component-social-media .share-options .circle-social-link:nth-child(4){visibility:hidden;-webkit-transition-delay:-0.25s;transition-delay:-0.25s;}.component-social-media .share-options .circle-social-link:nth-child(3){visibility:hidden;-webkit-transition-delay:-0.2s;transition-delay:-0.2s;}.component-social-media .share-options .circle-social-link:nth-child(2){visibility:hidden;-webkit-transition-delay:-0.15s;transition-delay:-0.15s;}.component-social-media .share-options .circle-social-link:nth-child(1){visibility:hidden;-webkit-transition-delay:-0.1s;transition-delay:-0.1s;}}.component-social-media .share-options.active .circle-social-link:nth-child(1){visibility:visible;-webkit-transition-delay:0.25s;transition-delay:0.25s;}.component-social-media .share-options.active .circle-social-link:nth-child(2){visibility:visible;-webkit-transition-delay:0.2s;transition-delay:0.2s;}.component-social-media .share-options.active .circle-social-link:nth-child(3){visibility:visible;-webkit-transition-delay:0.15s;transition-delay:0.15s;}.component-social-media .share-options.active .circle-social-link:nth-child(4){visibility:visible;-webkit-transition-delay:0.1s;transition-delay:0.1s;}@media (max-width:991px){.component-social-media .share-options.active .circle-social-link:nth-child(4){visibility:visible;-webkit-transition-delay:0.25s;transition-delay:0.25s;}.component-social-media .share-options.active .circle-social-link:nth-child(3){visibility:visible;-webkit-transition-delay:0.2s;transition-delay:0.2s;}.component-social-media .share-options.active .circle-social-link:nth-child(2){visibility:visible;-webkit-transition-delay:0.15s;transition-delay:0.15s;}.component-social-media .share-options.active .circle-social-link:nth-child(1){visibility:visible;-webkit-transition-delay:0.1s;transition-delay:0.1s;}}.component-galeria-slide .item__carousel img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;}.component-galeria-slide .owl-dots{width:100%;position:absolute;bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;}.component-galeria-slide .owl-dots .owl-dot{width:12px;height:12px;background-color:#fff;opacity:0.5;border-radius:50px;}.component-galeria-slide .owl-dots .owl-dot.active{background-color:#fff;opacity:1;}.component-text-galeria{background:url(/themes/vettore/assets/img/bgdetails.png);padding:40px 0;background-size:cover;}@media (min-width:1440px){.component-text-galeria{padding:80px 0;}}.component-text-galeria .owl-carousel-galeria{overflow:hidden;}.component-text-galeria .section-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;}.component-text-galeria .section-content .title-section-right{padding:0;}@media (min-width:991px){.component-text-galeria .section-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}.component-text-galeria .section-content .title-section-right{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:80px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;}.component-text-galeria .section-content .component-galeria-slide{border-radius:12px;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;}}.component-text-galeria.component-invert{background:none;}.component-text-galeria.component-invert .section-content{gap:4rem;}.component-video{margin:40px 0;}@media (min-width:1440px){.component-video{margin:80px 0;}}.component-video .link-video{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:380px;overflow:hidden;position:relative;text-decoration:none;width:100%;border-radius:12px;}@media (max-width:767px){.component-video .link-video{height:280px;}}.component-video .link-video img{width:100%;aspect-ratio:67/24;-o-object-fit:cover;object-fit:cover;}@media (max-width:767px){.component-video .link-video img{height:280px;}}.component-video .link-video:before{background:rgba(0,0,0,0.2);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;width:100%;z-index:2;}.component-video .link-video:after{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#DFBB9C;font-family:"Material Icons Outlined";content:"\e1c4";font-size:52px;height:65px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;line-height:1;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:65px;z-index:3;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}.component-lista-servicios{margin:40px 0;}@media (min-width:1440px){.component-lista-servicios{margin:80px 0;}}@media (min-width:1280px){.component-lista-servicios .title-section-full{width:60%;}}.component-lista-servicios .lista-cards-servicios{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr;grid-template-columns:1fr 1fr;gap:1.5rem;}@media (min-width:991px){.component-lista-servicios .lista-cards-servicios{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}@media (min-width:1280px){.component-lista-servicios .lista-cards-servicios{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}}@media (min-width:1440px){.component-lista-servicios .lista-cards-servicios{-ms-grid-columns:1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr;}}.component-lista-servicios .lista-cards-servicios .card__item{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;border:1px solid #E0E0E0;border-radius:8px;text-decoration:none;gap:1rem;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}.component-lista-servicios .lista-cards-servicios .card__item:hover{-webkit-transform:scale(1.01);transform:scale(1.01);-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.12),0 4px 8px rgba(0,0,0,0.06);box-shadow:0 10px 20px rgba(0,0,0,0.12),0 4px 8px rgba(0,0,0,0.06);}@media (min-width:991px){.component-lista-servicios .lista-cards-servicios .card__item{padding:2rem;}}.component-lista-servicios .lista-cards-servicios img{height:95px;width:auto;}.component-lista-servicios .lista-cards-servicios .card__title{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:400;margin:0;color:#424242;}@media screen and (max-width:375px){.component-lista-servicios .lista-cards-servicios .card__title{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-servicios .lista-cards-servicios .card__title{font-size:24px;}}.component-tab-categorias{margin:40px 0;}@media (min-width:1440px){.component-tab-categorias{margin:80px 0;}}.component-tab-categorias .servicios-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:50px;margin:30px 0;}@media (min-width:991px){.component-tab-categorias .servicios-content{-ms-grid-columns:1fr 30%;grid-template-columns:1fr 30%;}}.component-tab-categorias .servicios-content .content-info .title-section-full .title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-tab-categorias .servicios-content .content-info .title-section-full .title{font-size:24px;}}@media screen and (min-width:1920px){.component-tab-categorias .servicios-content .content-info .title-section-full .title{font-size:32px;}}.component-tab-categorias .servicios-content .content-info .title-section-full p,.component-tab-categorias .servicios-content .content-info .title-section-full .description{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-tab-categorias .servicios-content .content-info .title-section-full p,.component-tab-categorias .servicios-content .content-info .title-section-full .description{font-size:16px;}}@media screen and (min-width:1920px){.component-tab-categorias .servicios-content .content-info .title-section-full p,.component-tab-categorias .servicios-content .content-info .title-section-full .description{font-size:18px;}}.component-tab-categorias .servicios-content .content-info .image-content img{width:100%;-o-object-fit:cover;object-fit:cover;max-height:500px;}.component-tab-categorias .servicios-content .content-details .actions{background-color:#265A30;padding:1rem;}.component-tab-categorias .servicios-content .content-details .content-card-list{margin:2rem 0 1rem 0;background-color:#F9F9F9;padding:2rem;}.component-tab-categorias .servicios-content .content-details .content-card-list .lista{list-style:none;padding:0;}.component-tab-categorias .servicios-content .content-details .content-card-list .lista:not(:last-of-type){margin-bottom:2rem;}.component-tab-categorias .servicios-content .content-details .content-card-list .lista .title{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:700;color:#2A6335;margin:0 0 1rem 0;}@media screen and (max-width:375px){.component-tab-categorias .servicios-content .content-details .content-card-list .lista .title{font-size:18px;}}@media screen and (min-width:1920px){.component-tab-categorias .servicios-content .content-details .content-card-list .lista .title{font-size:24px;}}.component-tab-categorias .servicios-content .content-details .content-card-list .lista .item-lista{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-tab-categorias .servicios-content .content-details .content-card-list .lista .item-lista{font-size:16px;}}@media screen and (min-width:1920px){.component-tab-categorias .servicios-content .content-details .content-card-list .lista .item-lista{font-size:18px;}}.component-tab-categorias .servicios-content .content-details .content-card-list .lista .item-lista:not(:last-of-type){margin-bottom:0.75rem;}.component-tab-categorias .servicios-content .content-details .content-card-list .lista .item-lista:before{font-family:"Material Icons Outlined";content:"\e2e6";font-size:18px;color:#DFBB9C;}.component-galeria{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-galeria{padding:4rem 0 3.6rem 0;}}.component-galeria #thumbCarousel .carousel__viewport .carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;}.component-galeria #mainCarousel{width:100%;margin:0 auto 5px auto;--carousel-button-color:#170724;--carousel-button-bg:#fff;--carousel-button-shadow:0 2px 1px -1px rgb(0 0 0 / 20%),0 1px 1px 0 rgb(0 0 0 / 14%),0 1px 3px 0 rgb(0 0 0 / 12%);--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;--carousel-button-svg-stroke-width:2.5;}.component-galeria .carousel__slide{background-color:#2A6335;overflow:hidden;}.component-galeria .carousel__slide-video{position:relative;}.component-galeria .carousel__slide-video:before{font-family:"Material Icons Outlined";content:"\e1c4";color:#fff;font-size:calc(48px + 12 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:1rem 0;opacity:1;position:absolute;top:50%;left:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}@media screen and (max-width:375px){.component-galeria .carousel__slide-video:before{font-size:48px;}}@media screen and (min-width:1920px){.component-galeria .carousel__slide-video:before{font-size:60px;}}.component-galeria img{width:100%;height:100%;aspect-ratio:16/10;-o-object-fit:contain;object-fit:contain;}.component-galeria #mainCarousel .carousel__slide{width:100%;padding:0;}.component-galeria #mainCarousel .carousel__button.is-prev{left:-1.5rem;}.component-galeria #mainCarousel .carousel__button.is-next{right:-1.5rem;}.component-galeria #mainCarousel .carousel__button:focus{outline:none;-webkit-box-shadow:0 0 0 2px #2A6335;box-shadow:0 0 0 2px #2A6335;}.component-galeria #thumbCarousel .carousel__slide{padding:0;overflow-y:hidden;width:20%;height:140px;}@media (max-width:991px){.component-galeria #thumbCarousel .carousel__slide{height:auto;}}.component-galeria #thumbCarousel .carousel__slide img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;border-radius:4px;}.component-galeria #thumbCarousel .carousel__slide.is-nav-selected{opacity:1;}.component-intro-img p,.component-intro-img .intro-txt{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.component-intro-img p,.component-intro-img .intro-txt{font-size:18px;}}@media screen and (min-width:1920px){.component-intro-img p,.component-intro-img .intro-txt{font-size:21px;}}.component-intro-img img{width:100%;aspect-ratio:11/5;-o-object-fit:cover;object-fit:cover;}.component-texto p,.component-texto .txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-texto p,.component-texto .txt{font-size:16px;}}@media screen and (min-width:1920px){.component-texto p,.component-texto .txt{font-size:18px;}}.component-articulos-anteriores .articulos-interes{padding:0;}.component-articulos-anteriores .articulos-interes .carousel-cards{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;}@media (min-width:567px){.component-articulos-anteriores .articulos-interes .carousel-cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}@media (min-width:1024px){.component-articulos-anteriores .articulos-interes .carousel-cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.component-articulos-anteriores .articulos-interes .item__caption .item__title{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-articulos-anteriores .articulos-interes .item__caption .item__title{font-size:16px;}}@media screen and (min-width:1920px){.component-articulos-anteriores .articulos-interes .item__caption .item__title{font-size:18px;}}.component-lista-articulos{margin:0;}@media (min-width:1440px){.component-lista-articulos{margin:40px 0 40px 0;}}.component-lista-articulos .articulos-interes{padding:0;}.component-lista-articulos .carousel-cards{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;}@media (max-width:767px){.component-lista-articulos .carousel-cards{padding:0;}}@media (min-width:767px){.component-lista-articulos .carousel-cards{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}@media (min-width:991px){.component-lista-articulos .carousel-cards{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}@media (min-width:1440px){.component-lista-articulos .carousel-cards{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}}.component-paginador{margin:2rem 0 2.6rem 0;}@media (min-width:991px){.component-paginador{margin:4rem 0 4rem 0;}}.component-paginador .paginador{text-align:center;}.component-paginador .paginador .result-text{width:100%;text-align:center;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-paginador .paginador .result-text{font-size:12px;}}@media screen and (min-width:1920px){.component-paginador .paginador .result-text{font-size:14px;}}.component-paginador .paginador .nav-paginacion{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;}.component-paginador .paginador .page-item{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#DFBB9C;height:100%;border-radius:50%;width:30px !important;height:30px !important;border:1px solid #9E9E9E;font-weight:700;line-height:2.3;margin:0 4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;}@media screen and (max-width:375px){.component-paginador .paginador .page-item{font-size:12px;}}@media screen and (min-width:1920px){.component-paginador .paginador .page-item{font-size:14px;}}.component-paginador .paginador .page-item:hover{-webkit-box-shadow:0 0 5px rgba(0,0,0,0.15);box-shadow:0 0 5px rgba(0,0,0,0.15);}.component-paginador .paginador .page-item .page-link{background-color:#fff;text-decoration:none;color:#424242;margin:-3px 0 0;padding:3px 0 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;}.component-paginador .paginador .page-item .page-link:hover{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#F9F9F9;}.component-paginador .paginador .page-item .page-link.active{background-color:#2A6335;color:#fff;}.component-paginador .paginador .page-item .page-link.disabled{pointer-events:none;}.component-paginador .paginador .page-item .page-link span{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#616161;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media screen and (max-width:375px){.component-paginador .paginador .page-item .page-link span{font-size:12px;}}@media screen and (min-width:1920px){.component-paginador .paginador .page-item .page-link span{font-size:14px;}}.component-categorias{margin:40px 0;}@media (min-width:1440px){.component-categorias{margin:80px 0 40px 0;}}.component-categorias .section-labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;}@media (min-width:991px){.component-categorias .section-labels{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.component-categorias .list-labels{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;list-style:none;padding:0;margin:0;}.component-categorias .label .bef-link{padding:0.2rem 1rem;display:inline-block;text-decoration:none;font-size:12px;border-radius:50px;text-transform:uppercase;text-decoration:none;background-color:#EEEEEE;color:#424242;}.component-categorias .label .bef-link--selected{background-color:#2A6335;color:#fff;}.wpp-section{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:2rem;right:24px;z-index:10000;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;z-index:998;}@media (max-width:991px){.wpp-section{bottom:3%;right:22px;}}.wpp-section .wpp-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;color:#fff;text-decoration:none;}.wpp-section .wpp-btn img{-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);border-radius:50px;height:60px;}.wpp-section:hover{scale:1.2;}.weather-section{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:6.5rem;right:24px;z-index:10000;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;z-index:998;}@media (max-width:991px){.weather-section{bottom:10%;right:22px;}}@media (max-width:767px){.weather-section{bottom:14%;right:22px;}}.weather-section .weather-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;color:#fff;text-decoration:none;}.weather-section .weather-btn img{-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);border-radius:50px;height:60px;}.weather-section:hover{scale:1.2;}.component-cv{margin:40px 0;}@media (min-width:1440px){.component-cv{margin:80px 0;}}.component-cv .curriculum-vitae__content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;}@media (min-width:1440px){.component-cv .curriculum-vitae__content{-ms-grid-columns:30% auto;grid-template-columns:30% auto;}}.component-cv .head__content{padding:2rem;background-color:#265A30;gap:2rem;}.component-cv .head__content .perfil-img img{width:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:2rem;aspect-ratio:61/49;}.component-cv .head__content .name{color:#2A6335;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-cv .head__content .name{font-size:24px;}}@media screen and (min-width:1920px){.component-cv .head__content .name{font-size:32px;}}.component-cv .head__content .especialidad__list li{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:130%;}@media screen and (max-width:375px){.component-cv .head__content .especialidad__list li{font-size:18px;}}@media screen and (min-width:1920px){.component-cv .head__content .especialidad__list li{font-size:21px;}}.component-cv .head__content .resume{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-cv .head__content .resume{font-size:16px;}}@media screen and (min-width:1920px){.component-cv .head__content .resume{font-size:18px;}}.component-cv .head__content .linkedin-link{background-color:#EAEFEB;color:#2A6335;vertical-align:middle;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:1rem;border-radius:6px;padding:0.8rem 1rem;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;text-decoration:none;}@media screen and (max-width:375px){.component-cv .head__content .linkedin-link{font-size:16px;}}@media screen and (min-width:1920px){.component-cv .head__content .linkedin-link{font-size:18px;}}.component-cv .head__content .linkedin-link img{height:21px;}.component-cv .profile__content{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-cv .profile__content{font-size:16px;}}@media screen and (min-width:1920px){.component-cv .profile__content{font-size:18px;}}.component-colapsable{margin:2rem 0 2.6rem 0;}@media (min-width:991px){.component-colapsable{margin:4rem 0 4rem 0;}}.component-colapsable .accordion__list{margin-top:15px;}.component-colapsable .accordion__list input{display:none;}.component-colapsable .accordion__list .accordion_item{-webkit-box-shadow:0px 0px 1px rgba(48,49,51,0.05),0px 4px 8px rgba(48,49,51,0.1);box-shadow:0px 0px 1px rgba(48,49,51,0.05),0px 4px 8px rgba(48,49,51,0.1);}.component-colapsable .content{position:relative;background:white;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;border:1px solid #E5E5E5;-webkit-box-shadow:0px 4px 4px rgba(218,218,218,0.25);box-shadow:0px 4px 4px rgba(218,218,218,0.25);margin-bottom:10px;padding:0.875rem 1rem;}.component-colapsable .content:hover{background-color:#F9F9F9;}.component-colapsable .content::before{content:"";position:absolute;display:block;top:0;bottom:0;left:0;right:0;pointer-events:none;}.component-colapsable .content .txt{color:#000;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-colapsable .content .txt{font-size:14px;}}@media screen and (min-width:1920px){.component-colapsable .content .txt{font-size:16px;}}.component-colapsable .content .content-title{font-size:1rem;color:black;width:100%;display:inline-block;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.component-colapsable .content .content-title:before{position:absolute;display:block;font-family:"Material Icons";content:"\e313";font-size:26px;right:20px;color:#DFBB9C;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.component-colapsable .content .colapse-content{width:100%;margin-top:20px;font-size:1rem;color:black;display:none;}.component-colapsable .content .colapse-content .content-bottom p:not(:last-of-type){margin-bottom:8px;}.component-colapsable .content .content-close{position:absolute;height:64px;width:100%;top:0;left:0;cursor:pointer;display:none;}.component-colapsable .content .list-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem;list-style:none;padding:0;}.component-colapsable .content .list-content .item__list{color:#DFBB9C;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-colapsable .content .list-content .item__list{font-size:14px;}}@media screen and (min-width:1920px){.component-colapsable .content .list-content .item__list{font-size:16px;}}.component-colapsable .content .list-content .item__download a,.component-colapsable .content .list-content .item__download .link{color:#2A6335;font-weight:700;text-decoration:none;}.component-colapsable input:checked + .content{height:auto;}.component-colapsable input:checked + .content .content-title{padding-bottom:15px;border-bottom:1px solid #E5E5E5;font-weight:700;}.component-colapsable input:checked + .content .content-title:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#2A6335;font-weight:400;}.component-colapsable input:checked + .content .colapse-content,.component-colapsable input:checked + .content .content-close{display:inline-block;}.component-error{margin:2rem 0 2.6rem 0;padding-bottom:5.25rem;}@media (min-width:991px){.component-error{margin:4rem 0 4rem 0;}}.component-error .error-number{text-align:center;position:relative;}.component-error .error-bg{margin:0;font-size:calc(82px + 238 * (100vw - 375px) / 1545);font-weight:900;color:#F9F9F9;}@media screen and (max-width:375px){.component-error .error-bg{font-size:82px;}}@media screen and (min-width:1920px){.component-error .error-bg{font-size:320px;}}.component-error .error-txt{display:block;font-size:calc(42px + 98 * (100vw - 375px) / 1545);font-weight:900;color:#2A6335;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}@media screen and (max-width:375px){.component-error .error-txt{font-size:42px;}}@media screen and (min-width:1920px){.component-error .error-txt{font-size:140px;}}.component-error .descriptive-txt{text-align:center;}.component-error .descriptive-txt .title{font-size:calc(24px + 18 * (100vw - 375px) / 1545);margin:0;}@media screen and (max-width:375px){.component-error .descriptive-txt .title{font-size:24px;}}@media screen and (min-width:1920px){.component-error .descriptive-txt .title{font-size:42px;}}.component-error .descriptive-txt .txt{font-size:calc(18px + 6 * (100vw - 375px) / 1545);margin:5px 0 0 0;}@media screen and (max-width:375px){.component-error .descriptive-txt .txt{font-size:18px;}}@media screen and (min-width:1920px){.component-error .descriptive-txt .txt{font-size:24px;}}.component-error .link-back{margin-top:2rem;font-size:calc(16px + 5 * (100vw - 375px) / 1545);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;text-decoration:none;text-align:center;color:#2A6335;}@media screen and (max-width:375px){.component-error .link-back{font-size:16px;}}@media screen and (min-width:1920px){.component-error .link-back{font-size:21px;}}.component-error .link-back:before{font-family:"Material Symbols Outlined";content:"\e166";font-size:21px;font-weight:normal;}.component-company-timeline{padding:2rem 0 2.6rem 0;background-color:#F9F9F9;}@media (min-width:991px){.component-company-timeline{padding:4rem 0 3.6rem 0;}}.component-company-timeline .section-title{text-align:center;}.component-company-timeline .company-timeline{position:relative;margin:2rem auto;}.component-company-timeline .company-timeline:after{content:"";position:absolute;border:1px dotted #AEAEAE;top:0;bottom:0;left:50%;}@media (max-width:991px){.component-company-timeline .company-timeline:after{display:none;}}.component-company-timeline .card-timeline{position:relative;background-color:inherit;width:50%;}@media (max-width:991px){.component-company-timeline .card-timeline{width:90%;margin-bottom:1rem;}.component-company-timeline .card-timeline::after{display:none;}}.component-company-timeline .card-timeline:After{content:"";position:absolute;width:25px;height:25px;right:-14px;background-color:#2A6335;top:0;border-radius:50%;z-index:1;}@media (min-width:991px){.component-company-timeline .card-timeline.left{left:0;}.component-company-timeline .card-timeline.left .card-content{margin-right:80px;}}.component-company-timeline .card-timeline.right{left:10%;}@media (min-width:991px){.component-company-timeline .card-timeline.right{left:50%;}.component-company-timeline .card-timeline.right .card-content{margin-left:80px;}.component-company-timeline .card-timeline.right::after{left:-11px;}}.component-company-timeline .card-timeline .card-content{padding:20px 30px;background-color:#EAEFEB;position:relative;border-radius:6px;}.component-company-timeline .card-timeline .card-content h3{margin:0;color:#2A6335;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;font-weight:900;margin-bottom:0.5rem;}@media screen and (max-width:375px){.component-company-timeline .card-timeline .card-content h3{font-size:24px;}}@media screen and (min-width:1920px){.component-company-timeline .card-timeline .card-content h3{font-size:32px;}}.component-company-timeline .card-timeline .card-content p{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0;}@media screen and (max-width:375px){.component-company-timeline .card-timeline .card-content p{font-size:16px;}}@media screen and (min-width:1920px){.component-company-timeline .card-timeline .card-content p{font-size:18px;}}.component-company-timeline .card-timeline .card-content p:not(:last-of-type){margin-bottom:0.5rem;}.component-cta{margin-bottom:3rem;}.component-cta .content-cta__inner{background-color:#EAEFEB;padding:2rem;border-radius:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem;}@media (max-width:991px){.component-cta .content-cta__inner{gap:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}.component-cta .content-cta__inner .cta-title{margin:0 0 0.5 0;color:#2A6335;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-cta .content-cta__inner .cta-title{font-size:24px;}}@media screen and (min-width:1920px){.component-cta .content-cta__inner .cta-title{font-size:32px;}}.component-cta .content-cta__inner .cta-txt{margin:0;color:#000;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-cta .content-cta__inner .cta-txt{font-size:16px;}}@media screen and (min-width:1920px){.component-cta .content-cta__inner .cta-txt{font-size:18px;}}.component-cta .content-cta__inner .btn{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;}@media (max-width:991px){.component-cta .content-cta__inner .btn{-ms-flex-item-align:start;align-self:flex-start;}}.component-carousel-brands{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-carousel-brands{padding:4rem 0 3.6rem 0;}}.component-carousel-brands .section-subtitle,.component-carousel-brands .section-undertitle{text-align:center;}.component-carousel-brands .carousel-brands__list{margin:2rem auto 0 auto;}.component-carousel-brands .brand__item{display:inline-block;margin:0 1rem;}.component-carousel-brands .brand__item img{height:55px;}.scroller__inner{padding-block:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;}.scroller[data-animated=true]{overflow:hidden;-webkit-mask:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(10%,#fff),color-stop(80%,#fff),to(transparent));-webkit-mask:linear-gradient(90deg,transparent,#fff 10%,#fff 80%,transparent);mask:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(10%,#fff),color-stop(80%,#fff),to(transparent));mask:linear-gradient(90deg,transparent,#fff 10%,#fff 80%,transparent);}.scroller[data-animated=true] .scroller__inner{width:-webkit-max-content;width:-moz-max-content;width:max-content;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;}.scroller[data-direction=right]{--_animation-direction:reverse;}.scroller[data-direction=left]{--_animation-direction:forwards;}.scroller[data-speed=fast]{--_animation-duration:20s;}.scroller[data-speed=slow]{--_animation-duration:60s;}@-webkit-keyframes scroll{to{-webkit-transform:translate(calc(-50% - 0.5rem));transform:translate(calc(-50% - 0.5rem));}}@keyframes scroll{to{-webkit-transform:translate(calc(-50% - 0.5rem));transform:translate(calc(-50% - 0.5rem));}}.component-footer-basic{background-color:#2A6335;}.component-footer-basic .txt-copy{font-size:12px;line-height:150%;background-color:#265A30;color:#fff;text-align:center;padding:0.75rem 0;}.component-footer-basic .footer-content{padding:2rem 0 2.6rem 0;}@media (min-width:991px){.component-footer-basic .footer-content{padding:4rem 0 3.6rem 0;}}.component-footer-basic .footer-content .footer-top{border-bottom:1px solid #E0E0E0;padding-bottom:2rem;margin-bottom:2rem;}.component-footer-basic .footer-content .footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.component-footer-basic .footer-content .footer-bottom .txt-copy{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#fff;}@media screen and (max-width:375px){.component-footer-basic .footer-content .footer-bottom .txt-copy{font-size:14px;}}@media screen and (min-width:1920px){.component-footer-basic .footer-content .footer-bottom .txt-copy{font-size:16px;}}.component-footer-basic .footer-content .footer-bottom .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;}.component-footer-basic .footer-content .footer-bottom .social-icons .sm-icono{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#F9F9F9;border:1px solid #F9F9F9;-webkit-box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);border-radius:50px;width:50px;height:50px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.component-footer-basic .footer-content .footer-bottom .social-icons .sm-icono:hover{scale:1.1;}.component-footer-basic-alt .footer-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.component-footer-basic-alt .footer-brand img{max-height:60px;}.component-footer-basic-alt .footer-cols{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:2rem;}@media (min-width:1280px){.component-footer-basic-alt .footer-cols{-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;}}.component-footer-basic-alt .footer-cols .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;}.component-footer-basic-alt .footer-cols .social-icons .sm-icono{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#F9F9F9;border:1px solid #F9F9F9;-webkit-box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);box-shadow:0px 4px 8px 0px rgba(48,49,51,0.1),0px 0px 1px 0px rgba(48,49,51,0.05);border-radius:50px;width:50px;height:50px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}.component-footer-basic-alt .footer-cols .social-icons .sm-icono:hover{scale:1.1;}.component-footer-basic-alt .footer-cols .contact-info{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;}@media (min-width:991px){.component-footer-basic-alt .footer-cols .contact-info{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;}}.component-footer-basic-alt .footer-cols .contact-info .item-contacto{display:-ms-grid;display:grid;-ms-grid-columns:auto 1.5rem 1fr;grid-template-columns:auto 1fr;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .icono{background-color:#EAEFEB;color:#2A6335;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50px;width:50px;height:50px;}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .upper{color:#fff;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;display:block;margin-bottom:0.5rem;}@media screen and (max-width:375px){.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:14px;}}@media screen and (min-width:1920px){.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:16px;}}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .info-txt{color:#fff;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:400;margin:0;}@media screen and (max-width:375px){.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .info-txt{font-size:14px;}}@media screen and (min-width:1920px){.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .info-txt{font-size:16px;}}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .link{color:#fff;text-decoration:none;}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .link:hover{text-decoration:underline;}
ul.ul-admin{padding-left:0;margin-top:15px;margin-bottom:0;}ul.admin-tasks{margin-top:35px;padding-inline-start:0px;margin-block-start:0em;margin-block-end:0em;padding-top:25px;}li.li-admin{display:inline;}li.li-admin a{background-color:#022539;color:#fff !important;border-radius:0;font-size:1rem;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;line-height:1.5;border-radius:0.25rem;text-decoration:none !important;}li.li-admin a:hover{background-color:#085480;text-decoration:underline !important;}li.li-admin-delete a{background-color:#8d1717;color:#fff !important;border-radius:0;font-size:1rem;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0.375rem 0.75rem;line-height:1.5;border-radius:0.25rem;}li.li-admin-delete a:hover{background-color:#cf1e1e !important;text-decoration:underline !important;}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb;}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba;}details,div #edit-name--description,#edit-pass--description,#edit-captcha-response--description{font-size:12px;}#captcha > div.reload-captcha-wrapper > a{color:#022539;}#block-timmimoveis-primary-local-tasks,.content-status-messages{box-sizing:border-box;margin:0 auto;padding:30px 15px 0px 15px;width:90%;}.ajax-progress{background:transparent;}.ajax-progress-fullscreen{width:39px;height:39px;border-radius:50%;display:inline-block;background-color:#ffffff;background-image:url(/themes/vettore/assets/img/spinner.gif);opacity:0.8;}.developby > p{text-align:center;margin:5px;font-size:15px;}
