@charset "UTF-8";.BDropdown{position:relative;display:flex;height:45px;width:100%;min-width:160px;padding:0 var(--spacing_2xl) 0 var(--spacing_xs);border-radius:var(--radius_m);border:1px solid var(--color_borde_sutil);background-color:var(--color_fondo_base);align-items:center}.BDropdown:hover{background-color:var(--color_fondo_sutil);text-decoration:none}.BDropdown:focus-visible{outline:2px solid var(--color_borde_light);outline-offset:0}.BDropdown::after{content:"";position:absolute;right:var(--spacing_xs);width:24px;height:24px;background-color:var(--color_texto_cuerpo);-webkit-mask:url(../images/icons/chevron-down.svg) no-repeat center;mask:url(../images/icons/chevron-down.svg) no-repeat center;mask-size:18px}.BDropdown__heading{font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_regular);line-height:22px;color:var(--color_texto_cuerpo);margin-bottom:var(--spacing_1xs)}.BDropdown__label{font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_semibold);line-height:22px;color:var(--color_texto_cuerpo)}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.BDropdown__menu{display:none;position:absolute;top:100%;left:0;background-color:var(--color_fondo_base);list-style:none;padding:0;margin:var(--stroke_m) 0 0;border-radius:var(--radius_m);box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-height:320px;overflow-y:auto;z-index:1;animation:fadeIn .3s ease-out}.BDropdown__menu-item{font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_regular);line-height:22px;color:var(--color_texto_cuerpo);padding:var(--spacing_2xs) var(--spacing_s);border-bottom:1px solid var(--color_borde_sutil);display:block;text-align:left}.BDropdown__menu-item.selected{background-color:var(--color_fondo_sutil);font-weight:700}.BDropdown__menu-item:hover{background-color:var(--color_fondo_sutil);text-decoration:none}.BDropdown__menu-item:focus-visible{border:2px solid var(--color_borde_light);outline:1px;border-radius:var(--radius_m)}.BDropdown.open .BDropdown__menu{display:block}.BPagination{display:flex;align-items:center;gap:var(--spacing_xs)}.BPagination__text{color:var(--color_texto_detalle_inverso);font-family:var(--font_primary);font-size:var(--size_text_3xs);font-weight:var(--weight_semibold);line-height:22px}.BPagination .BPagination__navigation{display:flex;align-items:center;justify-content:right;padding:0}.BPagination .BPagination__btn{display:flex;padding:0;border-color:transparent;background-color:var(--color_fondo_base)}.BPagination .BPagination__btn::before{content:"";display:block;width:36px;height:36px;background-color:var(--color_icono_light)}.BPagination .BPagination__btn:disabled{pointer-events:none}.BPagination .BPagination__btn:disabled:before{background-color:var(--color_gris_300)}.BPagination .BPagination__btn:hover::before{background-color:var(--color_fondo_hover_dark)}.BPagination .BPagination__first::before{-webkit-mask:url(../images/icons/arrow-first.svg) no-repeat center;mask:url(../images/icons/arrow-first.svg) no-repeat center;mask-size:18px}.BPagination .BPagination__previous::before{-webkit-mask:url(../images/icons/chevron-left.svg) no-repeat center;mask:url(../images/icons/chevron-left.svg) no-repeat center;mask-size:8px}.BPagination .BPagination__next::before{-webkit-mask:url(../images/icons/chevron-right-pagination.svg) no-repeat center;mask:url(../images/icons/chevron-right-pagination.svg) no-repeat center;mask-size:8px}.BPagination .BPagination__last::before{-webkit-mask:url(../images/icons/arrow-last.svg) no-repeat center;mask:url(../images/icons/arrow-last.svg) no-repeat center;mask-size:18px}.BBannerFullWidthGeneral+.o-container--color{margin-top:-72px!important}.BBannerFullWidthGeneral{margin-top:0!important;margin-bottom:var(--spacing_3xl)!important}.BBannerFullWidthGeneral__title{font-family:var(--font_primary);font-size:var(--size_text_1xl);font-weight:var(--weight_regular);line-height:40px;letter-spacing:0;color:var(--color_texto_titulos)}@media (max-width:1024px){.BBannerFullWidthGeneral__title{font-size:var(--size_text_xl);line-height:40px}}@media (max-width:574px){.BBannerFullWidthGeneral__title{font-size:var(--size_text_l);line-height:32px}}.BBannerFullWidthGeneral__container{display:flex;align-items:center;justify-content:center;width:100%;min-height:189px;background-color:var(--color_gris_50)}@media (min-width:575px){.BBannerFullWidthGeneral__container{-webkit-mask:url(../images/backgrounds/pleca-desktop.svg) no-repeat center;mask:url(../images/backgrounds/pleca-desktop.svg) no-repeat center;mask-size:cover;mask-position:80%;-webkit-mask-position-y:bottom}}@media (max-width:1024px){.BBannerFullWidthGeneral__container{min-height:137px}}@media (max-width:574px){.BBannerFullWidthGeneral__container{min-height:98px}}.BBannerFullWidthGeneral__image-container{width:100%;height:426px;overflow:hidden;border-radius:var(--radius_2xl);margin-top:var(--spacing_3xl)}@media (max-width:574px){.BBannerFullWidthGeneral__image-container{height:150px;margin-top:var(--spacing_l)}}@media (max-width:1024px){.BBannerFullWidthGeneral__image-container{margin-top:var(--spacing_xl)}}.BBannerFullWidthGeneral__image-container img{object-fit:cover;width:100%;height:100%;object-position:top center}.BBannerFullWidthGeneral__video-container{display:flex;padding-top:40px;padding-bottom:60px;align-items:flex-start;gap:24px;align-self:stretch;flex-direction:column;align-items:center}@media (max-width:1024px){.BBannerFullWidthGeneral__video-container{padding-top:32px;padding-bottom:56px}}@media (max-width:574px){.BBannerFullWidthGeneral__video-container{padding-top:24px;padding-bottom:48px}}.BBannerFullWidthGeneral__video-container-video{border-radius:12px;width:100%;height:426px;cursor:pointer}@media (max-width:574px){.BBannerFullWidthGeneral__video-container-video{height:150px}}.BDownloadableList{display:flex;flex-direction:column;gap:var(--spacing_s)}@media (max-width:1024px){.BDownloadableList{gap:var(--spacing_xs)}}@media (max-width:574px){.BDownloadableList{gap:var(--spacing_1xs)}}.BDownloadableList .BDownloadableList__toggle{position:absolute;opacity:0;pointer-events:none}.BDownloadableList .BDownloadableList__title{font-family:var(--font_primary);font-size:var(--size_text_s);font-weight:var(--weight_regular);line-height:24px;letter-spacing:0;font-family:Inter;color:var(--color_texto_titulos);cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:none;background-color:var(--color_fondo_sutil);width:100%;text-align:left;padding:var(--spacing_xs);border-radius:var(--radius_xl);transition:background-color .3s ease;user-select:none}@media (max-width:1024px){.BDownloadableList .BDownloadableList__title{font-size:var(--size_text_xs);line-height:24px}}@media (max-width:574px){.BDownloadableList .BDownloadableList__title{font-size:var(--size_text_1xs);line-height:22px}}@media (max-width:1024px){.BDownloadableList .BDownloadableList__title{padding:var(--spacing_1xs)}}.BDownloadableList .BDownloadableList__title:after{content:"";width:var(--spacing_xs);height:var(--spacing_xs);mask:url(../images/icons/chevron-down.svg) no-repeat center;-webkit-mask:url(../images/icons/chevron-down.svg) no-repeat center;background-color:var(--color_fondo_hover_dark);transition:transform .3s ease;flex-shrink:0}.BDownloadableList .BDownloadableList__title:hover{background-color:var(--color_fondo_light)}.BDownloadableList .BDownloadableList__title:focus-visible{outline:2px solid var(--color_borde_light);outline-offset:1px}.BDownloadableList .BDownloadableList__toggle:checked+.BDownloadableList__title{border-radius:var(--radius_xl) var(--radius_xl) 0 0}.BDownloadableList .BDownloadableList__toggle:checked+.BDownloadableList__title:after{transform:rotate(-180deg)}.BDownloadableList .BDownloadableList__container{display:none;animation:fadeIn .3s ease-out}.BDownloadableList .BDownloadableList__toggle:checked~.BDownloadableList__container{display:block;padding-bottom:spacing_3xl}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.BDownloadableList .BDownloadableList__list{padding-left:0}.BDownloadableList .BDownloadableList__item{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing_1xs);padding:var(--spacing_1xs) var(--spacing_xs);border-left:1px solid var(--color_borde_sutil);border-right:1px solid var(--color_borde_sutil);border-bottom:1px solid var(--color_borde_sutil)}.BDownloadableList .BDownloadableList__item:last-child{border-radius:0 0 var(--radius_xl) var(--radius_xl)}.BDownloadableList .BDownloadableList__item a{text-decoration:none}.BDownloadableList .BDownloadableList__item:hover{background-color:var(--color_fondo_light)}.BDownloadableList .BDownloadableList__item .btn__icon-download:after{width:20px;height:20px}.BDownloadableList .BDownloadableList__item .btn__icon-link:after{width:20px;height:20px}.BDownloadableList .BDownloadableList__text{font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_regular);line-height:22px;color:var(--color_texto_cuerpo);flex-shrink:1}.BDownloadableList .BDownloadableList__control{display:flex;gap:var(--spacing_1xs)}.BDownloadableList .BDownloadableList__control .btn__icon-link::after{mask:url(../images/iconos/file-attached.svg);-webkit-mask:url(../images/iconos/file-attached.svg);mask-size:15px;mask-repeat:no-repeat}.BDownloadableList .BDownloadableList__pagination{display:flex;justify-content:flex-end;margin-top:var(--spacing_xs);margin-bottom:var(--spacing_m)}@media (max-width:1024px){.BDownloadableList .BDownloadableList__pagination{margin-bottom:var(--spacing_s)}}.BTabAndContent{display:flex;flex-direction:column;margin-bottom:0!important;gap:72px}.BTabAndContent .o-container-fluid+.BTabAndContent__container{margin-top:-72px!important}.BTabAndContent__container{width:100%;display:contents!important}.BTabAndContent__container :first-child.BTabAndContent__section{margin-top:-40px!important}.BTabAndContent__container :last-child.BTabAndContent__section{margin-bottom:0!important}.BTabAndContent__section.hidden{display:none}.BTabAndContent__section{max-width:1252px;width:100%;padding-left:var(--spacing_xl);padding-right:var(--spacing_xl);margin-left:auto;margin-right:auto;margin-bottom:var(--spacing_3xl)!important}.BTabAndContent__section section:first-child{margin-top:0!important}.BTabAndContent__section section.o-container--color:last-child{margin-bottom:var(--spacing_3xl)!important}.BTabAndContent__section [class*=__bg--white]{padding:0}.BTabAndContent__section section.o-container{padding:0!important}@media (max-width:829px){.BTabAndContent__section{padding-left:var(--spacing_1xs);padding-right:var(--spacing_1xs)}}@media (max-width:574px){.BTabAndContent__section{padding-left:var(--spacing_xs);padding-right:var(--spacing_xs)}}@media (max-width:1024px){.BTabAndContent__section{padding-left:var(--spacing_xl);padding-right:var(--spacing_xl)}}.BTabAndContent__section__fluid{max-width:100%;width:100%;padding:0}.BTabAndContent__swiper{width:100%;margin:0 auto;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;user-select:none}.BTabAndContent__swiper::-webkit-scrollbar{display:none}.BTabAndContent__swiper:active{cursor:grabbing;user-select:none}.BTabAndContent__wrapper{padding:0;display:flex;flex-wrap:nowrap;gap:0}.BTabAndContent__wrapper li{flex:1;min-width:fit-content}.BTabAndContent__wrapper li button{white-space:nowrap;display:flex;flex-direction:column;gap:var(--spacing_2xs);padding:var(--spacing_1xs) var(--spacing_2xs);width:100%;min-width:fit-content;background-color:transparent;justify-content:center;align-items:center;border:0;border-bottom:1px solid var(--color_gris_300);font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_semibold);line-height:22px;font-weight:var(--weight_regular);position:relative;color:var(--color_secundario_700)}.BTabAndContent__wrapper li button:after{content:"";width:0;height:2px;background-color:var(--color_primario_100);position:absolute;bottom:-1px;left:0;transition:width .3s linear .1s}.BTabAndContent__wrapper li button img{width:50px;height:50px}.BTabAndContent__wrapper li button.active{font-weight:var(--weight_semibold);color:var(--color_texto_default_base)}.BTabAndContent__wrapper li button.active:after{width:100%;transition:width .3s linear .1s}.BTabAndContent__wrapper li button.active img{filter:brightness(0) saturate(77%) invert(14%) sepia(75%) saturate(5236%) hue-rotate(341deg) brightness(87%) contrast(114%)}.BTabAndContent__wrapper li button:hover{color:var(--color_texto_hover_dark)}.BTabAndContent__wrapper li button:hover img{filter:brightness(0) saturate(100%) invert(14%) sepia(76%) saturate(5236%) hue-rotate(341deg) brightness(70%) contrast(114%)}@media (max-width:1024px){.BTabAndContent__wrapper li button{padding:var(--spacing_1xs)}}[class*=__bg--white]+.BTabAndContent{margin-top:0}.BTabAndContent+.BTabAndContent{margin-top:0!important}.BTabAndContent:has(.BTabAndContent__containersection.o-container--color)+.BTabAndContent{margin-top:var(--spacing_3xl)!important}@media (max-width:574px){.BTapAndScroll_section:has(.o-container--color)+.BTapAndScroll_section:has(.o-container) section{margin-top:var(--spacing_s)!important}}.BDownloadableListWithModal{display:flex;flex-direction:column;gap:var(--spacing_s)}@media (max-width:1024px){.BDownloadableListWithModal{gap:var(--spacing_xs)}}@media (max-width:574px){.BDownloadableListWithModal{gap:var(--spacing_1xs)}}.BDownloadableListWithModal .BDownloadableListWithModal__toggle{position:absolute;opacity:0;pointer-events:none}.BDownloadableListWithModal .btn.btn__icon-download{text-decoration:none}.BDownloadableListWithModal .btn.btn__icon-download:hover{text-decoration:underline}.BDownloadableListWithModal .btn.btn__icon-download:after{width:20px;height:20px}.BDownloadableListWithModal .BDownloadableListWithModal__title{font-family:var(--font_primary);font-size:var(--size_text_s);font-weight:var(--weight_regular);line-height:24px;letter-spacing:0;font-family:Inter;color:var(--color_texto_titulos);cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:none;background-color:var(--color_fondo_sutil);width:100%;text-align:left;padding:var(--spacing_xs);border-radius:var(--radius_xl);transition:background-color .3s ease}@media (max-width:1024px){.BDownloadableListWithModal .BDownloadableListWithModal__title{font-size:var(--size_text_xs);line-height:24px}}@media (max-width:574px){.BDownloadableListWithModal .BDownloadableListWithModal__title{font-size:var(--size_text_1xs);line-height:22px}}@media (max-width:1024px){.BDownloadableListWithModal .BDownloadableListWithModal__title{padding:var(--spacing_1xs)}}.BDownloadableListWithModal .BDownloadableListWithModal__title:after{content:"";width:var(--spacing_xs);height:var(--spacing_xs);mask:url(../images/icons/chevron-down.svg) no-repeat center;-webkit-mask:url(../images/icons/chevron-down.svg) no-repeat center;background-color:var(--color_fondo_hover_dark);transition:transform .3s ease;flex-shrink:0}.BDownloadableListWithModal .BDownloadableListWithModal__title:hover{background-color:var(--color_fondo_light)}.BDownloadableListWithModal .BDownloadableListWithModal__title:focus-visible{outline:2px solid var(--color_borde_light);outline-offset:1px}.BDownloadableListWithModal .BDownloadableListWithModal__title[aria-expanded=true]{border-radius:var(--radius_xl) var(--radius_xl) 0 0}.BDownloadableListWithModal .BDownloadableListWithModal__title[aria-expanded=true]:after{transform:rotate(-180deg)}.BDownloadableListWithModal .BDownloadableListWithModal__title[aria-expanded=true]~.BDownloadableListWithModal__container{padding-bottom:spacing_3xl}.BDownloadableListWithModal .BDownloadableListWithModal__toggle:checked+.BDownloadableListWithModal__title{border-radius:var(--radius_xl) var(--radius_xl) 0 0}.BDownloadableListWithModal .BDownloadableListWithModal__toggle:checked+.BDownloadableListWithModal__title:after{transform:rotate(-180deg)}.BDownloadableListWithModal .BDownloadableListWithModal__container{display:none;animation:fadeIn .3s ease-out}.BDownloadableListWithModal .BDownloadableListWithModal__toggle:checked~.BDownloadableListWithModal__container{display:block;padding-bottom:spacing_3xl}.BDownloadableListWithModal .BDownloadableListWithModal__title[aria-expanded=true]~.BDownloadableListWithModal__container{display:block!important}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.BDownloadableListWithModal .BDownloadableListWithModal__list{padding-left:0}.BDownloadableListWithModal .BDownloadableListWithModal__item{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing_1xs);padding:var(--spacing_1xs) var(--spacing_xs);border-left:1px solid var(--color_borde_sutil);border-right:1px solid var(--color_borde_sutil);border-bottom:1px solid var(--color_borde_sutil)}.BDownloadableListWithModal .BDownloadableListWithModal__item:last-child{border-radius:0 0 var(--radius_xl) var(--radius_xl)}.BDownloadableListWithModal .BDownloadableListWithModal__item a,.BDownloadableListWithModal .BDownloadableListWithModal__item button{text-decoration:none}.BDownloadableListWithModal .BDownloadableListWithModal__item:hover{background-color:var(--color_fondo_light)}.BDownloadableListWithModal .BDownloadableListWithModal__text{font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_regular);line-height:22px;color:var(--color_texto_cuerpo);flex-shrink:1}.BDownloadableListWithModal .BDownloadableListWithModal__btn-text{font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_semibold);line-height:22px;font-weight:var(--weight_semibold)!important}.BDownloadableListWithModal .BDownloadableListWithModal__pagination{display:flex;justify-content:flex-end;margin-top:var(--spacing_xs);margin-bottom:var(--spacing_m)}@media (max-width:1024px){.BDownloadableListWithModal .BDownloadableListWithModal__pagination{margin-bottom:var(--spacing_s)}}.BDownloadableListWithModal__modal{display:none;position:fixed;z-index:9999999999999;left:0;top:0;width:100%;height:100%;background:rgba(50,62,72,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;padding:var(--spacing_m)}@media (max-width:1024px){.BDownloadableListWithModal__modal{padding:var(--spacing_s)}}@media (max-width:574px){.BDownloadableListWithModal__modal{padding:var(--spacing_xs)}}.BDownloadableListWithModal__modal.openModal{display:flex;overflow:hidden}.BDownloadableListWithModal__modal-content{border-radius:var(--radius_2xl);border:1px solid var(--color_gris_400);background-color:var(--color_base_0);position:relative;padding:var(--spacing_xs);display:flex;flex-direction:column;width:90%;max-width:800px;max-height:calc(100vh - 32px)}@media (max-width:1024px){.BDownloadableListWithModal__modal-content{padding:var(--spacing_s);max-height:85vh;width:95%}}@media (max-width:574px){.BDownloadableListWithModal__modal-content{padding:var(--spacing_xs);max-height:80vh}}.BDownloadableListWithModal__modal__btn-close.btn{position:absolute;top:14px;right:14px;cursor:pointer;height:24px;width:24px;z-index:10}@media (max-width:1024px){.BDownloadableListWithModal__modal__btn-close.btn{top:16px;right:16px}}@media (max-width:574px){.BDownloadableListWithModal__modal__btn-close.btn{top:12px;right:12px}}.BDownloadableListWithModal__modal__btn-close.btn:after{background-color:var(--color_gris_600)}.BDownloadableListWithModal__modal-scrollable{display:flex;flex-direction:column;gap:var(--spacing_s);overflow-y:auto;min-height:0;padding:var(--spacing_1xs)}.BDownloadableListWithModal__modal-image{display:flex;justify-content:center;align-items:center;background-color:#f4f7f8;border-radius:var(--radius_l);overflow:hidden;flex:1;min-height:auto;height:min(55vh,600px)}@media (max-width:1024px){.BDownloadableListWithModal__modal-image{height:45vh}}@media (max-width:574px){.BDownloadableListWithModal__modal-image{height:35vh}}.BDownloadableListWithModal__modal-image img{width:100%;height:100%;max-height:55vh;object-fit:contain;object-position:center}.BDownloadableListWithModal__modal-footer{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing_s)}@media (max-width:574px){.BDownloadableListWithModal__modal-footer{flex-direction:column;align-items:flex-start;gap:var(--spacing_xs)}}.BDownloadableListWithModal__modal-title{font-family:var(--font_primary);font-size:var(--size_text_s);font-weight:var(--weight_regular);line-height:24px;letter-spacing:0;color:var(--color_gris_600);margin:0;flex:1}@media (max-width:1024px){.BDownloadableListWithModal__modal-title{font-size:var(--size_text_xs);line-height:24px}}@media (max-width:574px){.BDownloadableListWithModal__modal-title{font-size:var(--size_text_1xs);line-height:22px}}.BDownloadableListWithModal__modal-title .btn.btn__icon-download:after{width:22px;height:22px}@media (max-width:574px){.BDownloadableListWithModal__modal-title{font-family:var(--font_primary);font-size:var(--size_text_l);font-weight:var(--weight_regular);line-height:24px}}@media (max-width:574px) and (max-width:1024px){.BDownloadableListWithModal__modal-title{font-size:var(--size_text_xs)}}@media (max-width:574px) and (max-width:574px){.BDownloadableListWithModal__modal-title{font-size:var(--size_text_1xs);line-height:22px}}.btn.btn__icon-download{text-decoration:none}.btn.btn__icon-download:after{width:22px;height:22px}body.modal-open{overflow:hidden}.content_search{width:400px;margin-bottom:72px}.BDownloadableListWithModal__modal-image--pdf{width:180px!important;height:180px!important}@media (max-width:768px){.content_search{width:100%}}.b-banner-full-width-categoria{position:relative;overflow:hidden;margin:0!important}.b-banner-full-width-categoria:after{content:"";display:block;width:100%;height:25px;background:linear-gradient(to top,rgba(255,255,255,.8),rgba(255,255,255,0));pointer-events:none}@media (max-width:574px){.b-banner-full-width-categoria:after{display:none}}.b-banner-full-width-categoria .b-banner-full-width-categoria__image-container{line-height:0}.b-banner-full-width-categoria .b-banner-full-width-categoria__image{z-index:0;width:100%;object-fit:cover;object-position:center}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__image{display:none}}@media (max-width:1024px){.b-banner-full-width-categoria .b-banner-full-width-categoria__image{width:100%;justify-content:center;align-items:center}}@media (min-width:2560px){.b-banner-full-width-categoria .b-banner-full-width-categoria__image{height:calc(100vh - 100px)!important}}.b-banner-full-width-categoria .b-banner-full-width-categoria__image-mobile{width:100%}@media (min-width:575px){.b-banner-full-width-categoria .b-banner-full-width-categoria__image-mobile{display:none}}.b-banner-full-width-categoria .b-banner-full-width-categoria__subtitle{color:var(--color_primario_100);font-family:var(--font_primary);font-size:var(--size_text_l);font-weight:var(--weight_regular);line-height:32px;letter-spacing:0;padding-bottom:var(--spacing_1xs);max-width:410px;word-wrap:break-word}@media (max-width:1024px){.b-banner-full-width-categoria .b-banner-full-width-categoria__subtitle{font-size:var(--size_text_m);line-height:32px}}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__subtitle{font-size:var(--size_text_s);line-height:32px}}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__subtitle{padding-top:var(--spacing_xs);padding-bottom:var(--spacing_2xs)}}.b-banner-full-width-categoria .b-banner-full-width-categoria__title{color:var(--color_secundario_700);width:42%;font-family:var(--font_primary);font-size:var(--size_text_3xl);font-weight:var(--weight_medium);line-height:64px;letter-spacing:-1.45px}@media (max-width:1024px){.b-banner-full-width-categoria .b-banner-full-width-categoria__title{font-size:var(--size_text_2xl);line-height:44px}}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__title{font-size:var(--size_text_xl);line-height:40px}}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__title{width:100%}}.b-banner-full-width-categoria .b-banner-full-width-categoria__btn{width:fit-content;margin-top:var(--spacing_l)}@media (max-width:1024px){.b-banner-full-width-categoria .b-banner-full-width-categoria__btn{margin-top:var(--spacing_xs)}}.b-banner-full-width-categoria .b-banner-full-width-categoria__content{width:100%}@media (min-width:575px){.b-banner-full-width-categoria .b-banner-full-width-categoria__content{position:absolute;z-index:3;transform:translate(0,-50%);top:50%}}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__content{position:inherit;padding-bottom:var(--spacing_l);padding-top:var(--spacing_l)}}@media (min-width:575px){.b-banner-full-width-categoria .b-banner-full-width-categoria__blur{position:absolute;z-index:2;background-color:rgba(255,255,255,.84);-webkit-mask:url(../images/backgrounds/pleca-catregory.svg) no-repeat center;mask:url(../images/backgrounds/pleca-catregory.svg) no-repeat center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);mask-position:center top;mask-size:cover;bottom:0;width:100%;height:calc(100% - 20px);left:0}}@media (max-width:574px){.b-banner-full-width-categoria .b-banner-full-width-categoria__blur{display:none}}.b-banner-full-width-categoria.background-light{background-color:var(--color_base_0)}.b-banner-full-width-categoria.background-light .b-banner-full-width-categoria__blur path{fill:var(--color_gris_50);opacity:1}.b-banner-full-width-categoria.background-dark{background-color:var(--color_gris_50)}.b-banner-full-width-categoria.background-dark .b-banner-full-width-categoria__blur path{fill:var(--color_base_0);opacity:1}.b-banner-full-width-categoria.background-blur{background-color:var(--color_base_0)}.b-banner-full-width-categoria.background-blur .b-banner-full-width-categoria__blur path{fill:var(--color_base_0);opacity:.9}.b-full-width-rich-text-field{padding-top:0!important}.b-full-width-rich-text-field .b-full-width-rich-text-field__container{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing_xs);align-self:stretch}.b-full-width-rich-text-field.o-container--color-white * .b-full-width-rich-text-field__accordion__title{background-color:var(--color_fondo_base)}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion{border-bottom:1px solid var(--color_gris_200);padding:var(--spacing_s) 0;width:100%}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__title{font-family:var(--font_primary);font-size:var(--size_text_s);font-weight:var(--weight_regular);line-height:24px;letter-spacing:0;color:var(--color_texto_titulos);cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:none;background-color:var(--color_fondo_sutil);width:100%;text-align:left;padding:0}@media (max-width:1024px){.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__title{font-size:var(--size_text_xs);line-height:24px}}@media (max-width:574px){.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__title{font-size:var(--size_text_1xs);line-height:22px}}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__title:after{content:"";width:var(--spacing_m);height:var(--spacing_m);background-image:url(../images/icons/chevron-down.svg);background-repeat:no-repeat;transition:transform .3s ease;background-position:center;color:var(--color_texto_hover_dark);flex-shrink:0}@media (max-width:1024px){.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__title:after{margin-left:1rem}}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__text{font-family:var(--font_primary);font-size:var(--size_text_3xs);font-weight:var(--weight_semibold);line-height:22px;color:var(--color_texto_detalle);max-height:0;overflow:hidden;transition:max-height .3s ease;padding-right:24px;margin-right:24px}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__text a{color:var(--color_texto_default_base);font-family:var(--font_primary);font-size:var(--size_text_3xs);font-weight:var(--weight_semibold);line-height:22px;text-decoration:none}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion__text a:hover{text-decoration:underline}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion.active .b-full-width-rich-text-field__accordion__title:after{transform:rotate(-180deg)}.b-full-width-rich-text-field .b-full-width-rich-text-field__accordion.active .b-full-width-rich-text-field__accordion__text{max-height:initial;padding-top:var(--spacing_m)}