@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..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/estudioabt/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;}:root{--semantic-success-default:#10b981;--semantic-success-darkness:#0b835c;--semantic-success-bg:#e7f8f2;--semantic-success-on-default:#074e36;--semantic-error-default:#f44336;--semantic-error-darkness:#ad3026;--semantic-error-bg:#feeceb;--semantic-error-on-default:#f44336;--semantic-warning-default:#C27803;--semantic-warning-darkness:#8E4B10;--semantic-warning-bg:#FDFDEA;--semantic-warning-on-default:#633112;}.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 1.5rem;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:1180px;}}@media (min-width:1440px){.page-container{max-width:1366px;}}@media (min-width:1920px){.page-container{max-width:1580px;}}.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:30% 1fr;grid-template-columns:30% 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);}}.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:"Noto Sans",sans-serif;font-weight:400;font-size:16px;color:#6b7280;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;}@media screen and (-webkit-min-device-pixel-ratio:1.25),screen and (min-resolution:120dpi){body{zoom:0.9;}}html{scroll-behavior:smooth;scroll-padding-top:117px;}*{-webkit-box-sizing:border-box;box-sizing:border-box;}.img-fluid,img{max-width:100%;height:auto;}.fixed-menu .menu-center{position:fixed;width:100%;top:0;z-index:21;}.fixed-menu .main-content{margin-top:117px;}::-webkit-scrollbar-track{border-radius:10px;background-color:#f9fafb;}::-webkit-scrollbar{height:4px;width:6px;border-radius:10px;}::-webkit-scrollbar-thumb{border-radius:10px;background:#6d8886;}.txt-copy{text-align:center;background-color:#193c47;color:#fff;padding:0.75rem 0;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.txt-copy{font-size:12px;}}@media screen and (min-width:1920px){.txt-copy{font-size:14px;}}.btn-lg{font-weight:700;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Noto Sans",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:1rem;padding:1rem 2.5rem;}@media screen and (max-width:375px){.btn-lg{font-size:16px;}}@media screen and (min-width:1920px){.btn-lg{font-size:18px;}}@media (max-width:991px){.btn-lg{padding:1rem 2rem;}}.btn-md{font-weight:700;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Noto Sans",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:1rem;padding:0.875rem 2rem;}@media screen and (max-width:375px){.btn-md{font-size:14px;}}@media screen and (min-width:1920px){.btn-md{font-size:16px;}}.btn{font-weight:700;font-size:calc(12px + 4 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Noto Sans",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:1rem;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-outline{background-color:transparent;color:#111928;border:1px solid #e5e7eb;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;}.btn-outline:hover{background-color:#f3f4f6;color:#111928;}.btn-primary{background-color:#1b424e;color:#fff;-webkit-box-shadow:0px 6px 0px 0px #6d8886;box-shadow:0px 6px 0px 0px #6d8886;-webkit-transition:all 250ms;transition:all 250ms;}.btn-primary:hover{-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-box-shadow:0px 3px 0px 0px #6d8886;box-shadow:0px 3px 0px 0px #6d8886;}.btn-secondary{background-color:#6d8886;color:#1b424e;-webkit-transition:all 250ms;transition:all 250ms;}.btn-tertiary{background-color:#a57242;color:#fff;-webkit-box-shadow:0px 6px 0px 0px #75512f;box-shadow:0px 6px 0px 0px #75512f;-webkit-transition:all 250ms;transition:all 250ms;}.btn-tertiary:hover{-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-box-shadow:0px 3px 0px 0px #75512f;box-shadow:0px 3px 0px 0px #75512f;}.btn-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;}.btn-icon:after{font-family:"Material Symbols Outlined";content:"\e941";font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:normal;}@media screen and (max-width:375px){.btn-icon:after{font-size:18px;}}@media screen and (min-width:1920px){.btn-icon:after{font-size:24px;}}button{font-family:"Noto Sans",sans-serif;border:unset;background-color:unset;cursor:pointer;}.animate-link{position:relative;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0.75rem 1.5rem 0.75rem 0;z-index:1;gap:0.5rem;color:#111928;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;}@media screen and (max-width:375px){.animate-link{font-size:14px;}}@media screen and (min-width:1920px){.animate-link{font-size:16px;}}.animate-link span{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.animate-link span{font-size:16px;}}@media screen and (min-width:1920px){.animate-link span{font-size:18px;}}.animate-link:before{position:absolute;z-index:-1;content:"";background:#a57242;height:6px;width:30px;border-radius:1rem;bottom:0;left:0;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;}.animate-link:hover{padding:0.75rem 1.5rem;text-align:center;color:#fff;}.animate-link:hover:before{width:100%;height:100%;}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:"Noto Sans",sans-serif;font-size:16px;padding:1rem 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;}form input,form select,.contact-form input,.contact-form select{height:50px;}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:#1b424e;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:#1b424e;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:#1b424e;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:#1b424e;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:#1b424e;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:#1b424e;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:#1b424e;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:#1b424e;opacity:1 !important;margin-right:0.5rem;}.section-title{width:100%;color:#111928;font-weight:800;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:#111928;font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;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:#1b424e;font-weight:800;font-size:calc(38px + 2 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;margin-top:0;}@media screen and (max-width:375px){.section-subtitle{font-size:38px;}}@media screen and (min-width:1920px){.section-subtitle{font-size:40px;}}.section-lead{width:100%;color:#111928;font-weight:800;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.section-lead{font-size:18px;}}@media screen and (min-width:1920px){.section-lead{font-size:24px;}}.section-description{width:100%;color:#6b7280;font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;margin:1.5rem 0;}@media screen and (max-width:375px){.section-description{font-size:18px;}}@media screen and (min-width:1920px){.section-description{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:#1b424e;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:#374151;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;}@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:#6d8886;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:#1b424e;font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;font-weight:800;}@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 .description{color:#374151;font-weight:400;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;margin:1.5rem 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:2.5rem;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:#1b424e;font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;font-weight:800;}@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 p,.title-section-full .description{color:#374151;font-weight:400;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:1rem 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:24px;}}.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:1rem;margin-top:1rem;}@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 #f3f4f6;color:#6b7280;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:#6d8886;border:1px solid #6d8886;}.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:#1b424e;border:1px solid #1b424e;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:#6d8886;color:#1b424e;padding:0.2rem 1rem;display:inline-block;text-decoration:none;font-size:12px;border-radius:50px;}.label-default{background-color:#fff;color:#111928;padding:0.2rem 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;}.swiper-galeria .swiper-pagination{bottom:1.5rem !important;}.swiper-galeria .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:white;opacity:0.5;border-radius:50px;}.swiper-galeria .swiper-pagination .swiper-pagination-bullet-active{width:20px;background-color:white;opacity:1;}.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:#e5e7eb;}.menu-bg .nav-top .nav-top-content{color:#6b7280;}.menu-bg .nav-top .nav-top-content__accesibilidad .accesibilidad__link{color:#6b7280;}.menu-bg .nav-top .nav-top-content__links .nav-top__link{color:#6b7280;}.menu-bg .nav-principal{background-color:#fff;}.menu-bg .nav-menu__link{color:#6b7280;position:relative;z-index:1;-webkit-transition:all 0.3s;transition:all 0.3s;}@media (min-width:991px){.menu-bg .nav-menu__link{padding:0.5rem 0.75rem;border-radius:0.5rem;}.menu-bg .nav-menu__link:after{display:block;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:100%;height:1px;content:".";color:transparent;background:#f0f3f3;visibility:none;opacity:0;z-index:-1;-webkit-transition:all 0.3s;transition:all 0.3s;}.menu-bg .nav-menu__link:hover{color:#111928;-webkit-transition:all 0.3s;transition:all 0.3s;}.menu-bg .nav-menu__link:hover:after{opacity:1;visibility:visible;height:100%;border-radius:0.5rem;}}@media (min-width:991px){.menu-bg .nav-menu__link.active{background:#f3f4f6;}}.menu-bg .nav-menu__item-idioma,.menu-bg .nav-menu__accesibilidad{background-color:#f9fafb;}@media (max-width:991px){.menu-bg .nav-menu{background:#f9fafb;}}.menu-bg .nav-menu .dropdown-content{background-color:#f9fafb;}.menu-bg .nav-menu .dropdown-content .dropdown__link{color:#6b7280;}.menu-bg .nav-menu .dropdown-content .dropdown__link:hover{background-color:#f3f4f6;color:#6b7280;}@media (max-width:991px){.menu-bg .nav-toggler + label{background:#f3f4f6;}.menu-bg .nav-toggler + label .bar{background-color:#6b7280;}}.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;}@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(14px + 2 * (100vw - 375px) / 1545);line-height:150%;margin-left:0.5rem;}@media screen and (max-width:375px){.menu-basic .nav-top .nav-top-content__links .nav-top__link{font-size:14px;}}@media screen and (min-width:1920px){.menu-basic .nav-top .nav-top-content__links .nav-top__link{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:2.5rem;}}.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 Icons";content:"\e894";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-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-basic .nav-menu__item-download .nav-menu__link:after{font-family:"Material Icons";content:"\e884";font-size:18px;}.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 #f3f4f6;-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:#f3f4f6;}}.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;}.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;}.open-menu{overflow-y:hidden;}@media screen and (max-width:991px){.menu-basic .nav-top{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:80px;}.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;font-weight:600;}@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:#f9fafb 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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem 1.5rem;left:0;right:0;display:none;max-height:0;overflow:hidden;-webkit-transition:max-height 0.3s ease-in-out,padding 0.3s ease-in-out,display 0.3s ease allow-discrete;transition:max-height 0.3s ease-in-out,padding 0.3s ease-in-out,display 0.3s ease allow-discrete;}}.menu-center .nav-toggler{display:none;}@media (max-width:991px){.menu-center .nav-toggler + label{padding:0.85rem 0.85rem;border-radius:0.85rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:1rem;}.menu-center .nav-toggler + label .bar{position:relative;width:20px;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:4px;}.menu-center .nav-toggler:checked + label .bar:nth-of-type(1){-webkit-transform:rotate(-45deg) translate(-4px,6px);transform:rotate(-45deg) translate(-4px,6px);}.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) translate(-4px,-6px);transform:rotate(45deg) translate(-4px,-6px);}.menu-center .nav-toggler:checked ~ .nav-principal .nav-menu{display:block;margin-right:0;max-height:500px;}@starting-style{.menu-center .nav-toggler:checked ~ .nav-principal .nav-menu{max-height:0;padding-top:0;padding-bottom:0;}}}@media (max-width:991px){.menu-center .label-mobile-menu{margin-top:2.25rem;}}.menu-center .nav-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}@media (max-width:991px){.menu-center .nav-right{position:absolute;top:1.85rem;right:5rem;}}.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:1.5rem;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,right top,left top,from(rgba(109,136,134,0)),color-stop(70%,rgba(0,0,0,0.6)));background:linear-gradient(270deg,rgba(109,136,134,0) 0%,rgba(0,0,0,0.6) 70%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}.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 img,.hero .hero-item video{min-height:525px;max-height:525px;-o-object-fit:cover;object-fit:cover;}}.hero .hero-item__content{position:absolute;z-index:1;}.hero .hero-item__title{font-size:calc(28px + 34 * (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:28px;}}@media screen and (min-width:1920px){.hero .hero-item__title{font-size:62px;}}.hero .hero-item .title__upper{font-size:calc(28px + 14 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;font-weight:700;color:#6d8886;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,right top,left top,from(rgba(109,136,134,0)),color-stop(70%,rgba(0,0,0,0.6)));background:linear-gradient(270deg,rgba(109,136,134,0) 0%,rgba(0,0,0,0.6) 70%);-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(28px + 34 * (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:28px;}}@media screen and (min-width:1920px){.hero-interno .hero-item__title{font-size:62px;}}.hero-interno .hero-item__title:after{background:#6d8886;content:"";height:3px;width:120px;display:block;margin-top:5px;}.hero-interno-form{background-color:#1b424e;}.hero-interno-form .hero-item{height:400px;background-color:#1b424e;}@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:#6d8886;-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: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;}.hero-carousel .hero-item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,right top,left top,from(rgba(109,136,134,0)),color-stop(70%,rgba(0,0,0,0.6)));background:linear-gradient(270deg,rgba(109,136,134,0) 0%,rgba(0,0,0,0.6) 70%);-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:999;}.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(28px + 34 * (100vw - 375px) / 1545);line-height:120%;letter-spacing:-0.01em;margin:0;font-weight:700;color:#fff;margin-bottom:1rem;}@media screen and (max-width:375px){.hero-carousel .hero-item__title{font-size:28px;}}@media screen and (min-width:1920px){.hero-carousel .hero-item__title{font-size:62px;}}.hero-carousel .hero-item__title span{font-weight:400;display:block;}.hero-carousel .hero-item__description{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;color:#fff;margin:1rem 0 1.2rem 0;}@media screen and (max-width:375px){.hero-carousel .hero-item__description{font-size:18px;}}@media screen and (min-width:1920px){.hero-carousel .hero-item__description{font-size:24px;}}.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:50%;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;}}.hero-split{background-color:#f0f3f3;}.hero-split-center{text-align:center;}.hero-split .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;}@media (max-width:991px){.hero-split .hero-item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,right top,left top,from(rgba(109,136,134,0)),color-stop(70%,rgba(0,0,0,0.6)));background:linear-gradient(270deg,rgba(109,136,134,0) 0%,rgba(0,0,0,0.6) 70%);-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-box-sizing:border-box;box-sizing:border-box;}}.hero-split .hero-item img,.hero-split .hero-item video{width:52%;height:740px;clip-path:polygon(12% 0,100% 0%,100% 100%,0% 100%);-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;-o-object-fit:cover;object-fit:cover;}@media (max-width:991px){.hero-split .hero-item img,.hero-split .hero-item video{min-height:525px;max-height:525px;-o-object-fit:cover;object-fit:cover;clip-path:unset;width:100%;}}.hero-split .hero-item__content{position:absolute;z-index:1;}.hero-split .hero-item__title{font-size:calc(28px + 34 * (100vw - 375px) / 1545);line-height:120%;letter-spacing:-0.01em;margin:0;font-weight:700;color:#111928;margin-bottom:1rem;}@media screen and (max-width:375px){.hero-split .hero-item__title{font-size:28px;}}@media screen and (min-width:1920px){.hero-split .hero-item__title{font-size:62px;}}@media (min-width:991px){.hero-split .hero-item__title{width:48%;}}@media (max-width:991px){.hero-split .hero-item__title{color:#fff;}}.hero-split .hero-item__text{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin-bottom:2rem;}@media screen and (max-width:375px){.hero-split .hero-item__text{font-size:18px;}}@media screen and (min-width:1920px){.hero-split .hero-item__text{font-size:24px;}}@media (min-width:991px){.hero-split .hero-item__text{width:48%;}}@media (max-width:991px){.hero-split .hero-item__text{color:#fff;}}.hero-split .hero-item .title__upper{font-size:calc(28px + 14 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;font-weight:700;color:#111928;display:block;}@media screen and (max-width:375px){.hero-split .hero-item .title__upper{font-size:28px;}}@media screen and (min-width:1920px){.hero-split .hero-item .title__upper{font-size:42px;}}.hero-split .hero-item .title__bold{font-weight:700;display:block;}.hero-split .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;}.component-lista-cards{margin:2rem 0 2rem 0;}@media (min-width:991px){.component-lista-cards{margin:6rem 0 6rem 0;}}.component-lista-cards .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;margin-bottom:2rem;}.component-lista-cards .cards-list .owl-carousel{margin-bottom:2rem;}.component-lista-cards .cards-list .owl-carousel .owl-stage{padding-left:0 !important;display:-webkit-box;display:-ms-flexbox;display:flex;}.component-lista-cards .cards-list .owl-carousel .owl-stage .owl-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.5rem 0;}.component-lista-cards .cards-list .card__item{background-color:#f3f4f6;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;}.component-lista-cards .cards-list .card__item .card__img{position:relative;}.component-lista-cards .cards-list .card__item .card__img .label{margin:0.5rem;bottom:0.5rem;position:absolute;}.component-lista-cards .cards-list .card__item .img-fluid{-o-object-fit:cover;object-fit:cover;aspect-ratio:57/32;}.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:#111928;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(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;margin:10px 0;color:#111928;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .card__text .text__title{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-cards .cards-list .card__item .card__text .text__title{font-size:18px;}}.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:#111928;}.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:#6d8886;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;}@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:140%;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:unset;border:unset;color:#1b424e;padding:0rem 1rem 1rem 1rem;text-decoration:none;font-weight:700;font-size:calc(14px + 2 * (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;}@media screen and (max-width:375px){.component-lista-cards .cards-list .card__item .item__link{font-size:14px;}}@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:140%;}@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__property .card__text .text__type{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;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 .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 .cards-list .btn-icon:after{font-family:"Material Icons";content:"\e5c8";font-size:21px;}.component-lista-cards.component-lista-cards-interna{margin:unset;}.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;}@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 1fr;grid-template-columns:1fr 1fr 1fr;}}@media (min-width:1280px){.component-lista-cards.component-lista-cards-interna .cards-container .cards-list{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;}}.component-lista-cards.component-lista-cards-interna .cards-container .cards-list::-webkit-scrollbar{display:none;}.component-lista-cards-simple,.component-feature-cards{padding:3rem 0 3rem 0;}@media (min-width:991px){.component-lista-cards-simple,.component-feature-cards{padding:6rem 0 6rem 0;}}.component-lista-cards-simple .component-content,.component-feature-cards .component-content{display:-ms-grid;display:grid;gap:1rem;-ms-grid-columns:1fr;grid-template-columns:1fr;}@media (min-width:991px){.component-lista-cards-simple .component-content,.component-feature-cards .component-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;-ms-grid-columns:30% 2rem 1fr;grid-template-columns:30% 1fr;}}.component-lista-cards-simple .section-title,.component-feature-cards .section-title{margin:0;}.component-lista-cards-simple .section-title small,.component-feature-cards .section-title small{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin-bottom:0.5rem;display:block;color:#6d8886;}@media screen and (max-width:375px){.component-lista-cards-simple .section-title small,.component-feature-cards .section-title small{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .section-title small,.component-feature-cards .section-title small{font-size:24px;}}.component-lista-cards-simple .cards-list,.component-feature-cards .cards-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;}@media (min-width:991px){.component-lista-cards-simple .cards-list,.component-feature-cards .cards-list{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);}}.component-lista-cards-simple .cards-list .card-item,.component-feature-cards .cards-list .card-item{background-color:#f6f1ec;border:1px solid #f9fafb;padding:2rem;border-radius:1.2rem;}.component-lista-cards-simple .cards-list .card-item .icon-shape,.component-feature-cards .cards-list .card-item .icon-shape{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:#a57242;border-radius:1rem;width:4.5rem;height:4.5rem;}.component-lista-cards-simple .cards-list .card-item .icon-shape .material-symbols,.component-lista-cards-simple .cards-list .card-item .icon-shape .material-symbols-outlined,.component-feature-cards .cards-list .card-item .icon-shape .material-symbols,.component-feature-cards .cards-list .card-item .icon-shape .material-symbols-outlined{font-size:calc(32px + 16 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;color:#fff;}@media screen and (max-width:375px){.component-lista-cards-simple .cards-list .card-item .icon-shape .material-symbols,.component-lista-cards-simple .cards-list .card-item .icon-shape .material-symbols-outlined,.component-feature-cards .cards-list .card-item .icon-shape .material-symbols,.component-feature-cards .cards-list .card-item .icon-shape .material-symbols-outlined{font-size:32px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .cards-list .card-item .icon-shape .material-symbols,.component-lista-cards-simple .cards-list .card-item .icon-shape .material-symbols-outlined,.component-feature-cards .cards-list .card-item .icon-shape .material-symbols,.component-feature-cards .cards-list .card-item .icon-shape .material-symbols-outlined{font-size:48px;}}.component-lista-cards-simple .cards-list .card-item .card-title,.component-feature-cards .cards-list .card-item .card-title{color:#111928;margin:1rem 0 1.5rem 0;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;}@media screen and (max-width:375px){.component-lista-cards-simple .cards-list .card-item .card-title,.component-feature-cards .cards-list .card-item .card-title{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .cards-list .card-item .card-title,.component-feature-cards .cards-list .card-item .card-title{font-size:24px;}}.component-lista-cards-simple .cards-list .card-item .card-text,.component-feature-cards .cards-list .card-item .card-text{color:#111928;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;margin:0;}@media screen and (max-width:375px){.component-lista-cards-simple .cards-list .card-item .card-text,.component-feature-cards .cards-list .card-item .card-text{font-size:14px;}}@media screen and (min-width:1920px){.component-lista-cards-simple .cards-list .card-item .card-text,.component-feature-cards .cards-list .card-item .card-text{font-size:16px;}}.component-lista-cards-simple .cards-list .btn-icon,.component-feature-cards .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,.component-feature-cards .cards-list .btn-icon:after{font-family:"Material Icons";content:"\e5c8";font-size:21px;}.component-lista-features{background-color:#f9fafb;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-lista-features{padding:6rem 0 6rem 0;}}.component-lista-features .section-title small{display:block;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:400;text-transform:uppercase;}@media screen and (max-width:375px){.component-lista-features .section-title small{font-size:18px;}}@media screen and (min-width:1920px){.component-lista-features .section-title small{font-size:24px;}}.component-lista-features .feature-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 60%;grid-template-columns:1fr 60%;gap:2rem;}@media (max-width:991px){.component-lista-features .feature-content{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-lista-features .list-features{padding:unset;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;}@media (max-width:991px){.component-lista-features .list-features{-webkit-column-count:1;-moz-column-count:1;column-count:1;}}.component-lista-features .list-features .feature-item{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;}.component-lista-features .list-features .feature-item span{font-size:1.8rem;color:#91dfc5;}.component-lista-servicios{padding:40px 0;}@media (min-width:1440px){.component-lista-servicios{padding:80px 0;}}.component-lista-servicios .lista-cards-servicios{display:-ms-grid;display:grid;gap:1.5rem;-ms-grid-columns:1fr 1.5rem 1fr;grid-template-columns:repeat(2,1fr);}@media (min-width:991px){.component-lista-servicios .lista-cards-servicios{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);}}@media (min-width:1280px){.component-lista-servicios .lista-cards-servicios{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);}}@media (min-width:1440px){.component-lista-servicios .lista-cards-servicios{grid-template-columns:repeat(auto-fit,minmax(16.6666666667%,1fr));}}.component-lista-servicios .lista-cards-servicios .card__item{background-color:#fff;text-align:left;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;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;gap:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;width:100%;}@media (min-width:991px){.component-lista-servicios .lista-cards-servicios .card__item{padding:1.5rem;}}.component-lista-servicios .lista-cards-servicios .card__item .more-info{position:relative;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0.5rem 1.25rem 0.5rem 0;z-index:1;gap:0.5rem;color:#374151;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;}@media screen and (max-width:375px){.component-lista-servicios .lista-cards-servicios .card__item .more-info{font-size:14px;}}@media screen and (min-width:1920px){.component-lista-servicios .lista-cards-servicios .card__item .more-info{font-size:16px;}}.component-lista-servicios .lista-cards-servicios .card__item .more-info span{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-lista-servicios .lista-cards-servicios .card__item .more-info span{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-servicios .lista-cards-servicios .card__item .more-info span{font-size:18px;}}.component-lista-servicios .lista-cards-servicios .card__item .more-info:before{position:absolute;z-index:-1;content:"";background:#a57242;height:6px;width:30px;border-radius:1rem;bottom:0;left:0;-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;-ms-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;}.component-lista-servicios .lista-cards-servicios .card__item:hover .more-info{color:#fff;padding:0.5rem 1.25rem;text-align:center;}.component-lista-servicios .lista-cards-servicios .card__item:hover .more-info:before{width:100%;height:100%;}.component-lista-servicios .lista-cards-servicios .icon{background-color:#f6f1ec;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:4.75rem;height:4.75rem;border-radius:1rem;}.component-lista-servicios .lista-cards-servicios .icon span,.component-lista-servicios .lista-cards-servicios .icon i{font-size:calc(1.5rem + 2 * (100vw - 375px) / 1545);color:#a57242;}@media screen and (max-width:375px){.component-lista-servicios .lista-cards-servicios .icon span,.component-lista-servicios .lista-cards-servicios .icon i{font-size:1.5rem;}}@media screen and (min-width:1920px){.component-lista-servicios .lista-cards-servicios .icon span,.component-lista-servicios .lista-cards-servicios .icon i{font-size:3.5rem;}}.component-lista-servicios .lista-cards-servicios .card__title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:1rem 0 1rem 0;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;color:#111928;}@media screen and (max-width:375px){.component-lista-servicios .lista-cards-servicios .card__title{font-size:16px;}}@media screen and (min-width:1920px){.component-lista-servicios .lista-cards-servicios .card__title{font-size:18px;}}.component-card-destacado{padding:3rem 0 3rem 0;background-color:#f9fafb;}@media (min-width:991px){.component-card-destacado{padding:6rem 0 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:calc(38px + 2 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;color:#1b424e;}@media screen and (max-width:375px){.component-card-destacado .card-content .card-caption .title{font-size:38px;}}@media screen and (min-width:1920px){.component-card-destacado .card-content .card-caption .title{font-size:40px;}}.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:140%;color:#111928;}@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:#1b424e;}@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:#1b424e;opacity:0.5;border-radius:50px;}.component-card-destacado-alt .owl-carousel-destacado .owl-dots .owl-dot.active{width:16px;background-color:#1b424e;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:#1b424e;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:calc(38px + 2 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;color:#1b424e;}@media screen and (max-width:375px){.component-card-destacado-alt .card-content .card-caption .undertitle{font-size:38px;}}@media screen and (min-width:1920px){.component-card-destacado-alt .card-content .card-caption .undertitle{font-size:40px;}}.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:#6b7280;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:#6b7280;}.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 #f9fafb;}.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,right top,left top,from(rgba(109,136,134,0)),color-stop(70%,rgba(0,0,0,0.6)));background:linear-gradient(270deg,rgba(109,136,134,0) 0%,rgba(0,0,0,0.6) 70%);-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{padding:3rem 0 3rem 0;}@media (min-width:991px){.component-cards-txt{padding:6rem 0 6rem 0;}}.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 .btn-md{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;}.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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:1rem;width:100%;max-width:100% !important;background-color:#f9fafb;-webkit-box-sizing:border-box;box-sizing:border-box;}.component-cards-txt .card__list .card__item .card-title{color:#1b424e;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:#6b7280;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:3rem 0 3rem 0;}@media (min-width:991px){.component-cards-img{padding:6rem 0 6rem 0;}}.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 .btn-md{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end;}.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: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 1rem;}.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:3rem 0 3rem 0;}@media (min-width:991px){.aside-propiedad-detalle{padding:6rem 0 6rem 0;}}.aside-propiedad-detalle.fixed{position:sticky;top:100px;}.aside-propiedad-detalle .aside__card-content{padding:1rem;background-color:#f9fafb;border-radius:8px;}.aside-propiedad-detalle .aside-title{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;margin:0;color:#1b424e;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:#6d8886;font-size:1.8rem;}.aside-propiedad-detalle .card__details .detail .txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#6b7280;}@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:3rem 0 3rem 0;}@media (min-width:991px){.aside-filtros{padding:6rem 0 6rem 0;}}.aside-filtros .aside__card-content{padding:1rem;background-color:#f9fafb;border-radius:8px;}.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 #f3f4f6;}.aside-filtros .aside__card-content .categoria-title{font-weight:700;text-transform:uppercase;}.aside-detalles{padding:3rem 0 3rem 0;}@media (min-width:991px){.aside-detalles{padding:6rem 0 6rem 0;}}.aside-detalles .aside__card-content{padding:1rem;background-color:#f9fafb;border-radius:8px;}.aside-detalles .aside-title{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#6b7280;font-weight:700;text-transform:uppercase;margin:0 0 0.75rem 0;padding:0;}@media screen and (max-width:375px){.aside-detalles .aside-title{font-size:14px;}}@media screen and (min-width:1920px){.aside-detalles .aside-title{font-size:16px;}}.aside-detalles .card-description{margin-bottom:1rem;}.aside-detalles .card-description p{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#6b7280;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__details{margin-bottom:1rem;}.aside-detalles .card__details .detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.aside-detalles .card__details .detail:not(:last-of-type){border-bottom:1px solid #f3f4f6;margin-bottom:0.35rem;padding-bottom:0.35rem;}.aside-detalles .card__details .detail .txt,.aside-detalles .card__details .detail .txt-var{color:#6b7280;}.aside-detalles .card__details .detail .txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.aside-detalles .card__details .detail .txt{font-size:16px;}}@media screen and (min-width:1920px){.aside-detalles .card__details .detail .txt{font-size:18px;}}.aside-detalles .card__details .detail .txt-var{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;font-weight:700;}@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 .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:3rem 0 3rem 0;}@media (min-width:991px){.content-propiedad-ampliada{padding:6rem 0 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:#6b7280;}@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:#6b7280;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:3rem 0 3rem 0;}@media (min-width:991px){.content-articulo-ampliado{padding:6rem 0 6rem 0;}}.content-articulo-ampliado .content-articulo{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;row-gap:20px;margin:0;}.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:#6b7280;text-transform:uppercase;}.content-articulo-ampliado .content-articulo .share-social .social-link{background-color:#f0f3f3;border:1px solid #f3f4f6;width:40px;height:40px;border-radius:4px;color:#6b7280;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;}.content-articulo-ampliado .txt-area p,.content-articulo-ampliado .txt-area .txt{color:#111928;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.content-articulo-ampliado .txt-area p,.content-articulo-ampliado .txt-area .txt{font-size:16px;}}@media screen and (min-width:1920px){.content-articulo-ampliado .txt-area p,.content-articulo-ampliado .txt-area .txt{font-size:18px;}}.content-articulo-ampliado .txt-area p:first-of-type,.content-articulo-ampliado .txt-area .txt:first-of-type{margin-top:0;}@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:3rem 0 3rem 0;}@media (min-width:991px){.component-text-collapsables{padding:6rem 0 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:#1b424e;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-cta-numeros{padding:6rem 0 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 1rem 1fr;grid-template-columns:1fr 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;grid-template-columns:1fr 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 .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(18px + 3 * (100vw - 375px) / 1545);line-height:140%;color:#fff;}@media screen and (max-width:375px){.component-cta-numeros .content-area .indicator .details{font-size:18px;}}@media screen and (min-width:1920px){.component-cta-numeros .content-area .indicator .details{font-size:21px;}}.component-profile{background-color:#f9fafb;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-profile{padding:6rem 0 6rem 0;}}.component-profile .profile-card-area{background-color:#fff;padding:2rem;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1rem 60%;grid-template-columns:1fr 60%;gap:1rem;}@media (max-width:991px){.component-profile .profile-card-area{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-profile .content-txt-area{position:relative;}.component-profile .content-txt-area .title{font-size:calc(28px + 14 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-profile .content-txt-area .title{font-size:28px;}}@media screen and (min-width:1920px){.component-profile .content-txt-area .title{font-size:42px;}}.component-profile .content-txt-area .title small{font-weight:400;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;display:block;}@media screen and (max-width:375px){.component-profile .content-txt-area .title small{font-size:24px;}}@media screen and (min-width:1920px){.component-profile .content-txt-area .title small{font-size:32px;}}.component-profile .content-txt-area .txt{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-profile .content-txt-area .txt{font-size:16px;}}@media screen and (min-width:1920px){.component-profile .content-txt-area .txt{font-size:18px;}}.component-profile .content-txt-area .card-link{background-color:unset;border:none;padding:0;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;display:block;margin-bottom:2rem;color:#1b424e;text-decoration:none;}@media screen and (max-width:375px){.component-profile .content-txt-area .card-link{font-size:16px;}}@media screen and (min-width:1920px){.component-profile .content-txt-area .card-link{font-size:18px;}}.component-profile .details-card{background-color:#f9fafb;padding:2rem;}.component-profile .details-card .subtitle{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-profile .details-card .subtitle{font-size:18px;}}@media screen and (min-width:1920px){.component-profile .details-card .subtitle{font-size:24px;}}.component-profile .details-card .card-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1rem 1fr;grid-template-columns:1fr 1fr;gap:1rem;}@media (max-width:991px){.component-profile .details-card .card-content{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-profile .details-card .card-content .card-item{background-color:#fff;padding:1rem;display:-ms-grid;display:grid;-ms-grid-columns:auto 1rem 1fr;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;}.component-profile .details-card .card-content .card-item .name{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;margin:0;}@media screen and (max-width:375px){.component-profile .details-card .card-content .card-item .name{font-size:18px;}}@media screen and (min-width:1920px){.component-profile .details-card .card-content .card-item .name{font-size:21px;}}.component-profile .details-card .card-content .card-item .name small{display:block;font-weight:400;}.component-profile .details-card .card-content .card-item img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:50%;}.component-cta-info{background-color:#f0f3f3;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-cta-info{padding:6rem 0 6rem 0;}}.component-cta-info .content-area{display:-ms-grid;display:grid;-ms-grid-columns:auto 2rem auto;grid-template-columns:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;}@media (max-width:1280px){.component-cta-info .content-area{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-cta-info .content-area .content-area-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;}@media (max-width:991px){.component-cta-info .content-area .content-area-info{gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}}@media (max-width:1280px){.component-cta-info .content-area .content-area-info{gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.component-cta-info .content-area .area-txt{margin:0;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#111928;}@media screen and (max-width:375px){.component-cta-info .content-area .area-txt{font-size:24px;}}@media screen and (min-width:1920px){.component-cta-info .content-area .area-txt{font-size:32px;}}@media (max-width:1280px){.component-cta-info .content-area .area-txt{text-align:center;}}.component-cta-info .content-area .info-block .marker{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;color:#111928;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;font-weight:700;}@media screen and (max-width:375px){.component-cta-info .content-area .info-block .marker{font-size:18px;}}@media screen and (min-width:1920px){.component-cta-info .content-area .info-block .marker{font-size:21px;}}.component-cta-info .content-area .info-block .marker:before{font-family:"Material Icons";content:"\e55f";font-size:16px;}.component-cta-info .content-area .info-block .details{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#111928;}@media screen and (max-width:375px){.component-cta-info .content-area .info-block .details{font-size:16px;}}@media screen and (min-width:1920px){.component-cta-info .content-area .info-block .details{font-size:18px;}}.component-cta-info .content-area .info-block .link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0.5rem;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#111928;font-weight:700;text-decoration:none;}@media screen and (max-width:375px){.component-cta-info .content-area .info-block .link{font-size:14px;}}@media screen and (min-width:1920px){.component-cta-info .content-area .info-block .link{font-size:16px;}}.component-cta-info .content-area .info-block .link:after{font-family:"Material Icons";content:"\e5c8";font-size:16px;}.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{padding:3rem 0 3rem 0;background-color:#f0f3f3;position:relative;z-index:0;}@media (min-width:991px){.component-page-intro{padding:6rem 0 6rem 0;}}.component-page-intro .page-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.component-page-intro .intro__content{display:-ms-grid;display:grid;gap:2rem;-ms-grid-columns:1fr;grid-template-columns:1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.component-page-intro .intro__content .section-title{color:#1b424e;margin:0;}.component-page-intro .intro__content .section-title small{display:block;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin-bottom:0.5rem;color:#6b7280;}@media screen and (max-width:375px){.component-page-intro .intro__content .section-title small{font-size:18px;}}@media screen and (min-width:1920px){.component-page-intro .intro__content .section-title small{font-size:24px;}}.component-page-intro .intro__content img{border-radius:1rem;aspect-ratio:18/7;-o-object-fit:cover;object-fit:cover;}@media (min-width:991px){.component-page-intro .intro__content.intro__split{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;}}.component-page-intro .intro__content.intro__split .caption-date{color:#374151;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;margin-top:0.5rem;}@media screen and (max-width:375px){.component-page-intro .intro__content.intro__split .caption-date{font-size:14px;}}@media screen and (min-width:1920px){.component-page-intro .intro__content.intro__split .caption-date{font-size:16px;}}.component-page-intro .intro__content.intro__split img{aspect-ratio:16/10;}.component-intro{background-color:#1b424e;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-intro{padding:6rem 0 6rem 0;}}.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 .img-section{border-radius:2.625rem;margin-bottom:1.25rem;}.component-intro .intro__content .img-section img{max-height:700px;border-radius:2.625rem;-webkit-box-shadow:1.25rem 1.25rem 0px 0px #a57242;box-shadow:1.25rem 1.25rem 0px 0px #a57242;}@media (max-width:991px){.component-intro .intro__content .img-section img{max-height:unset;-webkit-box-shadow:1rem 1rem 0px 0px #a57242;box-shadow:1rem 1rem 0px 0px #a57242;width:95%;}}.component-intro .intro__content .intro__info{padding:0;}.component-intro .intro__content .intro__info .section-title{font-size:calc(48px + 12 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:1rem 0;color:#fff;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 3rem 0;}@media screen and (max-width:375px){.component-intro .intro__content .intro__info .section-title{font-size:48px;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__info .section-title{font-size:60px;}}.component-intro .intro__content .intro__info .section-title small{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin-bottom:0.5rem;display:block;}@media screen and (max-width:375px){.component-intro .intro__content .intro__info .section-title small{font-size:18px;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__info .section-title small{font-size:24px;}}@media (max-width:991px){.component-intro .intro__content .intro__info .section-title{margin-bottom:1rem;}}.component-intro .intro__content .intro__info .copy-txt{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;color:#fff;}@media screen and (max-width:375px){.component-intro .intro__content .intro__info .copy-txt{font-size:18px;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__info .copy-txt{font-size:21px;}}.component-intro .intro__content .intro__info .intro-validates{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;margin:3rem 0;}@media (max-width:991px){.component-intro .intro__content .intro__info .intro-validates{margin:1rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;}}.component-intro .intro__content .intro__info .intro-validates .validate-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;}.component-intro .intro__content .intro__info .intro-validates .validate-item .icon{width:4.75rem;height:4.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;background:rgba(232,236,237,0.15);border-radius:1rem;color:#fff;}.component-intro .intro__content .intro__info .intro-validates .validate-item .icon span{font-size:calc(2rem + 1 * (100vw - 375px) / 1545);}@media screen and (max-width:375px){.component-intro .intro__content .intro__info .intro-validates .validate-item .icon span{font-size:2rem;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__info .intro-validates .validate-item .icon span{font-size:3rem;}}.component-intro .intro__content .intro__info .intro-validates .validate-item .title{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;color:#fff;}@media screen and (max-width:375px){.component-intro .intro__content .intro__info .intro-validates .validate-item .title{font-size:18px;}}@media screen and (min-width:1920px){.component-intro .intro__content .intro__info .intro-validates .validate-item .title{font-size:24px;}}@media (min-width:991px){.component-intro{padding:3rem 0 3rem 0;}}@media (min-width:991px) and (min-width:991px){.component-intro{padding:6rem 0 6rem 0;}}@media (min-width:991px){.component-intro .intro__content{-ms-grid-columns:1fr 4rem 1fr;grid-template-columns:1fr 1fr;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;}}.component-intro-galeria{padding:3rem 0 3rem 0;}@media (min-width:991px){.component-intro-galeria{padding:6rem 0 6rem 0;}}.component-intro-galeria .title-area{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 60%;grid-template-columns:1fr 60%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;}@media (max-width:991px){.component-intro-galeria .title-area{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-intro-galeria .title-area .section-title small{display:block;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:400;text-transform:uppercase;}@media screen and (max-width:375px){.component-intro-galeria .title-area .section-title small{font-size:18px;}}@media screen and (min-width:1920px){.component-intro-galeria .title-area .section-title small{font-size:24px;}}.component-intro-galeria .component-galeria{background-color:#f9fafb;padding:2rem;}.component-intro-galeria .component-galeria img{aspect-ratio:24/13;}.component-intro-galeria .component-galeria #mainCarousel .carousel__button.is-next{right:2.5rem;}.component-intro-galeria .component-galeria #mainCarousel .carousel__button.is-prev{left:2.5rem;}.component-tabs-content{background-color:#fff;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-tabs-content{padding:6rem 0 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:#1b424e;display:block;border-radius:50px;}.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab{background:#1b424e;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(14px + 2 * (100vw - 375px) / 1545);line-height:150%;letter-spacing:0.03em;font-family:"Noto Sans",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:1rem;padding:0.875rem 2rem;background-color:#1b424e;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:14px;}}@media screen and (min-width:1920px){.component-tabs-content .page-container .tabs .tab-header .tab-slider .tab-inputs .label-tab span{font-size:16px;}}.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;}body:has(dialog[open]){overflow:hidden;}dialog{border:none;}dialog::-ms-backdrop{-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(25,27,40,0.9);}dialog::backdrop{-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(25,27,40,0.9);}.component-modal dialog{-webkit-transition:scale 0.3s ease,display 0.3s ease allow-discrete;transition:scale 0.3s ease,display 0.3s ease allow-discrete;scale:0;}.component-modal dialog[open]{scale:1;-webkit-transition:scale 0.3s ease-in-out;transition:scale 0.3s ease-in-out;}@starting-style{.component-modal dialog[open]{scale:0;}}.component-modal dialog::-ms-backdrop{-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(25,27,40,0.9);}.component-modal dialog::backdrop{-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(25,27,40,0.9);}.component-modal dialog:-internal-dialog-in-top-layer{position:fixed;}.component-modal .modal{width:40rem;position:relative;background-color:#fff;border-radius:2rem;padding:2.5rem;}@media (min-width:1920px){.component-modal .modal{padding:3rem;}}@media (max-width:991px){.component-modal .modal{border-radius:1rem;}}.component-modal .modal.modal-profile{width:70%;}@media (max-width:991px){.component-modal .modal.modal-profile{width:100%;}}@media (max-width:991px){.component-modal .modal{width:100%;}}.component-modal .modal-content{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;}.component-modal .close-dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:unset;border:none;padding:none;position:absolute;top:-1rem;right:-1rem;}.component-modal .close-dialog span,.component-modal .close-dialog svg{font-size:1.5rem;color:#6b7280;}.component-modal .modal-head{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;}.component-modal .modal-head .modal-title{font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;color:#111928;margin:0;}@media screen and (max-width:375px){.component-modal .modal-head .modal-title{font-size:18px;}}@media screen and (min-width:1920px){.component-modal .modal-head .modal-title{font-size:24px;}}.component-modal .modal-head .modal-title small{display:block;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-modal .modal-head .modal-title small{font-size:14px;}}@media screen and (min-width:1920px){.component-modal .modal-head .modal-title small{font-size:16px;}}.component-modal .modal-head .icon{background-color:#f6f1ec;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:4.75rem;height:4.75rem;border-radius:1rem;}.component-modal .modal-head .icon span,.component-modal .modal-head .icon i{font-size:calc(1.5rem + 2 * (100vw - 375px) / 1545);color:#a57242;}@media screen and (max-width:375px){.component-modal .modal-head .icon span,.component-modal .modal-head .icon i{font-size:1.5rem;}}@media screen and (min-width:1920px){.component-modal .modal-head .icon span,.component-modal .modal-head .icon i{font-size:3.5rem;}}.component-modal .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;}.component-modal .modal-body img{max-width:100%;}.component-modal .modal-body .title{font-size:calc(38px + 2 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;color:#111928;}@media screen and (max-width:375px){.component-modal .modal-body .title{font-size:38px;}}@media screen and (min-width:1920px){.component-modal .modal-body .title{font-size:40px;}}.component-modal .modal-body .title small{font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-modal .modal-body .title small{font-size:14px;}}@media screen and (min-width:1920px){.component-modal .modal-body .title small{font-size:16px;}}.component-modal .modal-body .msg,.component-modal .modal-body p{font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;color:#111928;}@media screen and (max-width:375px){.component-modal .modal-body .msg,.component-modal .modal-body p{font-size:18px;}}@media screen and (min-width:1920px){.component-modal .modal-body .msg,.component-modal .modal-body p{font-size:21px;}}.component-modal .modal-body .msg:first-of-type,.component-modal .modal-body p:first-of-type{margin-top:0;}.component-modal .modal-body .msg:last-of-type,.component-modal .modal-body p:last-of-type{margin-bottom:0;}.component-modal .modal-body .info-data-txt:not(:last-of-type){margin-bottom:1rem;}.component-modal .profile-content{display:-ms-grid;display:grid;-ms-grid-columns:25% 3rem 1fr;grid-template-columns:25% 1fr;gap:3rem;}@media (max-width:991px){.component-modal .profile-content{-ms-grid-columns:1fr;grid-template-columns:1fr;}}.component-modal .profile-content .scroll-content{max-height:60vh;overflow:auto;}.component-modal .profile-content .txt-area{padding-right:1rem;}.component-modal .profile-content .title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#111928;margin-bottom:1rem;}@media screen and (max-width:375px){.component-modal .profile-content .title{font-size:24px;}}@media screen and (min-width:1920px){.component-modal .profile-content .title{font-size:32px;}}.component-modal .profile-content .title small{margin-top:0.5rem;color:#6b7280;display:block;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-modal .profile-content .title small{font-size:16px;}}@media screen and (min-width:1920px){.component-modal .profile-content .title small{font-size:18px;}}.component-modal .profile-content .msg,.component-modal .profile-content p{color:#6b7280;font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-modal .profile-content .msg,.component-modal .profile-content p{font-size:16px;}}@media screen and (min-width:1920px){.component-modal .profile-content .msg,.component-modal .profile-content p{font-size:18px;}}.component-modal .profile-content .img-profile img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:50px;-webkit-box-shadow:1rem 1rem 0px 0px #6d8886;box-shadow:1rem 1rem 0px 0px #6d8886;}@media (max-width:991px){.component-modal .profile-content .img-profile img{width:95%;}}.component-modal .profile-content .btn-outline{margin-top:1.5rem;}.component-modal .modal-footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.component-alerts{padding:2rem;}.component-alert{padding:1rem;border-radius:0.5rem;margin:0.5rem 0;}.component-alert p{margin:0;font-size:calc(14px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:500;}@media screen and (max-width:375px){.component-alert p{font-size:14px;}}@media screen and (min-width:1920px){.component-alert p{font-size:16px;}}.component-alert.alert-warning{background-color:#FDFDEA;color:#633112;}.component-alert.alert-warning a{color:#633112;font-weight:700;}.component-alert.alert-success{background-color:#e7f8f2;color:#074e36;}.component-alert.alert-success a{color:#074e36;font-weight:700;}.component-alert.alert-error{background-color:#feeceb;color:#f44336;}.component-alert.alert-error a{color:#f44336;font-weight:700;}.component-breadcrumb{position:relative;padding:5px 0;background-color:#f9fafb;}.component-breadcrumb .breadcrumb-link{text-decoration:none;font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;color:#374151;}@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:#374151;}.component-breadcrumb .breadcrumb-current{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;font-weight:700;color:#374151;}@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:#f0f3f3;}.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 #1b424e;}.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:#1b424e;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:#e7f8f2;}.sidebar-nav .nav-menu .nav-item:hover:after{font-family:"Material Icons Outlined";color:#6d8886;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:#1b424e;color:#fff;}.sidebar-nav .nav-menu .nav-item.active:after{font-family:"Material Icons Outlined";color:#6d8886;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:#1b424e;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:#1b424e;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:#1b424e;}.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:#f9fafb;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:#6b7280;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:#6b7280;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;}@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:140%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;color:#1b424e;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:#6d8886;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:#f9fafb;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:#1b424e;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:#1b424e;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;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:#1b424e;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:#6d8886;}.articulos-interes{background-color:#f3f4f6;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;}@media (min-width:991px){.articulos-interes .section-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;-ms-grid-columns:1fr 2rem 55%;grid-template-columns:1fr 55%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}}.articulos-interes .section-swiper{position:relative;}.articulos-interes .section-swiper .carousel-cards{width:100%;max-width:100%;overflow:hidden;}.articulos-interes .section-swiper .swiper-buttons{margin-top:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:0.5rem;}.articulos-interes .section-swiper .swiper-button-next{position:relative;background-color:#6d8886;border-radius:0.5rem;width:2rem !important;height:2rem !important;top:unset;margin-top:unset;right:unset;left:unset;}.articulos-interes .section-swiper .swiper-button-next::after{font-family:"Material Icons Outlined" !important;content:"\e409" !important;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:normal;line-height:1;color:#fff;}@media screen and (max-width:375px){.articulos-interes .section-swiper .swiper-button-next::after{font-size:18px;}}@media screen and (min-width:1920px){.articulos-interes .section-swiper .swiper-button-next::after{font-size:24px;}}.articulos-interes .section-swiper .swiper-button-prev{position:relative;background-color:#6d8886;border-radius:0.5rem;width:2rem !important;height:2rem !important;top:unset;margin-top:unset;right:unset;left:unset;}.articulos-interes .section-swiper .swiper-button-prev::after{font-family:"Material Icons Outlined" !important;content:"\e5cb" !important;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:normal;line-height:1;color:#fff;}@media screen and (max-width:375px){.articulos-interes .section-swiper .swiper-button-prev::after{font-size:18px;}}@media screen and (min-width:1920px){.articulos-interes .section-swiper .swiper-button-prev::after{font-size:24px;}}.articulos-interes .carousel-cards{overflow:hidden;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}.articulos-interes .carousel-cards .item__carousel{position:relative;border-radius:1rem;}.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;border-radius:1rem;}.articulos-interes .carousel-cards .item__carousel img{width:100%;aspect-ratio:5/7;-o-object-fit:cover;object-fit:cover;border-radius:1rem;}.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:140%;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:#1b424e;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@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 .title-section{margin:0;font-size:calc(18px + 3 * (100vw - 375px) / 1545);line-height:140%;font-weight:700;text-transform:uppercase;color:#fff;}@media screen and (max-width:375px){.footer-contacto .info-content__contacto .title-section{font-size:18px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__contacto .title-section{font-size:21px;}}.footer-contacto .info-content__contacto .list-items{margin:1.5rem 0;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;margin:3rem 0;}}.footer-contacto .info-content__contacto .list-items .item-contacto{display:-ms-grid;display:grid;-ms-grid-columns:auto 0.5rem 1fr;grid-template-columns:auto 1fr;gap:0.5rem;}.footer-contacto .info-content__contacto .list-items .item-contacto .icono{color:#a57242;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 .icono span{font-size:calc(38px + 2 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.footer-contacto .info-content__contacto .list-items .item-contacto .icono span{font-size:38px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__contacto .list-items .item-contacto .icono span{font-size:40px;}}.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .upper{color:#fff;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{color:#fff;font-size:calc(16px + 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:16px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .info-txt{font-size:18px;}}.footer-contacto .info-content__contacto .list-items .item-contacto .contact-text .link{color:#fff;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{color:#fff;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:rgba(232,236,237,0.15);border-radius:0.5rem;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:#f0f3f3;border-radius:1.5rem;}.footer-contacto .info-content__form .form-title{font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;color:#1b424e;}@media screen and (max-width:375px){.footer-contacto .info-content__form .form-title{font-size:24px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__form .form-title{font-size:32px;}}.footer-contacto .info-content__form .form-description{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;color:#1b424e;margin:0 0 1rem 0;}@media screen and (max-width:375px){.footer-contacto .info-content__form .form-description{font-size:16px;}}@media screen and (min-width:1920px){.footer-contacto .info-content__form .form-description{font-size:18px;}}.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:#6b7280;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:#6b7280;}.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/estudioabt/assets/img/bgdetails.png);padding:40px 0;background-size:cover;}@media (min-width:1440px){.component-text-galeria{padding:80px 0;}}.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 .swiper-galeria{overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;}}.component-text-galeria .item__slide{position:relative;}.component-text-galeria .item__slide img{height:100%;-o-object-fit:cover;object-fit:cover;}.component-text-galeria .item__slide .label-default{position:absolute;bottom:1.5rem;left:1.5rem;z-index:1;}.component-text-galeria .component-indicatores{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;}.component-text-galeria .component-indicatores .indicator .number{display:block;font-size:calc(38px + 2 * (100vw - 375px) / 1545);line-height:110%;letter-spacing:-0.01em;margin:0;font-weight:700;}@media screen and (max-width:375px){.component-text-galeria .component-indicatores .indicator .number{font-size:38px;}}@media screen and (min-width:1920px){.component-text-galeria .component-indicatores .indicator .number{font-size:40px;}}.component-text-galeria .component-indicatores .indicator .caption{font-size:calc(16px + 2 * (100vw - 375px) / 1545);line-height:150%;text-transform:uppercase;}@media screen and (max-width:375px){.component-text-galeria .component-indicatores .indicator .caption{font-size:16px;}}@media screen and (min-width:1920px){.component-text-galeria .component-indicatores .indicator .caption{font-size:18px;}}.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(17,25,40,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:#6d8886;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-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:#f0f3f3;padding:1rem;}.component-tab-categorias .servicios-content .content-details .content-card-list{margin:2rem 0 1rem 0;background-color:#f9fafb;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:#1b424e;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:#6d8886;}.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-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 .carousel__dots{bottom:2rem;top:unset;gap:0.5rem;}.component-galeria .carousel__dots .carousel__dot{color:#fff;width:14px;height:14px;}.component-galeria .carousel__dots .carousel__dot:after{width:14px;height:14px;border-radius:50px;}.component-galeria .carousel__dots .carousel__dot.is-selected{width:24px;}.component-galeria .carousel__dots .carousel__dot.is-selected:after{width:24px;}.component-galeria img{width:100%;aspect-ratio:16/10;}.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 4px #A78BFA;box-shadow:0 0 0 4px #A78BFA;}.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:140%;}@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{background-color:#1b424e;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-texto{padding:6rem 0 6rem 0;}}.component-texto .component-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr;grid-template-columns:repeat(2,1fr);gap:2rem;}@media (max-width:991px){.component-texto .component-content{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;}}.component-texto .title{color:#fff;font-size:calc(24px + 8 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;margin:0;}@media screen and (max-width:375px){.component-texto .title{font-size:24px;}}@media screen and (min-width:1920px){.component-texto .title{font-size:32px;}}.component-texto p,.component-texto .txt{color:#fff;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:3rem 0;}.component-lista-articulos .articulos-interes{background-color:#fff;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 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:#6d8886;height:100%;border-radius:50%;width:30px !important;height:30px !important;border:1px solid #f3f4f6;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:#6b7280;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:#f9fafb;}.component-paginador .paginador .page-item .page-link.active{background-color:#6d8886;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:#374151;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:#e5e7eb;color:#6b7280;}.component-categorias .label .bef-link--selected{background-color:#1b424e;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:40px;color:#fff;text-decoration:none;}.wpp-section .wpp-btn img{height:50px;}.wpp-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:#f0f3f3;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:#1b424e;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:140%;}@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:#e7f8f2;color:#1b424e;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 2rem 0;}@media (min-width:991px){.component-colapsable{margin:6rem 0 6rem 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:#f9fafb;}.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:#111928;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:#6d8886;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:#6d8886;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:#1b424e;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:#1b424e;font-weight:400;}.component-colapsable input:checked + .content .colapse-content,.component-colapsable input:checked + .content .content-close{display:inline-block;}.component-equipo{background-color:#f3f4f6;padding:3rem 0 3rem 0;}@media (min-width:991px){.component-equipo{padding:6rem 0 6rem 0;}}.component-equipo .profile-content{padding:2rem 2rem 2.875rem 2rem;border-radius:1rem;background-color:#f9fafb;display:-ms-grid;display:grid;-ms-grid-columns:20% 3rem 1fr;grid-template-columns:20% 1fr;gap:3rem;}@media (max-width:991px){.component-equipo .profile-content{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;}}.component-equipo .profile-content .img-profile img{aspect-ratio:9/12;-o-object-fit:cover;object-fit:cover;border-radius:2rem;-webkit-box-shadow:0.875rem 0.875rem 0px 0px #6d8886;box-shadow:0.875rem 0.875rem 0px 0px #6d8886;}@media (max-width:991px){.component-equipo .profile-content .img-profile img{width:95%;}}.component-equipo .profile-content:nth-of-type(odd){padding:2rem 2.875rem 2.875rem 2rem;-ms-grid-columns:1fr 20%;grid-template-columns:1fr 20%;}@media (max-width:991px){.component-equipo .profile-content:nth-of-type(odd){-ms-grid-columns:1fr;grid-template-columns:1fr;}}@media (min-width:991px){.component-equipo .profile-content:nth-of-type(odd) .img-profile{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.component-equipo .profile-content:not(:last-of-type){margin-bottom:1.5rem;}.component-equipo .profile-content .actions{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){.component-equipo .profile-content .actions{-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;}}.component-error{margin:2rem 0 2rem 0;padding-bottom:5.25rem;}@media (min-width:991px){.component-error{margin:6rem 0 6rem 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:800;color:#f9fafb;}@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:800;color:#1b424e;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:#1b424e;}@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-carousel-brands{padding:4rem 0;}.component-carousel-brands .contentInner{background-color:#f3f4f6;border-radius:1rem;padding:3rem 4rem;display:-ms-grid;display:grid;-ms-grid-columns:30% 3rem 1fr;grid-template-columns:30% 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;}@media (max-width:1280px){.component-carousel-brands .contentInner{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;}}.component-carousel-brands .section-lead{text-wrap:balance;}@media (max-width:1280px){.component-carousel-brands .section-lead{text-wrap:unset;text-align:center;}}.component-carousel-brands .carousel-brands__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.5rem;}.component-carousel-brands .scroller__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;}.component-carousel-brands .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);}.component-carousel-brands .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;}.component-carousel-brands .scroller[data-direction=right]{--_animation-direction:reverse;}.component-carousel-brands .scroller[data-direction=left]{--_animation-direction:forwards;}.component-carousel-brands .scroller[data-speed=fast]{--_animation-duration:20s;}.component-carousel-brands .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-carousel-brands .brand__item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 5rem) / 6);flex:0 0 calc((100% - 5rem) / 6);}.component-carousel-brands .brand__item img{height:55px;-o-object-fit:contain;object-fit:contain;}.component-footer-basic{background-color:#f9fafb;}.component-footer-basic .txt-copy{font-size:12px;line-height:150%;background-color:#f9fafb;color:#111928;text-align:center;padding:0.75rem 0;}.component-footer-basic .footer-content{padding:3rem 0 3rem 0;}@media (min-width:991px){.component-footer-basic .footer-content{padding:6rem 0 6rem 0;}}.component-footer-basic .footer-content .footer-top{border-bottom:1px solid #f3f4f6;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:#111928;}@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:#f9fafb;border:1px solid #f9fafb;-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;}.component-footer-basic-alt .footer-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media (min-width:991px){.component-footer-basic-alt .footer-content{-ms-grid-columns:40% 1fr;grid-template-columns:40% 1fr;}}.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:767px){.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:#f9fafb;border:1px solid #f9fafb;-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;}.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:540px){.component-footer-basic-alt .footer-cols .contact-info{-ms-grid-columns:1fr 1fr;grid-template-columns: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;}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .icono{background-color:#f9fafb;color:#111928;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{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:12px;}}@media screen and (min-width:1920px){.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:14px;}}.component-footer-basic-alt .footer-cols .contact-info .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){.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:#6b7280;text-decoration:none;}.component-footer-basic-alt .footer-cols .contact-info .item-contacto .contact-text .link:hover{text-decoration:underline;}.component-footer-cta{background-color:#f9fafb;padding-top:4rem;}.component-footer-cta .txt-copy{font-size:12px;line-height:150%;background-color:#f9fafb;color:#111928;text-align:center;padding:0.75rem 0;}.component-footer-cta .footer-cta{background-color:#f6f1ec;border-radius:8px;padding:3rem;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;gap:2rem;}@media (max-width:991px){.component-footer-cta .footer-cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding:2rem;}}.component-footer-cta .footer-cta .cta-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-footer-cta .footer-cta .cta-title{font-size:24px;}}@media screen and (min-width:1920px){.component-footer-cta .footer-cta .cta-title{font-size:32px;}}.component-footer-cta .footer-cta .cta-title small{display:block;font-size:calc(18px + 6 * (100vw - 375px) / 1545);line-height:130%;letter-spacing:-0.01em;font-weight:400;}@media screen and (max-width:375px){.component-footer-cta .footer-cta .cta-title small{font-size:18px;}}@media screen and (min-width:1920px){.component-footer-cta .footer-cta .cta-title small{font-size:24px;}}.component-footer-cta .footer-content{padding:3rem 0 3rem 0;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media (min-width:991px){.component-footer-cta .footer-content{padding:6rem 0 6rem 0;}}@media (min-width:991px){.component-footer-cta .footer-content{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%;}}@media (min-width:1440px){.component-footer-cta .footer-content{-ms-grid-columns:1fr 65%;grid-template-columns:1fr 65%;}}.component-footer-cta .footer-brand img{max-height:60px;}.component-footer-cta .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:1rem;}@media (min-width:767px){.component-footer-cta .footer-cols{-ms-grid-columns:1fr auto;grid-template-columns:1fr auto;}}.component-footer-cta .footer-cols .social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;}.component-footer-cta .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:#fff;border:1px solid #f9fafb;-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;}.component-footer-cta .footer-cols .contact-info{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (min-width:540px){.component-footer-cta .footer-cols .contact-info{-ms-grid-columns:auto auto;grid-template-columns:auto auto;}}@media (min-width:1440px){.component-footer-cta .footer-cols .contact-info{-ms-grid-columns:auto auto auto auto;grid-template-columns:auto auto auto auto;}}.component-footer-cta .footer-cols .contact-info .item-contacto{display:-ms-grid;display:grid;-ms-grid-columns:auto 1rem 1fr;grid-template-columns:auto 1fr;gap:1rem;}.component-footer-cta .footer-cols .contact-info .item-contacto .icono{background-color:#f9fafb;color:#111928;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-cta .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:calc(12px + 2 * (100vw - 375px) / 1545);line-height:150%;}@media screen and (max-width:375px){.component-footer-cta .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:12px;}}@media screen and (min-width:1920px){.component-footer-cta .footer-cols .contact-info .item-contacto .contact-text .upper{font-size:14px;}}.component-footer-cta .footer-cols .contact-info .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){.component-footer-cta .footer-cols .contact-info .item-contacto .contact-text .info-txt{font-size:14px;}}@media screen and (min-width:1920px){.component-footer-cta .footer-cols .contact-info .item-contacto .contact-text .info-txt{font-size:16px;}}.component-footer-cta .footer-cols .contact-info .item-contacto .contact-text .link{color:#6b7280;text-decoration:none;}.component-footer-cta .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{padding-inline-start:0px;margin-block-start:0em;margin-block-end:0em;}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-estudioabt-primary-local-tasks,.content-status-messages{box-sizing:border-box;margin:0 auto;padding:15px 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/estudioabt/assets/img/spinner.gif);opacity:0.8;}
