@charset "UTF-8";.BCardEducation__card{display:flex;flex-direction:column;align-items:flex-start;border-radius:10px;background-color:var(--color_fondo_sutil);width:100%;overflow:hidden}@media (min-width:1025px){.BCardEducation__card{max-width:364px}}.BCardEducation__card .BCardEducation__card-img{width:100%;height:182px}.BCardEducation__card .BCardEducation__card-img img{width:100%;height:100%;object-fit:cover;object-position:top center}.BCardEducation__card-content{display:flex;padding:var(--spacing_xs);flex-direction:column;align-items:flex-start;gap:var(--spacing_1xs);flex:1 0 0;align-self:stretch}@media (max-width:1024px){.BCardEducation__card-content{padding:var(--spacing_1xs)}}.BCardEducation__card-subtitle{font-family:var(--font_primary);font-size:var(--size_text_3xs);font-weight:var(--weight_semibold);line-height:22px;color:var(--color_texto_detalle)}.BCardEducation__card-title{font-family:var(--font_primary);font-size:var(--size_text_l);font-weight:var(--weight_regular);line-height:32px;letter-spacing:0;color:var(--color_texto_titulos);display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px){.BCardEducation__card-title{font-size:var(--size_text_m);line-height:32px}}@media (max-width:574px){.BCardEducation__card-title{font-size:var(--size_text_s);line-height:32px}}.BCardEducation__card-description{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;align-self:stretch;overflow:hidden;text-overflow:ellipsis;color:var(--color_texto_cuerpo);font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_regular);line-height:22px;margin-top:auto;margin-bottom:var(--spacing_2xs)}.BCardEducation__card .BCardEducation__card-link{color:var(--color_texto_hover_dark)}.BCardEducation__card .BCardEducation__card-link::after{background-color:var(--color_texto_hover_dark)}.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}.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}.BBannerTreeCardEducation{display:flex;flex-direction:column;gap:var(--spacing_s)}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey{background-color:var(--color_fondo_sutil);padding:var(--spacing_3xl) 0}@media (max-width:1024px){.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey{padding:var(--spacing_xl) 0}}@media (max-width:574px){.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey{padding:var(--spacing_l) 0}}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey__link{color:var(--color_texto_hover_dark)}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey .BCardEducation__card{background-color:var(--color_fondo_base)}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey .BCardEducation__card-link{color:var(--color_texto_default_base)}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey .BCardEducation__card-link::after{background-color:var(--color_texto_default_base)}@media (max-width:1024px){.BBannerTreeCardEducation{gap:var(--spacing_xs)}}.BBannerTreeCardEducation .BBannerTreeCardEducation__cards{display:flex;gap:var(--spacing_xs)}@media (max-width:1024px){.BBannerTreeCardEducation .BBannerTreeCardEducation__cards{gap:var(--spacing_1xs)}}.BBannerTreeCardEducation .BBannerTreeCardEducation__cards .BCardEducation__card{height:auto}.BBannerTreeCardEducation .BBannerTreeCardEducation__cards--base-bg .BCardEducation__card{background-color:var(--color_fondo_base)}@media (max-width:1024px){.BBannerTreeCardEducation .BBannerTreeCardEducation__cards>div:last-child{display:none}}@media (max-width:574px){.BBannerTreeCardEducation .BBannerTreeCardEducation__cards>div:nth-child(2){display:none}}.BBannerTreeCardEducation .BBannerTreeCardEducation__cards-alternate{display:flex;gap:var(--spacing_xs);flex-wrap:wrap}@media (max-width:1024px){.BBannerTreeCardEducation .BBannerTreeCardEducation__cards-alternate{gap:var(--spacing_1xs)}}.BBannerTreeCardEducation .BBannerTreeCardEducation__cards-alternate .BCardEducation__card{height:auto;width:267px}.BBannerTreeCardEducation .BBannerTreeCardEducation__cards-alternate--base-bg .BCardEducation__card{background-color:var(--color_fondo_base)}@media (max-width:1024px){.BBannerTreeCardEducation .BBannerTreeCardEducation__cards-alternate>div:last-child{display:none}}@media (max-width:574px){.BBannerTreeCardEducation .BBannerTreeCardEducation__cards-alternate>div:nth-child(2){display:none}}.BBannerTreeCardEducation .BBannerTreeCardEducation__link{margin:var(--spacing_s) auto 0 auto}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey * .BBannerTreeCardEducation__link{color:var(--color_texto_hover_dark)}.BBannerTreeCardEducation.BBannerTreeCardEducation__bg--grey * .BBannerTreeCardEducation__link::after{background-color:var(--color_texto_hover_dark)}.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}}.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}@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__title[aria-expanded=true]{border-radius:var(--radius_xl) var(--radius_xl) 0 0}.BDownloadableList .BDownloadableList__title[aria-expanded=true]:after{transform:rotate(-180deg)}.BDownloadableList .BDownloadableList__title[aria-expanded=true]~.BDownloadableList__container{padding-bottom:spacing_3xl}.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}.BDownloadableList .BDownloadableList__title[aria-expanded=true]~.BDownloadableList__container{display:block!important}@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)}}.BDownloadableList .BDownloadableList__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{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:999;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}.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;max-width:872px;width:100%;max-height:90vh}@media (max-width:1024px){.BDownloadableListWithModal__modal-content{padding:var(--spacing_s);max-height:85vh}}@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:var(--color_gris_100);border-radius:var(--radius_l);overflow:hidden;flex:1;min-height:400px}@media (max-width:1024px){.BDownloadableListWithModal__modal-image{min-height:300px}}@media (max-width:574px){.BDownloadableListWithModal__modal-image{min-height:200px}}.BDownloadableListWithModal__modal-image img{width:100%;height:100%;object-fit:cover;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}}@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}}.BThreeCardsContact{gap:var(--spacing_s)}@media (max-width:574px){.BThreeCardsContact{gap:var(--spacing_1xs)}}.BThreeCardsContact__container{display:flex;gap:var(--spacing_xs);flex-direction:row}@media (max-width:1024px){.BThreeCardsContact__container{gap:var(--spacing_1xs)}}@media (max-width:574px){.BThreeCardsContact__container{flex-direction:column;gap:var(--spacing_1xs)}}.BThreeCardsContact__card{display:flex;flex-direction:column;background-color:var(--color_fondo_base);border-radius:var(--radius_2xl);padding:var(--spacing_xs);gap:var(--spacing_s);width:calc(100% / 3)}@media (max-width:1024px){.BThreeCardsContact__card{width:calc(95% / 3);padding:var(--spacing_1xs)}}@media (max-width:574px){.BThreeCardsContact__card{width:100%;flex-direction:row;gap:var(--spacing_1xs);padding:var(--spacing_1xs)}}@media (max-width:574px){.BThreeCardsContact__wrapper-img{display:flex;align-items:center}}.BThreeCardsContact__img{width:72px;height:72px;padding:6px}@media (max-width:1024px){.BThreeCardsContact__img{width:56px;height:56px;padding:4px}}@media (max-width:574px){.BThreeCardsContact__img{width:40px;height:40px;padding:3px}}.BThreeCardsContact__img img{width:100%;height:100%;object-fit:contain;object-position:center}.BThreeCardsContact__content{display:flex;flex-direction:column;gap:var(--spacing_xs);justify-content:space-between;height:100%}@media (max-width:1024px){.BThreeCardsContact__content{gap:var(--spacing_1xs)}}@media (max-width:574px){.BThreeCardsContact__content{gap:var(--spacing_1xs)}}.BThreeCardsContact__card-title{font-family:var(--font_primary);font-size:var(--size_text_l);font-weight:var(--weight_regular);line-height:32px;letter-spacing:0;color:var(--color_texto_titulos)}@media (max-width:1024px){.BThreeCardsContact__card-title{font-size:var(--size_text_m);line-height:32px}}@media (max-width:574px){.BThreeCardsContact__card-title{font-size:var(--size_text_s);line-height:32px}}.BThreeCardsContact__info{display:flex;flex-direction:column;flex-wrap:wrap;font-family:var(--font_primary);font-size:var(--size_text_2xs);font-weight:var(--weight_regular);line-height:22px;color:var(--color_texto_cuerpo)}.BThreeCardsContact__info-link .btn{flex-wrap:wrap}