/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.ui-widget-overlay.ui-front{z-index:unset}:root{--c-brand-primary:#2b4294;--c-brand-primary-complementary:#002e72;--c-brand-fucsia:#e7004c;--c-brand-green:#00a53b;--c-brand-orange:#ff6701;--c-brand-cian:#00e1ff;--c-brand-blue:#009bf8;--c-brand-wine:#b20242;--c-brand-darkgray:#2d2d2d;--c-brand-lightgray:#e1e1e1;--c-#fff:#fff;--c-near-white:#F3F3F3;--c-gray-lightest:#e5e5e5;--c-gray-lighter:#ccc;--c-gray-light:#888;--c-gray:#666;--c-gray-dark:#4c4c4c;--c-gray-darker:#333;--c-#000:#000;--c-text:#666;--c-text-gray:#7f7e7e;--c-text-inverse:#fff;--c-background:#fff;--c-background-section:#e5e5e5;--c-primary:#005de0;--c-secondary:#610c63;--c-accent:#4c4c4c;--c-accent-high:#000;--c-highlight:#ccc;--c-highlight-high:#e5e5e5;--c-muted:#F3F3F3;--c-warning:#f9fb93;--c-error:#fbe3e4;--c-message:#cfefc2}.cl-colors{padding:1rem}.cl-colors__list{display:flex;flex-wrap:wrap;margin:0 0 2rem;padding:0}.cl-colors__item{list-style:none;padding:1rem 2rem;transition:all 0.4s;display:flex;flex-direction:column;align-items:center}.cl-colors__color{display:flex;height:150px;width:150px;padding:2rem;justify-content:center;align-items:center;border-radius:3px}.cl-colors__info{padding:1rem}.cl-colors__info code{background-color:#eee;padding:0.15rem 0.25rem;display:block;margin-top:0.25rem}.cl-colors__item--default-text{background-color:#666;background-color:var(--c-text);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--default-text-gray{background-color:#7f7e7e;background-color:var(--c-text-gray);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--default-text-inverse{background-color:#fff;background-color:var(--c-text-inverse);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-background{background-color:#fff;background-color:var(--c-background);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-background-section{background-color:#e5e5e5;background-color:var(--c-background-section);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-primary{background-color:#005de0;background-color:var(--c-primary);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--default-secondary{background-color:#610c63;background-color:var(--c-secondary);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--default-accent{background-color:#4c4c4c;background-color:var(--c-accent);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--default-accent-high{background-color:#000;background-color:var(--c-accent-high);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--default-highlight{background-color:#ccc;background-color:var(--c-highlight);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-highlight-high{background-color:#e5e5e5;background-color:var(--c-highlight-high);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-muted{background-color:#F3F3F3;background-color:var(--c-muted);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-warning{background-color:#f9fb93;background-color:var(--c-warning);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-error{background-color:#fbe3e4;background-color:var(--c-error);color:#000;color:var(--c-accent-high)}.cl-colors__item--default-message{background-color:#cfefc2;background-color:var(--c-message);color:#000;color:var(--c-accent-high)}.cl-colors__color--brand-primary{background-color:#2b4294;background-color:var(--c-brand-primary);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-primary-complementary{background-color:#002e72;background-color:var(--c-brand-primary-complementary);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-fucsia{background-color:#e7004c;background-color:var(--c-brand-fucsia);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-green{background-color:#00a53b;background-color:var(--c-brand-green);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-orange{background-color:#ff6701;background-color:var(--c-brand-orange);color:#000;color:var(--c-accent-high)}.cl-colors__color--brand-cian{background-color:#00e1ff;background-color:var(--c-brand-cian);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-blue{background-color:#009bf8;background-color:var(--c-brand-blue);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-wine{background-color:#b20242;background-color:var(--c-brand-wine);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-darkgray{background-color:#2d2d2d;background-color:var(--c-brand-darkgray);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--brand-lightgray{background-color:#e1e1e1;background-color:var(--c-brand-lightgray);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-text{background-color:#666;background-color:var(--c-text);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--dark-text-inverse{background-color:#fff;background-color:var(--c-text-inverse);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-background{background-color:#fff;background-color:var(--c-background);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-background-inverse{background-color:var(--c-background-inverse);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--dark-background-section{background-color:#e5e5e5;background-color:var(--c-background-section);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-primary{background-color:#005de0;background-color:var(--c-primary);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-secondary{background-color:#610c63;background-color:var(--c-secondary);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-accent{background-color:#4c4c4c;background-color:var(--c-accent);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--dark-accent-high{background-color:#000;background-color:var(--c-accent-high);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--dark-highlight{background-color:#ccc;background-color:var(--c-highlight);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-highlight-high{background-color:#e5e5e5;background-color:var(--c-highlight-high);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-muted{background-color:#F3F3F3;background-color:var(--c-muted);color:#000;color:var(--c-accent-high)}.cl-colors__item--dark-warning{background-color:#f9fb93;background-color:var(--c-warning);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--dark-error{background-color:#fbe3e4;background-color:var(--c-error);color:#F3F3F3;color:var(--c-muted)}.cl-colors__item--dark-message{background-color:#cfefc2;background-color:var(--c-message);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--white{background-color:var(--c-#fff);color:#000;color:var(--c-accent-high)}.cl-colors__color--near-white{background-color:#F3F3F3;background-color:var(--c-near-white);color:#000;color:var(--c-accent-high)}.cl-colors__color--gray-lightest{background-color:#e5e5e5;background-color:var(--c-gray-lightest);color:#000;color:var(--c-accent-high)}.cl-colors__color--gray-lighter{background-color:#ccc;background-color:var(--c-gray-lighter);color:#000;color:var(--c-accent-high)}.cl-colors__color--gray-light{background-color:#888;background-color:var(--c-gray-light);color:#000;color:var(--c-accent-high)}.cl-colors__color--gray{background-color:#666;background-color:var(--c-gray);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--gray-dark{background-color:#4c4c4c;background-color:var(--c-gray-dark);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--gray-darker{background-color:#333;background-color:var(--c-gray-darker);color:#F3F3F3;color:var(--c-muted)}.cl-colors__color--black{background-color:var(--c-#000);color:#F3F3F3;color:var(--c-muted)}.motion{padding:0 1rem}@media (min-width:920px){.motion__grid{display:flex;flex-wrap:wrap}}@media (min-width:920px){.motion__grid-item{margin-bottom:1rem;margin-right:1rem;width:49%}.motion__grid-item:nth-child(2n){margin-right:0}}.demo-motion{background-color:#e5e5e5;background-color:var(--c-highlight-high);border-radius:2px;cursor:pointer;padding:3rem;text-align:center}.demo-motion::before{content:"Duration: .3s";display:block}.demo-motion::after{content:"Timing Function: ease-in-out"}.demo-motion span{display:block;margin:0.25rem}.demo-motion--fade{transition:all .3s ease-in-out}.demo-motion--fade:hover{background-color:#000;background-color:var(--c-accent-high);color:#F3F3F3;color:var(--c-muted)}.demo-motion--slide-up{transition:transform .4s ease-in}.demo-motion--slide-up::before{content:'Duration: 0.4s';display:block}.demo-motion--slide-up::after{content:'Timing Function: ease-in'}.demo-motion--slide-up:hover{transform:translateY(-10px)}.demo-motion--slide-down{transition:transform .2s linear}.demo-motion--slide-down::before{content:'Duration: 0.2s';display:block}.demo-motion--slide-down::after{content:'Timing Function: linear'}.demo-motion--slide-down:hover{transform:translateY(10px)}.demo-motion--expand{transition:transform .3s cubic-bezier(0.17,0.67,0.83,0.67)}.demo-motion--expand::before{content:'Duration: 0.3s';display:block}.demo-motion--expand::after{content:'Timing Function: cubic-bezier(.17,.67,.83,.67)'}.demo-motion--expand:hover{transform:scale(1.03)}html{font-size:1rem !important;box-sizing:border-box}.eu-cookie-compliance-more-button{cursor:pointer;display:inline;height:auto;margin:0;padding:0;border:none;text-decoration:underline;background:none;white-space:nowrap}body{background-color:#fff;color:#666;color:var(--c-text);font-family:"GilroyMedium",sans-serif;font-size:20px;line-height:1.6}*,*::after,*::before{box-sizing:inherit}.main{max-width:1024px;width:100%;margin:0 auto;padding:0 1rem;display:block}@media (min-width:480px){.main{padding:0 1rem}}@media (min-width:1024px){.main{padding-left:calc(1rem + calc(-50vw + calc(1024px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1024px / 2)))}}@media (min-width:1470px){.main{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem}}@media (min-width:1470px) and (min-width:480px){.main{padding:0 1rem}}@media (min-width:1470px) and (min-width:1300px){.main{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}.visually-hidden{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}.calendar{padding:5px 10px;background:#002E72;color:white;font-weight:bold;border-radius:5px}.calendar-header{display:flex;justify-content:space-around}.calendar-header h5{color:#445b7F}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;padding:0 15px;margin-bottom:10px}.calendar-days a{text-decoration:none;color:#E7004C}.tracking-header{display:flex;justify-content:space-between;align-items:center}.tracking-header .button-group a{text-transform:capitalize !important;margin:7px}.proyect-header a{font-size:1rem;color:#002E72;font-weight:300;text-decoration:none}.proyects-card{margin:25px !important;box-shadow:5px 5px 10px -5px;border-radius:15px !important}.proyects-card .card-edicto__heading-link{font-size:1rem}.proyects-filter-form{position:relative}.proyects-filter-form.news input{right:-340px;top:-95px}.proyects-filter-form input{border:1px solid #888;padding:0.5rem 1rem;border-radius:2rem;max-width:370px;right:-15PX;top:-45px}.proyect-landing-btn{display:none !important}.tracking_tabs:hover{border-bottom:4px solid #ffb71b !important}.tracking_tabs.is-active{color:#ffb71b !important;border-bottom:4px solid #ffb71b !important}.trending_container a{text-decoration:none;color:#000;font-size:1rem;line-height:1.6}.trending_title{text-transform:uppercase !important}.trending_container .views-field-title{border-bottom:1px solid #888}.border-grey-ligther{border:4px solid #ccc;padding:10px 20px}.tracking_day_teaser_container{display:flex;justify-content:space-between}.button--tracking-teaser{padding:7px 5px !important;border-radius:50% !important;font-size:0 !important}.readest_news{border:1px solid #2d2d2d;padding:5px}.main-sidebar-second{width:100% !important}.link-readeist div span a{text-decoration:none !important}.tracking-landing-col,.proyect-landing-col{width:100%}@media (min-width:480px){.proyect-landing-col{width:50%}}@media (min-width:920px){.tracking-landing-col{width:50%}.proyect-landing-col{width:25%}.proyects-filter-form input{position:absolute}}#views-exposed-form-seccion-multimedia-block-2 label{display:none}#views-exposed-form-seccion-multimedia-block-2 input{border-radius:3rem;width:100%;margin-bottom:1rem;border:1px solid #ccc}.main .block .h2,.main .block .text-long h2,.text-long .main .block h2{color:#1937ee}.main .block.border--dark{border:1px solid #4c4c4c;padding:1rem}.layout-builder-form .form-actions{display:flex;justify-content:center;flex-wrap:wrap;margin:2rem 0}.layout-builder-form .form-actions .button{margin:0 0.5rem}.layout-builder-form .form-actions .js-form-wrapper{width:100%}table{width:100%;margin:1rem 0}table thead tr th{font-family:"GilroyBold",sans-serif;background:#e5e5e5}table tbody tr td{border:1px solid #ccc;padding:0.2em}.view-edictos-el-tiempo .views-exposed-form .form-item,.admin-content .views-exposed-form .form-item{max-width:100%;margin:0.75rem 0.23em;display:inline-grid;grid-template-columns:auto;width:auto;grid-gap:2px}.view-edictos-el-tiempo .views-exposed-form .form-item .form-select,.admin-content .views-exposed-form .form-item .form-select{max-width:250px;width:auto}.view-edictos-el-tiempo .views-exposed-form .form-item .form-text,.admin-content .views-exposed-form .form-item .form-text{max-width:220px;width:auto}.view-edictos-el-tiempo .views-exposed-form .form-actions,.admin-content .views-exposed-form .form-actions{display:inline-block;margin:1rem 0 0 1rem;vertical-align:text-top}.views-field-field-articulos .field-content{gap:1rem;display:flex;flex-direction:column}.card-article__date{font-size:0.75rem}.layout--container--none{max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative}@media (min-width:720px){.layout--container--none{width:100%;left:0}}@media (min-width:1300px){.layout--container--none{max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative}}.section--bg-light-blue{background-color:#cedffa}.section--bg-light-gray{background-color:#F3F3F3 !important}.section--bg-light-orange{background-color:#feebe4}.section--bg-light-purple{background-color:#f5f0f0}.section--bg-gray-renovate,.section--bg-gray{position:relative;left:calc(-1 * (100vw - 100%) / 2);z-index:2;max-width:100vw !important;padding:1rem;width:100vw;background-color:#f8fafb}.layout-builder .section--bg-gray-renovate,.layout-builder .section--bg-gray{width:100%;left:auto;max-width:100%}@media (min-width:920px){.section--bg-gray-renovate,.section--bg-gray{padding:1.3125rem 1rem 2.25rem 1rem}}@media (min-width:1360){.section--bg-gray-renovate,.section--bg-gray{padding:1.3125rem 0 2.25rem 0}}.section-multimedia .section-title--multimedia .section-title__heading{font-size:2.25rem}.section-multimedia .section-title__header .button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.section-title--edictos .button.button-small{background-color:#00a53b}.section-opinion .section-title__heading{font-size:2.25rem}.button{border:none;cursor:pointer;display:inline-block;text-decoration:none;text-align:center;font-size:1rem;border-radius:4px;font-family:"GilroyBold",sans-serif;color:#fff;background-color:#1937ee;border:1px solid #1937ee;line-height:1.4;padding:12px 22px}.button:visited{color:#fff}.button:hover{color:#fff;background-color:#002e72;border:1px solid #002e72}.button--small{line-height:2rem;padding:0 16px;border-radius:0.4rem;text-transform:uppercase}.button--large{line-height:2;padding:16px 42px}.button--primary-inverse{color:#009bf8;border:1px solid #1937ee;background-color:transparent}.button--primary-inverse:hover{background-color:#1937ee;color:#fff;border:1px solid #1937ee}.button--secondary{color:#fff;background-color:#2b4294;border:1px solid #2b4294}.button--secondary:visited{color:#fff}.button--secondary:hover{color:#fff;background-color:#002e72;border:1px solid #002e72}.button--secondary-inverse{color:#2b4294;border:1px solid #2b4294;background-color:transparent}.button--secondary-inverse:hover{background-color:#2b4294;color:#fff !important;border:1px solid #2b4294}.button--link{color:var(--c-primary-dark);background-color:transparent;padding:0;border:0}.button--link:hover{text-decoration:underline;background-color:transparent;color:var(--c-primary-dark);border:0}.button--disabled{opacity:1;transform:none;background-color:#F3F3F3;background-color:var(--c-muted);color:#ccc;color:var(--c-highlight);cursor:not-allowed;border:0}.button--disabled:hover{background-color:#F3F3F3;background-color:var(--c-muted);color:#ccc;color:var(--c-highlight);border:0}.button--yellow{background-color:#ffb71b;margin-bottom:1.5rem;border-color:#ffb71b;color:#002e72}.button--white{background-color:#fff;border-color:#fff;color:#2b4294}.button-group{margin-bottom:2rem}.button-group__button{margin-bottom:1rem}button:focus{outline:none !important}button.orange{background-color:#ff6701;border-color:#ff6701;margin-right:-4px}button.dark{background-color:#2d2d2d;border-color:#2d2d2d;margin-right:-4px}.tracking_inverse_button:visited{color:#2b4294}.button--cancel{border:1px solid #e5e5e5;border:1px solid var(--c-highlight-high);background-color:transparent;color:#000;font-weight:400;font-family:"GilroyLight",sans-serif;text-decoration:none}.button--cancel:hover{background-color:#2b4294;color:#fff}.button--cancel:visited{color:#000}.button--cancel:visited:hover{color:#fff}@font-face{font-family:'GilroyLight';font-style:normal;font-weight:200;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Light.woff2) format("woff2"),url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Light.woff) format("woff")}@font-face{font-family:'GilroyRegular';font-style:normal;font-weight:400;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Regular.woff2) format("woff2"),url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Regular.woff) format("woff")}@font-face{font-family:'GilroyMedium';font-style:normal;font-weight:600;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Medium.woff2) format("woff2"),url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Medium.woff) format("woff")}@font-face{font-family:'GilroyBold';font-style:normal;font-weight:700;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Bold.woff2) format("woff2"),url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Bold.woff) format("woff")}@font-face{font-family:'GilroyHeavy';font-style:normal;font-weight:900;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Heavy.woff2) format("woff2"),url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-Heavy.woff) format("woff")}@font-face{font-family:'GilroySemiBold',serif;font-style:normal;font-weight:400;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-SemiBold.woff2) format("woff2"),url(/themes/custom/ambitojuridico/components/01-atoms/fonts/Gilroy-SemiBold.woff) format("woff")}@font-face{font-family:'GothamCondensedMedium';font-style:normal;font-weight:500;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/GothamCondensed-Medium.otf) format("opentype")}@font-face{font-family:'GothamCondensedlight';font-style:normal;font-weight:300;font-display:fallback;src:url(/themes/custom/ambitojuridico/components/01-atoms/fonts/GothamCondensed-Light.otf) format("opentype")}.form-item--checkboxes,.form-item--checkbox__item{list-style:none;margin:0;padding:0}.js-form-type-checkbox{display:flex}.js-form-type-checkbox input{margin-right:0.5rem}.form-item--radios,.form-item--radio__item{list-style:none;margin:0;padding:0}.form-item--radios .form-item,.form-item--radio__item .form-item{display:flex}.form-item--radio .form-item{display:flex}.form-item--radio .form-item__label{display:block;margin-right:2%;padding:0;line-height:1rem;margin-left:1rem}.form-item__dropdown{border:0;display:block;position:relative;width:calc(100% - 3rem)}@media (prefers-color-scheme:dark){.form-item__dropdown{background-color:var(--c-background-inverse)}}.form-item__dropdown::after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:9px solid #4c4c4c;border-top:9px solid var(--c-accent);content:' ';position:absolute;top:42%;right:1em;z-index:2;pointer-events:none;display:none}.form-item__dropdown:hover{border-color:#000;border-color:var(--c-accent-high)}.form-item__select{border:1px solid #F3F3F3;border:1px solid var(--c-muted);height:36px;font-size:16px;margin:0;outline:none;padding:0 2.5rem 0 0.5rem;width:100%}.form-item__select :focus{outline:none;color:#4c4c4c;color:var(--c-accent)}@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) or ((-moz-appearance:none) and (mask-type:alpha)){.form-item__dropdown::after{display:block}.form-item__select{background:none;border:1px solid transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-item__select:focus{border-color:#4c4c4c;border-color:var(--c-accent);border-radius:0}}.formcontentsave-news form .form-select{border:1px solid #888;border-radius:5px;color:#888}#edit-seltect-folder--2{width:-webkit-fill-available}.form-item{color:#666;color:var(--c-text);margin-bottom:1em}.layout-builder-add-block .form-item{max-width:100%}.form-item::after{clear:both;content:'';display:table}.form-item__label{display:block}@media (min-width:320px){.form-item__label{display:block;margin-right:2%;padding:0.6em 0}}.form-item__textfield{border:1px solid #e5e5e5;border:1px solid var(--c-highlight-high);padding:0.6em;max-width:100%}.form-item__textfield:focus{border-color:#000;border-color:var(--c-accent-high)}.form-item__textfield::-moz-placeholder{color:#ccc;color:var(--c-highlight)}.form-item__textfield:-ms-input-placeholder{color:#ccc;color:var(--c-highlight)}.form-item__textfield::placeholder{color:#ccc;color:var(--c-highlight)}.form-item__description{margin-top:0.3em}.form-fieldset{border:none;margin-bottom:2em;padding:0}.form-fieldset .form-item{margin-left:1em;max-width:31em}input[type="date" i]{letter-spacing:-1px;font-size:0.9rem;padding:0.5em 0 0.5em 4px;-webkit-padding-start:4px;padding-inline-start:4px;display:inline-flex;align-items:center;max-width:100%;width:100%}.icons-demo{display:flex}.icons-demo .icon{height:100px;padding:1rem;width:100px}@media (prefers-color-scheme:dark){.icons-demo .icon{fill:#000;fill:var(--c-accent-high)}}.icons-demo pre{background-color:#F3F3F3;background-color:var(--c-muted);font-size:0.8rem;margin:0;text-align:center}.icons-demo__item{border:1px solid #F3F3F3;border:1px solid var(--c-muted);margin:.25rem}img,picture{height:auto;max-width:100%}figure{margin:0}.figure__caption{font-style:italic}.link{color:#4c4c4c;color:var(--c-accent)}.link:hover{color:#000;color:var(--c-accent-high)}ul,ol{padding-left:1em}ul{list-style-type:disc}ol{list-style-type:decimal}.list-item,.text-long ol li,.text-long ul li{margin-bottom:0.2em;padding-left:1em}.commerce-cart-content-view .views-form form{overflow:scroll}@media (min-width:720px){.commerce-cart-content-view .views-form form{overflow:auto}}.commerce-checkout-flow .layout-checkout-form .layout-region{width:100%}@media (min-width:720px){.commerce-checkout-flow .layout-checkout-form .layout-region{width:50%}}.commerce-checkout-flow .layout-checkout-form .layout-region:first-child{padding:0}@media (min-width:720px){.commerce-checkout-flow .layout-checkout-form .layout-region:first-child{padding-right:2em}}.commerce-checkout-flow .layout-checkout-form .layout-region input{width:100%}.commerce-checkout-flow .layout-checkout-form .layout-region input.button{width:50%}.h1,.text-long h1{color:#000;font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.5rem;line-height:1;margin:0 0 0.5em;width:auto}@media (min-width:720px){.h1,.text-long h1{font-size:2rem}}.h1__link{color:inherit}.h1__link:hover{color:inherit}.h2,.text-long h2{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.8rem;line-height:1.4;margin:0 0 0.5em;width:auto}.h2__link{color:inherit}.h2__link:hover{color:inherit}.h3,.text-long h3{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.4rem;line-height:1.6;margin:0 0 0.5em;width:auto}.h3__link{color:inherit}.h3__link:hover{color:inherit}.h4,.text-long h4{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:600;font-style:normal;font-size:1.2rem;line-height:1.6;margin:0 0 0.5em;width:auto}.h4__link{color:inherit}.h4__link:hover{color:inherit}.h5,.text-long h5,.h6,.text-long h6{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:600;font-style:normal;font-size:1.1rem;line-height:2;margin:0 0 0.5em;width:auto}.h5__link,.h6__link{color:inherit}.h5__link:hover,.h6__link:hover{color:inherit}.page-title h1{color:#1937ee;text-transform:uppercase;padding:1rem 0 .5rem}.home-title__news{text-transform:uppercase;border-bottom:0;margin-bottom:0;font-size:1.5rem !important;margin-top:1.5rem !important;color:#000 !important;padding:0 1rem}@media (min-width:720px){.home-title__news{padding:0;border-bottom:1px solid #333;margin-bottom:1.5rem !important}}.paragraph,.text-long p{margin:0 0 1em}.blockquote,.text-long blockquote{font-style:italic;border-left:solid 3px #4c4c4c;border-left:solid 3px var(--c-accent);margin-left:1em;padding-left:1em}.hr,.text-long hr{border-style:solid;border-width:1px 0 0;color:currentColor}.text-long{margin-top:1rem;margin-right:1rem}.text-long p{color:#333;margin:0 0 .3rem}.text-long b,.text-long strong{font-family:"GilroyBold",sans-serif}.text-long table{border-spacing:0;border-collapse:collapse}.text-long table td{border:1px solid #ccc;padding:10px 15px;text-align:center}.text-long table tr.bg-primary td{background-color:#1937ee;color:#fff}.video{height:0;overflow:hidden;padding-top:35px;padding-bottom:56.25%;position:relative}.video iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video--full{padding-bottom:75%}.embed-responsive{height:0;overflow:hidden;padding-bottom:56.25%;padding-top:30px;position:relative}.embed-responsive .embed-responsive-item{height:100%;left:0;position:absolute;top:0;width:100%;border:0}.block--questions-frequent h2 .text-h2{color:#000;text-align:center;display:block;margin-bottom:1rem}@media (min-width:720px){.block--questions-frequent h2 .text-h2{margin-bottom:2rem}}.block--questions-frequent .views-accordion-header.ui-accordion-header{font-weight:400;font-family:"GilroyRegular",sans-serif;background-color:#fff;padding:.625rem .625rem;margin-bottom:.75rem;border-radius:.5rem;display:flex;flex-direction:row-reverse;justify-content:space-between;border:1px solid #e2e2e2;color:#000}.block--questions-frequent .views-accordion-header.ui-accordion-header a{color:#000}.block--questions-frequent .views-accordion-header.ui-accordion-header .ui-accordion-header-icon.ui-icon{background-image:url(/themes/custom/ambitojuridico/images/icons/plus.svg);background-size:1rem;background-position:initial;margin-top:.125rem}@media (min-width:720px){.block--questions-frequent .views-accordion-header.ui-accordion-header{padding:1.25rem}}.block--questions-frequent .views-accordion-header.ui-accordion-header.ui-state-active{margin-bottom:0}.block--questions-frequent .views-accordion-header.ui-accordion-header.ui-state-active .ui-accordion-header-icon.ui-icon{background-image:url(/themes/custom/ambitojuridico/images/icons/minus.svg);margin-top:.125rem}.block--questions-frequent .ui-accordion-content{margin-bottom:.75rem;border-radius:.5rem;font-family:"GilroyRegular",sans-serif}.band{margin:2rem 0 2rem 0}.band__content{display:block}@media (min-width:720px){.band__content{display:flex;align-items:center}}.band--warning{background-color:#ebbd42;border-color:#de9c0c;color:#505050;border-radius:0 0 20px 20px}.band--error{background-color:#DB0048;border-color:#6E0024;color:#ffffff;border-radius:0 0 20px 20px}.band--success{background-color:#00953A;border-color:#045A26;color:#ffffff;border-radius:0 0 20px 20px}.band__icon{width:40px;height:40px;border-radius:10px;background-image:url(/themes/custom/ambitojuridico/images/icons/bellalert.svg);background-repeat:no-repeat;background-position:center;background-size:20px;margin:auto;margin-bottom:10px}@media (min-width:720px){.band__icon{width:62px;height:62px;margin-right:10px;border-radius:10px;background-image:url(/themes/custom/ambitojuridico/images/icons/bellalert.svg);background-repeat:no-repeat;background-position:center;background-size:24px}}.band__heading{display:flex;flex-direction:column;width:100%;align-items:center}@media (min-width:720px){.band__heading{flex-direction:row;justify-content:space-between;padding:0 0.5rem}}@media (min-width:1300px){.band__heading{justify-content:flex-end}}.band__heading h3{font-weight:400;font-size:0.9rem;line-height:1rem;padding:0 1rem;margin-top:0}@media (min-width:720px){.band__heading h3{margin-top:1rem;font-size:1.17rem;line-height:1;padding:0;max-width:20rem}}@media (min-width:1300px){.band__heading h3{max-width:100%;width:73%}}.band__count{border-right:none;display:flex;align-items:center;padding:8px;font-size:1rem;font-family:'GilroyBold',sans-serif;margin:0}@media (min-width:720px){.band__count{border-right:2px solid #ccc;font-size:1.5rem;margin:10px}}.band--warning .band__count{color:#505050;border-color:#505050}.band--error .band__count{color:#ffffff;border-color:#ffffff}.band--success .band__count{color:#ffffff;border-color:#ffffff}.band__cta{margin-left:0;margin-bottom:10px}@media (min-width:720px){.band__cta{margin-left:3rem;margin-bottom:0}}.band__cta .button{background-color:#fff;border-color:#ccc;border-radius:25px;color:#2b4294;font-family:'GilroyBold',sans-serif;box-shadow:0 5px 5px -2px rgba(0,0,0,0.35);padding:0;padding-left:2rem;padding-right:2rem;line-height:2rem}@media (min-width:720px){.band__cta .button{line-height:50px}}.banner{display:block;margin-bottom:1rem}.banner--success{background:#cfefc2;padding:1rem 2rem;color:#00a53b}.banner--error{background:#fbe3e4;padding:1rem 2rem;color:#b20242}.banner--warning{background:#ffcd4b;padding:1rem 2rem;color:#333}.banner--warning .band__icon{fill:#505050}.card-information{width:100%;max-width:37rem}.card-information__image img{width:auto;height:auto;-o-object-fit:cover;object-fit:cover}.card-information__content,.card-information__content p{font-size:1rem;line-height:1.25rem;font-family:"GilroyLight",sans-serif}@media (min-width:720px){.card-information__content,.card-information__content p{font-size:1.125rem;line-height:1.3125rem}}.card-plan{width:100%;border:1px solid #e5e5e5;border:1px solid var(--c-highlight-high);padding:2rem 2rem 2rem 3.4375rem}@media (min-width:920px){.card-plan{padding-top:1.3125rem}}.card-plan__icon{width:10.9025rem;height:3.27125rem;background:url(/themes/custom/ambitojuridico/images/logo-color.svg) no-repeat;margin-bottom:1rem;margin-left:auto;margin-right:auto}@media (min-width:920px){.card-plan__icon{margin-left:0}}.card-plan__title .h1,.card-plan__title .text-long h1,.text-long .card-plan__title h1,.card-plan__title .h2,.card-plan__title .text-long h2,.text-long .card-plan__title h2,.card-plan__title .h3,.card-plan__title .text-long h3,.text-long .card-plan__title h3,.card-plan__title .h4,.card-plan__title .text-long h4,.text-long .card-plan__title h4,.card-plan__title .h5,.card-plan__title .text-long h5,.text-long .card-plan__title h5,.card-plan__title .paragraph,.card-plan__title .text-long p,.text-long .card-plan__title p{font-family:"GilroyBold",sans-serif;font-size:1rem;line-height:1.25rem;color:#000;margin-bottom:.5rem}@media (min-width:720px){.card-plan__title .h1,.card-plan__title .text-long h1,.text-long .card-plan__title h1,.card-plan__title .h2,.card-plan__title .text-long h2,.text-long .card-plan__title h2,.card-plan__title .h3,.card-plan__title .text-long h3,.text-long .card-plan__title h3,.card-plan__title .h4,.card-plan__title .text-long h4,.text-long .card-plan__title h4,.card-plan__title .h5,.card-plan__title .text-long h5,.text-long .card-plan__title h5,.card-plan__title .paragraph,.card-plan__title .text-long p,.text-long .card-plan__title p{font-size:1.25rem;line-height:1.4375rem}}.card-plan__title .paragraph,.card-plan__title .text-long p,.text-long .card-plan__title p{font-family:"GilroyLight",sans-serif}.card-plan__description{margin-top:2rem}.card-plan__description .paragraph,.card-plan__description .text-long p,.text-long .card-plan__description p{margin-bottom:0;font-size:.875rem;line-height:1.25rem;font-family:"GilroyLight",sans-serif}@media (min-width:720px){.card-plan__description .paragraph,.card-plan__description .text-long p,.text-long .card-plan__description p{font-size:1.1875rem;line-height:1.375rem}}@media (min-width:920px){.card-plan__content{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}}.card-plan__buttons{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;flex-direction:column;gap:1rem;margin-left:auto;margin-right:auto;margin-top:2rem}@media (min-width:720px){.card-plan__buttons{flex-direction:row}}@media (min-width:920px){.card-plan__buttons{margin-right:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}}.card-plan__buttons .btn_cancel_link{border:1px solid #e5e5e5;border:1px solid var(--c-highlight-high);background-color:transparent;color:#000;font-weight:400;font-family:"GilroyLight",sans-serif}.card-plan__buttons .btn_cancel_link:hover{background-color:#2b4294;color:#fff}.card-plan-title{font-family:"GilroyBold",sans-serif;font-size:1.625rem;line-height:1.875rem;color:#000;margin-bottom:1rem}@media (min-width:920px){.card-plan-title{margin-bottom:2rem}}.card__heading{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.3rem;line-height:1.4;margin:0 0 0.5em;width:auto;margin-bottom:0}.card__heading__link{color:inherit}.card__heading__link:hover{color:inherit}.card__heading-link{color:#4c4c4c;color:var(--c-accent)}.card__heading-link:hover{color:#000;color:var(--c-accent-high)}.card__subheading{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1rem;line-height:1.6;margin:0 0 0.5em;width:auto;margin-bottom:0;color:#666;color:var(--c-text)}.card__subheading__link{color:inherit}.card__subheading__link:hover{color:inherit}.card__body{margin:0.7em 0 1em}.card__link{color:#4c4c4c;color:var(--c-accent)}.card__link:hover{color:#000;color:var(--c-accent-high)}.card__button{border:none;cursor:pointer;display:inline-block;text-decoration:none;text-align:center;font-size:1rem;border-radius:4px;font-family:"GilroyBold",sans-serif;color:#fff;background-color:#1937ee;border:1px solid #1937ee;line-height:1.4;padding:12px 22px}.card__button:visited{color:#fff}.card__button:hover{color:#fff;background-color:#002e72;border:1px solid #002e72}@media (max-width:720px){.noticias-top-3{padding:0}}.noticias-top-3 .view__content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:2rem 0;border-top:2px solid #ccc;height:215px}@media (max-width:720px){.noticias-top-3 .view__content{display:flex;flex-direction:column;height:unset;border-top:unset;padding:0}}.noticias-top-3 .views-row{border-right:2px solid #ccc}@media (max-width:720px){.noticias-top-3 .views-row{border-right:unset}}.noticias-top-3-1 .view__content{display:grid;grid-template-columns:1fr;gap:16px;padding:2rem 0;border-top:2px solid #ccc;height:215px}@media (max-width:720px){.noticias-top-3-1 .view__content{border-top:unset;height:unset;padding:unset;padding-top:1rem}}.spacing-three-columns .section-content--third{margin-left:1.5rem}.card--bg{background-color:#e5e5e5;background-color:var(--c-highlight-high);padding:1em}.card--boletin{border-bottom:1px solid #e5e5e5;padding:2rem;margin:0.5rem 0}.card--boletin .card__heading{color:#002e72}.card--boletin .card__heading .card__heading-link{color:#002e72;text-decoration:none}.card--boletin .card__subheading{font-family:"GilroyMedium",sans-serif;margin:0;padding:0}.card--boletin .card__see-full-note{display:flex;justify-content:flex-end;color:#002e72}.card-article{padding:0.5rem 1rem;padding-top:0.2rem}.card-article--top3 .card-article__date{margin-top:.5rem;font-size:0.75rem}.card-article__heading{margin:0.2rem 0 0;font-size:1rem;line-height:1.3;font-family:"GilroyBold",sans-serif;color:#000}@media (max-width:720px){.card-article__heading{font-size:18px}}.card-article__heading-link{text-decoration:none;color:#000}.card-article--premium .card-article__heading-link{color:#1937ee}.card-article__topic{margin-top:0.3rem;text-transform:uppercase;font-size:0.75rem}.card-article__topic a{text-decoration:none;color:#1937EE}.card-article--premium{background-color:#e6e9fd;position:relative}.card-article--premium::after{content:'Contenido exclusivo suscriptores';background-color:#2b4294;display:block;position:absolute;bottom:-22px;left:0;padding:5px 1rem;font-size:0.6rem;color:#fff;font-family:'GilroyMedium',sans-serif;text-transform:uppercase;width:100%;background-image:url(/themes/custom/ambitojuridico/images/icons/tagpremium.svg);background-position:calc(100% - 1rem) center;background-repeat:no-repeat;background-size:14px}.card-article .card-article__sectiondate{display:flex;justify-content:space-between}.card-article .card-article__sectiondate .card-article__date{font-size:0.75rem}.card-video{background-color:#fff;padding:0.8rem;border:1px solid #ccc;margin:0.3rem}.card-video__heading{line-height:1.2;margin:1rem 0;font-size:1rem;min-height:7rem;font-family:"GilroyBold",sans-serif}.card-video__heading-link{text-decoration:none;color:#000}.card-article-photo,.card-article-photo-date{padding:0.5rem 1rem;padding-top:0.2rem}.card-article-photo__heading,.card-article-photo-date__heading{margin:0.2rem 0 0;font-size:1rem;line-height:1.3;font-family:"GilroyBold",sans-serif}.card-article-photo__heading-link,.card-article-photo-date__heading-link{text-decoration:none;color:#000;min-height:4rem;display:block}@media (max-width:720px){.card-article-photo__heading-link,.card-article-photo-date__heading-link{font-size:18px}}.card-article-photo img,.card-article-photo-date img{width:100%}.card-article-photo__topic,.card-article-photo-date__topic{margin-top:0.3rem;text-transform:uppercase;font-size:0.75rem}.card-article-photo__topic a,.card-article-photo-date__topic a{color:#1937EE;text-decoration:none}.card-article-photo__date,.card-article-photo-date__date{font-size:0.75rem}.card-article-photo--premium,.card-article-photo-date--premium{position:relative}.card-article-photo--premium::after,.card-article-photo-date--premium::after{content:'';background-color:rgba(25,55,238,0.55);background-image:url(/themes/custom/ambitojuridico/images/bgprmium.svg);background-position:center top;background-repeat:no-repeat;display:block;position:absolute;top:3px;left:1rem;padding:5px 1rem;font-size:0.6rem;color:#fff;font-family:'GilroyMedium',sans-serif;text-transform:uppercase;width:calc(100% - 2rem);height:60%}.card-article-photo__content--image,.card-article-photo-date__content--image{height:150px;overflow:hidden}.card-article-photo .text-premium,.card-article-photo-date .text-premium{position:absolute;top:6px;left:1rem;z-index:10;width:calc(100% - 2rem);text-align:center;height:60%}.card-article-photo .text-premium .icon-premium,.card-article-photo-date .text-premium .icon-premium{background-image:url(/themes/custom/ambitojuridico/images/icons/tagpremium.svg);background-position:center;background-repeat:no-repeat;background-size:20px;width:20px;height:20px;margin:10px auto 0 auto}.card-article-photo .text-premium p,.card-article-photo-date .text-premium p{font-size:0.7rem;color:#fff;font-family:'GilroyBold',sans-serif;text-transform:uppercase;margin-top:5px;margin-bottom:5px}.card-article-photo .text-premium button,.card-article-photo-date .text-premium button{background-color:#fff;border:none;font-size:0.8rem;padding:0 1rem;border-radius:15px;font-family:'GilroyBold',sans-serif;color:#1937ee;line-height:30px;cursor:pointer}.card-article-photo .card-article__sectiondate,.card-article-photo .card-article-photo__sectiondate,.card-article-photo-date .card-article__sectiondate,.card-article-photo-date .card-article-photo__sectiondate{display:flex;justify-content:space-between}.card-article-photo--premium{position:relative}.card-article-photo--premium::after{height:130px}.card-article-first{padding:0 1rem}@media (min-width:720px){.card-article-first{padding:0}}.card-article-first__content{position:relative;line-height:1.4;display:flex;gap:1rem}@media (max-width:720px){.card-article-first__content{display:flex;flex-direction:column}}.card-article-first__image{width:200%;height:auto;display:flex;justify-content:center;align-items:flex-start}@media (max-width:720px){.card-article-first__image{width:100%}}.card-article-first__topic{margin-bottom:.5rem}.card-article-first__topic a{color:#1937EE;text-decoration:unset}.card-article-first__heading{line-height:1.2;margin:unset;font-family:"GilroyBold",sans-serif;width:100%}.card-article-first__heading-link{text-decoration:none;color:#000}.card-article-first__body .text-long{font-size:1.125rem}.card-article-first img{width:100%}.card-article-section{display:block;line-height:1.3;margin-bottom:2rem;border-bottom:1px solid #000}@media (min-width:720px){.card-article-section{display:flex;flex-direction:column;border-bottom:none}}@media (min-width:720px) and (orientation:landscape){.card-article-section{flex-direction:row}}@media (min-width:1300px){.card-article-section{flex-direction:row}}.card-article-section__topic_date{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.card-article-section__topic_date_topic a{color:#1937EE;text-decoration:none}.card-article-section__topic_date_date{color:#000;font-family:Gilroy-Regular,serif;font-size:14px;font-weight:400;line-height:16.8px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.card-article-section__content-img{max-width:100%;width:100%;margin-right:0}@media (min-width:720px){.card-article-section__content-img{max-width:300px;min-width:300px;margin-right:2rem}}.card-article-section__date{color:#888;font-size:0.8rem}.card-article-section .text-long{font-family:Gilroy-Regular,serif;font-size:16px;font-weight:400;line-height:19.2px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.card-article-section__heading{font-size:1.1rem;line-height:1.2;margin:0;width:100%;font-family:'GilroyBold',sans-serif}.card-article-section__heading-link{text-decoration:none;color:#000;font-size:24px;font-weight:600;line-height:24.5px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.card-article-top{display:block;line-height:1.3;border-bottom:#888 1px solid;padding:1rem 0}@media (min-width:720px){.card-article-top{display:flex;justify-content:center}}.card-article-top__content-img{max-width:100%;width:100%}@media (min-width:720px){.card-article-top__content-img{max-width:50%;width:50%;margin-right:2rem}}.card-article-top__content{width:100%}@media (min-width:720px){.card-article-top__content{width:50%}}.card-article-top__topic a{color:#1937EE;text-decoration:none}.card-article-top__heading{margin:0.5rem 0;font-size:1.5rem;font-family:'GilroyBold',sans-serif}@media (min-width:720px){.card-article-top__heading{font-size:2.3rem}}.card-article-top__heading-link{text-decoration:none;color:#000}.card-article-top__date{font-size:0.8rem;margin-top:1rem}@media (min-width:720px){.card-article-top__date{margin-top:0}}.card-article-basic__heading{font-size:1rem;line-height:1.2;margin:1rem 0 0;width:100%;text-transform:initial;font-family:"GilroyBold",sans-serif}.card-article-basic__heading-link{text-decoration:none;color:#000}.card-article-basic__heading::before{display:none !important;content:' '}.card-article-basic__date{color:#888;font-size:0.75rem}.card-article-basic__date::after{content:' ';height:1px;width:50px;background-color:#888;display:block;margin:0.5rem 0 2rem}.card-article-list{list-style:none;display:flex;align-items:center;padding:1rem;margin:0;background-color:#f9f9f9;border-radius:0.5rem;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.card-article-list:hover{background-color:#f0f0f0}.card-article-list__content{display:flex;align-items:center;gap:1rem;width:100%;padding:.5rem}.card-article-list__seccion_first{display:flex;flex-direction:column;border-right:2px solid #ccc;padding:0 1rem}.card-article-list__seccion_first_number{background-color:#d7e2fc;color:#0056b3;font-size:1rem;font-weight:bold;line-height:2rem;text-align:center;width:2rem;height:2rem;border-radius:50%}.card-article-list__seccion_first_time{color:#000;font-size:0.75rem;margin:0.2rem 0}.card-article-list__category a{font-size:0.875rem;color:#1937EE;text-transform:uppercase;font-weight:bold}.card-article-list__heading{font-size:0.875rem;font-weight:normal;line-height:1.4;margin:0}.card-article-list__heading-link{text-decoration:none;color:#333}.card-article-list__heading-link:hover{text-decoration:underline}.card-article-list-photo{list-style-type:decimal}.card-article-list-photo::marker{font-size:1.2rem;font-weight:bold;color:#1937ee;font-family:'GilroyBold',sans-serif;margin-left:116px;margin-bottom:-1rem;display:block}.card-article-list-photo__content{display:flex;padding:1rem 0.5rem}.card-article-list-photo__heading{line-height:1.3rem;font-size:0.9rem;font-weight:normal;margin:0 0 0.5rem;width:100%;margin-top:15px;margin-left:0.5rem}.card-article-list-photo__heading-link{text-decoration:none;color:#000}.card-article-list-photo img{margin-right:1rem}.card-article-list-photo:hover{background-color:#e6e9fd}.card-article-box{padding:1rem 0;margin:0;border-bottom:1px solid #000}@media (min-width:720px){.card-article-box{padding:.5rem;border-bottom:none}}.card-article-box__topic a{color:#1937EE;text-decoration:none}.card-article-box__heading{font-size:1.1rem;line-height:1.2;margin:1rem 0 0;width:100%;font-family:'GilroyBold',sans-serif;margin-top:0}.card-article-box__heading-link{text-decoration:none;color:#000;font-size:18px;font-weight:600;line-height:22.05px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.card-article-box--premium .card-article-box__heading-link{color:#1937ee}.card-article-box .text-long{line-height:1.3rem;font-size:0.9rem}.card-article-box__date{color:#000;font-family:Gilroy-Regular,serif;font-size:14px;font-weight:400;line-height:16.8px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;padding-top:.5rem}.card-article-box--with-bg{background-color:#F3F3F3;box-shadow:0 8px 15px rgba(0,0,0,0.25)}.card-article-box--premium{background-color:#e6e9fd;position:relative;padding-bottom:1px !important;padding-left:1rem !important}.card-article-box--premium::after{content:'Contenido exclusivo suscriptores';background-color:#2b4294;display:block;position:absolute;bottom:-22px;left:0;padding:5px 1rem;font-size:0.6rem;color:#fff;font-family:'GilroyMedium',sans-serif;text-transform:uppercase;width:100%;background-image:url(/themes/custom/ambitojuridico/images/icons/tagpremium.svg);background-position:calc(100% - 1rem) center;background-repeat:no-repeat;background-size:14px}.card-article-recommended__heading{line-height:1.2;margin:0.5rem 0;font-family:"GilroyBold",sans-serif;font-size:2.25rem}.card-article-recommended__heading-link{text-decoration:none;color:#000}.card-article-recommended__body .text-long{font-size:1.375rem;line-height:1.3;margin-bottom:3rem}.card-article-recommended img{width:100%}.card-columnist{padding-right:1rem}.card-columnist__content{display:inline-flex;justify-content:center;align-items:flex-start}.card-columnist__profile{border-radius:50%;overflow:hidden;display:block;max-width:110px;margin-right:0.5rem;width:100%}.card-columnist__postinfo{padding:0 0.5rem}.card-columnist__name{color:#ff6701;line-height:1;font-size:0.8rem;text-transform:uppercase}.card-columnist__heading{margin:0.3rem 0 0;line-height:1.2;font-size:1rem;font-family:"GilroyBold",sans-serif}.card-columnist__heading-link{text-decoration:none;color:#000}.card-columnist__date{color:#888;font-size:0.75rem}.card-indicators__content{background-color:#e5e5e5;max-width:380px;color:#333;padding:2rem 1.5rem 0.2rem}.card-indicators__heading{text-transform:uppercase;font-size:1.1rem;font-weight:100;text-align:center;margin:0;padding-bottom:1.5rem;color:#333}.card-indicators .button-group{text-align:center;padding:2rem 0 0}.card-indicator__content{background-color:#fff;color:#002e72;padding:0.5rem 1.5rem;margin-bottom:0.3rem;box-shadow:2px 2px 6px #00000020;border-radius:10px;font-size:0.85rem}.card-indicator__row{display:flex;padding:0.5rem 0;justify-content:center;align-items:center}.card-indicator__item{width:60%}.card-indicator__data{width:30%;text-align:right}.card-indicator__up{text-indent:-9999px;width:20px;height:20px;background-image:url(/themes/custom/ambitojuridico/images/icons/indicator-up.svg);background-position:center;background-size:20px;background-repeat:no-repeat;margin:8px}.card-indicator__down{text-indent:-9999px;width:20px;height:20px;background-image:url(/themes/custom/ambitojuridico/images/icons/indicator-down.svg);background-position:center;background-size:20px;background-repeat:no-repeat;margin:8px}.card-indicator__stable{text-indent:-9999px;width:0;height:0;margin:8px}.category-menu{padding:0.3rem 0}.category-link{color:#b20242;display:inline-block;vertical-align:middle;font-size:0.9rem;font-weight:500;padding-right:10px;text-transform:uppercase;line-height:1.2}.category-link::after{background-color:#666;content:'';float:right;height:11px;left:10px;margin-right:10px;position:relative;top:3px;width:1px}.share-menu{display:inline-block}.share-menu>div{color:#009bf8;font-size:0.75rem;text-transform:uppercase;vertical-align:middle;display:inline-block}.save-link{margin-right:10px}.save-link::before{content:'';background-image:url(/themes/custom/ambitojuridico/images/icons/sprite-aj.svg);background-repeat:no-repeat;background-position:0 -27px;float:left;height:15px;margin-top:0;margin-right:5px;width:12px}.share-link::before{content:'';background-image:url(/themes/custom/ambitojuridico/images/icons/sprite-aj.svg);background-repeat:no-repeat;background-position:-16px -27px;float:left;height:15px;margin-top:0;margin-right:5px;width:12px}.card-multimedia__content{padding:1rem;box-shadow:0 4px 4px rgba(0,0,0,0.25);border-radius:0 0 10px 10px}.card-multimedia__content--image img{width:100%}.card-multimedia__topic{color:#1937ee;margin-top:0.5rem}.card-multimedia__heading{margin:0.3rem 0 0;line-height:1.2;font-size:1rem}.card-multimedia__heading-link{text-decoration:none;color:#002e72}.card-multimedia-list{display:block;line-height:1.3;margin-bottom:2rem;border-bottom:1px solid #ccc;padding-bottom:2rem}@media (min-width:720px){.card-multimedia-list{display:flex}}.card-multimedia-list__content-img{max-width:300px;min-width:300px;margin-right:2rem}@media (min-width:720px){.card-multimedia-list__content-img{max-width:200px;min-width:200px;margin-right:1rem}}@media (min-width:1300px){.card-multimedia-list__content-img{max-width:300px;min-width:300px;margin-right:2rem}}.card-multimedia-list__heading{margin:0.5rem 0;font-size:1.1rem;font-family:"GilroyBold",sans-serif}.card-multimedia-list__heading-link{text-decoration:none;color:#000}.card-multimedia-list__topic{color:#1937ee;margin-top:0.5rem}.card-edicto{box-shadow:1px 5px 16px -4px rgba(0,0,0,0.47);padding:1rem;background-color:#f8f8f8;height:100%}.card-edicto__date{font-size:0.8rem;color:#888}.card-edicto__heading{margin:0}.card-edicto__heading-link{font-family:'GilroyBold',sans-serif;text-decoration:none;color:#000}.card-edicto__body{color:#000}.card-newspapper__content{text-align:center}.card-newspapper__date{font-size:0.8rem}.card-newspapper__edition{font-family:'GilroyBold',sans-serif;text-decoration:none;color:#000;font-size:1.17rem;margin-bottom:0;border-right:1px solid #000}.card-newspapper img{border-radius:8px;margin:auto;margin-top:1.3rem;box-shadow:1px 7px 10px 0 rgba(0,0,0,0.33);border:1px solid #ccc}.card-magazine__content{text-align:center}.card-magazine__heading{margin:0;border-right:1px solid #000}.card-magazine__heading-link{font-family:'GilroyBold',sans-serif;text-decoration:none;color:#000}.card-magazine__edition{margin-top:0;font-size:0.8rem;font-weight:400;margin-bottom:3rem;border-right:1px solid #000}.card-magazine img{margin:auto}.card-tweet{background-color:#f8f8f8;padding:1rem;min-height:450px;box-shadow:0 8px 15px 0 #00000040;height:100%}.card-tweet__date{color:#009bf8;font-size:0.8rem}.card-tweet__autor{color:#009bf8}.card-tweet__heading{color:#4c4c4c;color:var(--c-accent);font-family:"GilroyBold",sans-serif;font-weight:600;font-style:normal;font-size:1.2rem;line-height:1.6;margin:0 0 0.5em;width:auto;line-height:1.3}.card-tweet__heading__link{color:inherit}.card-tweet__heading__link:hover{color:inherit}.card-tweet__body{height:300px;overflow-y:scroll}.card-aboleton{box-shadow:0 4px 4px rgba(0,0,0,0.25);border:1px solid #ccc;border-radius:10px;padding:0.5rem 1rem;margin-bottom:1rem}.card-aboleton .card-aboleton__content{display:flex;align-content:center}.card-aboleton .card-aboleton__content h2{margin-right:0.5rem}.card-aboleton__heading{margin:0.2rem 0 0;font-size:1rem;line-height:1.3;font-family:"GilroyBold",sans-serif}.card-aboleton__heading-link{text-decoration:none;color:#000}.card-article--premium .card-aboleton__heading-link{color:#1937ee}.card-aboleton__date{font-size:0.9rem}@media (min-width:720px){.contextual-region .view-display-block-9 .view__content,.views-element-container .view-display-block-9 .view__content{display:initial}}@media (min-width:1300px){.contextual-region .view-display-block-9 .view__content,.views-element-container .view-display-block-9 .view__content{display:flex;flex-wrap:nowrap}}.contextual-region .card-article-top__content-img,.views-element-container .card-article-top__content-img{text-align:center}.noCommentsContainer{width:100%;border-left:9px solid #DB0048;background-color:#F1F1F1;font-family:"GilroyMedium",sans-serif;padding:27px;margin-bottom:25px;display:flex;flex-direction:column}.noCommentsContainer .textContainer{font-size:24px;color:#1937EE;text-align:center}.noCommentsContainer .textContainer b{color:#2B4293;font-family:"GilroyBold",sans-serif}.noCommentsContainer .buttonsContainer{display:flex !important;flex-direction:row !important;width:100% !important;text-align:right !important;justify-content:center !important;align-items:center !important;max-width:100% !important}@media (max-width:720px){.noCommentsContainer .buttonsContainer>.btnreg{width:auto;height:auto;background-color:#DB0048 !important;font-size:17px;padding:13px;align-items:center;margin-bottom:0;margin:0}.noCommentsContainer .buttonsContainer .button--white{color:#1937ee !important;text-shadow:none !important;background-color:#fff !important;padding:.5rem 1rem !important;padding-left:2.5rem !important;border-radius:30px !important;width:auto !important;border:2px solid #2B4293 !important}}.containerDownloadBottom .messageSuscriptionDownload .buttonsContainer{margin:auto}.card-article-basic__topic a{text-decoration:none;color:#2b4294}#footerImageOf{color:#000;font-family:"GilroyMedium",sans-serif;font-size:20px;margin:0}#footerImageTitle{color:#000;font-family:"GilroyRegular",sans-serif;font-size:20px;margin:0}.newsBottomRelated{margin-top:50px}.card-article-litigios{width:100%;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,0.1);font-family:Arial,sans-serif}.card-article-section__content-img img{width:100%;height:auto;display:block}.card-article-litigios__content{padding:10px;text-align:center}.card-article-litigios__topic_date{color:#666;display:flex;flex-direction:row;justify-content:space-around;font-size:15px}.card-article-litigios__heading{font-size:14px;font-weight:bold;margin:5px 0}.card-article-litigios__heading-link{color:#333;text-decoration:none;font-size:20px}.card-article-litigios__heading-link:hover{text-decoration:underline}.card-article-litigios__topic_date_topic a{color:#007bff;text-decoration:none;font-weight:bold}.card-article-litigios__topic_date_topic a:hover{text-decoration:underline}.grid-litigios .views-infinite-scroll-content-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.comment-form{display:block;position:relative}.comment-form .field--widget-text-textarea>div .form-item{width:100%;max-width:100%;padding-bottom:3rem;border-radius:5px;border:solid 1px rgba(0,0,0,0.5)}.comment-form .field--widget-text-textarea>div .form-item__textarea{padding:1rem;width:100%;outline:none;border:0}.comment-form .form-submit{position:absolute;bottom:28px;right:24px;border:none;background-color:#ccc;color:#666;padding:0 2rem;line-height:2rem}.comment{display:flex;border-bottom:1px solid #ccc;margin-bottom:1rem}.comment img{width:40px;height:40px;border-radius:50%}.comment__content{margin-left:1.2rem}.comment__heading{margin:0;font-size:1rem;font-family:"GilroyMedium",sans-serif;color:#000}.comment__body{margin-top:0}.comment__body .text-long{margin-top:0}.cta{background-color:#e5e5e5;background-color:var(--c-background-section);padding:3rem;text-align:center;text-transform:uppercase}.breadcrumb{list-style:none;margin:0;padding:0}.breadcrumb__item,.breadcrumb__link,.breadcrumb__link:link,.breadcrumb__link:visited,.breadcrumb__link:focus{color:#4c4c4c;color:var(--c-accent);text-decoration:none}.breadcrumb__link:hover{color:#000;color:var(--c-accent-high)}.breadcrumb__item{display:inline-block;font-size:0.75rem}.breadcrumb__item::after{content:'/'}.breadcrumb__item:last-child{color:#666;color:var(--c-text)}.breadcrumb__item:last-child::after{content:''}.breadcrumb_link:active{color:#666;color:var(--c-text)}.footer-menu{display:block}.inline-menu{list-style:none;margin:0;padding:0}.inline-menu__item{margin:0 1em 0.5em 0}@media (min-width:920px){.inline-menu__item{display:inline;margin-bottom:1em}}.inline-menu__item:last-child{margin-right:0}.inline-menu__link{color:#4c4c4c;color:var(--c-accent);font-size:0.75rem;font-weight:600;letter-spacing:1.5px;text-decoration:none;text-transform:uppercase}.inline-menu__link:hover{color:#000;color:var(--c-accent-high)}.main-nav{visibility:hidden;transform:translateX(-100%);transition:all 0.3s;position:absolute;top:54px;padding-top:50px}@media (min-width:720px){.main-nav{visibility:visible;transform:none;position:relative;top:0;padding-top:0}}.main-nav--open{visibility:visible;background-color:#F6F6F6;display:block;left:0;overflow-y:scroll;position:absolute;top:54px;right:0;width:100%;padding-top:100px;transform:translateX(0)}@media (min-width:720px){.main-nav--open{width:95%}}.main-nav--open.logged{padding-top:50px}.main-menu{list-style:none;margin:0;padding:0;border-bottom:1px solid;position:relative;z-index:10}@media (min-width:720px){.main-menu{border-bottom:none}}.main-menu__item:last-child .main-menu__link{border-right:1px solid #F3F3F3}.main-menu--sub{border-bottom:none;height:0;overflow:hidden;background-color:#F3F3F3;background-color:var(--c-muted);width:100%}@media (min-width:720px){.main-menu--sub{background-color:#e5e5e5;background-color:var(--c-highlight-high);display:none;height:auto;left:0;overflow:visible;padding:1rem 0;position:absolute;top:55px;width:315px;z-index:1;font-size:0.9rem;opacity:0.6}}@media (min-width:720px){.main-menu--sub:hover{opacity:1;background-color:#000;background-color:var(--c-accent-high);transition:all 0.2s}.main-menu--sub:hover .main-menu__link--sub{color:#ccc;color:var(--c-highlight)}.main-menu--sub:hover .main-menu__link--sub.active,.main-menu--sub:hover .main-menu__link--sub:active,.main-menu--sub:hover .main-menu__link--sub:hover{color:#fff;color:var(--c-background);background-color:#000;background-color:var(--c-accent-high)}}.main-menu--sub-open{height:auto}.header--anonymous div.menu-son-content{background-color:#2b4294 !important}@media (min-width:720px){.header--anonymous div.menu-son-content{border-top:1px solid #7786bb !important}}@media (max-width:720px){.header--anonymous div.menu-son-content{background-color:#F6F6F6 !important}}.header--anonymous div.menu-son-content a.main-menu__link{text-transform:initial;border:none;margin:0 0.2rem;padding:1rem 1.6rem;border-bottom:1px solid #002e72}@media (min-width:720px){.header--anonymous div.menu-son-content a.main-menu__link{text-transform:initial;border:none;margin:0 0.2rem !important;padding:0.2rem 0.5rem !important;border-bottom:none}}.header--anonymous div.menu-son-content a.main-menu__link:hover{background-color:#6f7eb6 !important}.header--anonymous div.menu-son-content a.main-menu__link.is-active{background-color:#6f7eb6 !important}@media (min-width:720px){.header__menu ul.menu li:hover>div.menu-son-content{display:block;position:fixed}}@media (max-width:720px){.header__menu .menu{overflow:scroll;overflow-x:hidden;max-height:65vh}}@media (min-width:720px){.header__menu{top:0px;background:#F6F6F6;z-index:100}}.header__menu nav{background:#fff}.header__menu nav.open{top:0px;position:absolute;background:#F6F6F6;z-index:100;width:80%;height:100vh;box-shadow:0px 4px 4px 0px #00000040}.header__menu ul.menu{list-style-type:none;margin:0;padding:0;display:block}@media (min-width:720px){.header__menu ul.menu{display:flex}}.header__menu ul.menu div.menu-son-content{display:none;background-color:#2b4294;width:100vw;left:0;z-index:9;padding:0.4rem 0;border-top:none}@media (max-width:720px){.header__menu ul.menu div.menu-son-content{background-color:#F6F6F6 !important}}@media (min-width:720px){.header__menu ul.menu div.menu-son-content{border-top:1px solid #7786bb}}.header__menu ul.menu div.menu-son-content ul.menu--son{display:block;padding:0 !important;max-width:1300px;width:100%;margin:0 auto;padding:0 1rem}@media (max-width:720px){.header__menu ul.menu div.menu-son-content ul.menu--son{padding:0;padding-left:25px}.header__menu ul.menu div.menu-son-content ul.menu--son a{border:none}}@media (min-width:720px){.header__menu ul.menu div.menu-son-content ul.menu--son{display:flex;flex-wrap:wrap;justify-content:center}}@media (min-width:480px){.header__menu ul.menu div.menu-son-content ul.menu--son{padding:0 1rem}}@media (min-width:1300px){.header__menu ul.menu div.menu-son-content ul.menu--son{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}.header__menu ul.menu div.menu-son-content ul.menu--son li{border:none;padding:0;margin:0}.header__menu ul.menu div.menu-son-content ul.menu--son li a.main-menu__link{text-transform:initial;border:none;margin:0 0.2rem;padding:1rem 1.6rem;border-bottom:1px solid #002e72}@media (min-width:720px){.header__menu ul.menu div.menu-son-content ul.menu--son li a.main-menu__link{text-transform:initial;border:none;margin:0 0.2rem;padding:0.2rem 0.5rem;border-bottom:none;color:white}}.header__menu ul.menu div.menu-son-content ul.menu--son li a.main-menu__link:hover{background-color:#6f7eb6}.header__menu ul.menu div.menu-son-content ul.menu--son li a.main-menu__link.is-active{background-color:#6f7eb6}.header__menu ul.menu li:hover>div.menu-son-content{display:none}@media (min-width:720px){.header__menu ul.menu li:hover>div.menu-son-content{display:block;position:absolute}}.header__menu .menu_son--has-childs.expand-sub--open{background-color:transparent}.header__menu .menu_son--has-childs.expand-sub--open .menu-son-content{display:block !important}@media (min-width:720px){.header__menu .menu_son--has-childs.expand-sub--open .menu-son-content{display:none !important}}#main-nav .menu--father .menu_son--item .mobile-edicion-impresa{display:block}.main-menu__item{border-top:1px solid;display:flex;flex-wrap:wrap;position:relative}@media (min-width:720px){.main-menu__item{border-top:none;display:inline-block;margin:0 -2px}.main-menu__item:not(.main-menu__item--sub):hover{background-color:#000;background-color:var(--c-accent-high);transition:all 0.2s}.main-menu__item:not(.main-menu__item--sub):hover>.main-menu--sub{display:block}}.main-menu__item:hover .main-menu__link::after{color:#666;color:var(--c-text)}.expand-sub{background-color:#000;background-color:var(--c-accent-high);cursor:pointer;display:block;width:20%;color:#fff;position:relative}@media (min-width:720px){.expand-sub{display:none}}.expand-sub::after{border:15px solid;border-bottom-color:transparent;border-left:12px solid transparent;border-right:12px solid transparent;content:'';display:block;margin-right:-12px;margin-top:-6px;position:absolute;right:50%;top:50%;width:0}.expand-sub--open{background-color:#000;background-color:var(--c-accent-high);color:#F3F3F3;color:var(--c-muted)}.expand-sub--open::after{border-top-color:transparent;border-bottom:15px solid;margin-top:-20px}@media (min-width:720px){.main-menu__item--sub{display:block}.main-menu__item--sub:not(:first-child){border-top:1px solid #ccc;border-top:1px solid var(--c-highlight)}}.menu_son--item{border-top:1px solid #EBEBEB}.menu_son--item:hover .menu-son-content{display:none}@media (min-width:720px){.menu_son--item{border-bottom:none}}>.menu_son--item:nth-child(1){display:block}@media (min-width:720px){>.menu_son--item:nth-child(1){display:none}}.menu_son--has-childs{position:relative}.menu_son--has-childs::after{content:'';position:absolute;background-image:url(/themes/custom/ambitojuridico/images/icons/icon-arrow.svg);background-repeat:no-repeat;background-position:center;background-size:15px;width:20px;height:20px;right:1rem;top:18px;border-top-color:transparent;border-bottom:none;margin-top:0}@media (min-width:720px){.menu_son--has-childs::after{display:none}}.menu_son--has-childs .menu_son--has-childs>.main-menu__link{background-color:#002e72}@media (max-width:720px){.menu_son--has-childs .menu_son--has-childs>.main-menu__link{background-color:#F6F6F6}}@media (min-width:720px){.menu_son--has-childs .menu_son--has-childs>.main-menu__link{background-color:transparent;color:#fff}}.menu_son--has-childs .menu_son--has-childs::after{display:none}.main-menu__link{color:white;display:block;padding:1rem 3rem 1rem 2rem;text-decoration:none;background-color:#2b4294;font-family:'GothamCondensedMedium',sans-serif;font-size:22px;font-weight:500;line-height:21.1px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.main-menu__link--with-sub{color:white}@media (max-width:720px){.main-menu__link{color:#000;background-color:#F6F6F6}}@media (min-width:720px){.main-menu__link{display:inline-block;padding:1rem 0.5rem 0.6rem 0.5rem;position:relative;width:auto;border-left:1px solid #ffffff5c;border-bottom:10px solid transparent;cursor:pointer;background-color:transparent;color:#2B4293}.main-menu__link.active,.main-menu__link:active,.main-menu__link:hover{color:white;background-color:#002e72}}@media (min-width:720px) and (orientation:landscape){.main-menu__link{padding:1.5rem 0.6rem 0.6rem 0.6rem}}@media (min-width:1300px){.main-menu__link{padding:.5rem;border-bottom:unset}}.main-menu__link--sub{color:#4c4c4c;color:var(--c-accent);padding-left:3rem;font-weight:normal}@media (min-width:720px){.main-menu__link--sub{color:#ccc;color:var(--c-highlight);display:block;padding:.33333rem 1rem}}.main-menu--sub-2{background-color:#e5e5e5;background-color:var(--c-highlight-high)}.main-menu__link--sub-2{padding-left:4rem}.toggle-expand{color:#4c4c4c;color:var(--c-accent);width:45px !important;text-align:center;display:inline-block;padding:.5rem;text-decoration:none;position:relative;top:8px}.toggle-expand:hover{color:#000;color:var(--c-accent-high)}@media (min-width:720px){.toggle-expand{display:none}}.toggle-expand--open{background-color:transparent}.toggle-expand__text{display:none}.toggle-expand--open .toggle-expand__text{color:#2B4293}.toggle-expand__icon{height:1.5rem;width:1.5rem;margin:5px 5px 0 0;fill:#2B4293;position:relative;top:-5px}.toggle-expand__open{display:inline-block;text-align:center}.toggle-expand--open .toggle-expand__open{display:none}.toggle-expand__close{display:none;text-align:center}.toggle-expand__close::before{color:#2B4293;content:'X';display:block;font-size:1rem;line-height:1}.toggle-expand--open .toggle-expand__close{display:inline-block}.social-menu{list-style:none;margin:0;padding:0;display:flex}.social-menu__item{margin-bottom:.25rem}.social-menu__link{display:flex;flex-flow:row nowrap;align-items:center;text-decoration:none;color:#666;color:var(--c-text)}.social-menu__icon{transition:all .3s ease-in-out;height:2rem;width:2rem;margin-right:1rem;fill:#2b4294;background-color:#fff;border-radius:50%;padding:.3rem;opacity:.6}.social-menu__icon:hover{transition:all .3s ease-in-out;opacity:1}.social-menu__text{font-weight:bold;display:none}.tool-content-menu{display:flex;justify-content:flex-end}@media (min-width:720px){.tool-content-menu{justify-content:flex-start}}.tool-content-menu__item{list-style:none;width:80px}.tool-content-menu__item:last-child svg{fill:#1937ee}.tool-content-menu__text{display:none}.tool-content-menu__icon{width:64px;fill:#888;height:75px}.main-sidebar .formcontentsave-news,.main-sidebar .blockshare{display:none}.main-sidebar .formcontentsave-news.is-open,.main-sidebar .blockshare.is-open{display:block !important;bottom:100px}@media (min-width:720px){.main-sidebar .formcontentsave-news.is-open,.main-sidebar .blockshare.is-open{bottom:0}}.blockshare .a2a_s__default{width:25px !important;height:25px !important}.share-links-mobile{display:block}@media (min-width:720px){.share-links-mobile{display:none}}#block-sharelinksarticleblock{display:none}@media (min-width:720px){#block-sharelinksarticleblock{display:block}}.savenews.block,.blockshare.block{position:fixed;background:#fff;z-index:100;width:90%;left:5%;padding:0;border:1px solid #ccc;border-radius:5px}@media (min-width:720px){.savenews.block,.blockshare.block{position:relative;width:100%;left:initial;padding:0;border:none}}.savenews.block{text-align:center;box-shadow:1px 1px 1px 1px #ccc;padding:0;font-size:0;line-height:115%}.savenews.block a{color:#2b4294 !important;text-decoration:underline;line-height:115%;margin:0.5em 0;font-size:0.9em;display:inline-block;cursor:pointer}.savenews.block #mesage_validation{margin:0.5em;color:#e7004c;font-size:0.8em}.savenews.block .formcontentsave-news form .create_foldernews{color:#2b4294 !important}.savenews.block .formcontentsave-news form .form-select{border:1px solid #888;border-radius:5px;color:#888}.modal-ambito{background:rgba(96,96,96,0.47);position:fixed;top:0;left:0;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;z-index:999}.modal-ambito--is-hidden{display:none}.modal-ambito__title .h1,.modal-ambito__title .text-long h1,.text-long .modal-ambito__title h1,.modal-ambito__title .h2,.modal-ambito__title .text-long h2,.text-long .modal-ambito__title h2,.modal-ambito__title .h3,.modal-ambito__title .text-long h3,.text-long .modal-ambito__title h3,.modal-ambito__title .h4,.modal-ambito__title .text-long h4,.text-long .modal-ambito__title h4,.modal-ambito__title .h5,.modal-ambito__title .text-long h5,.text-long .modal-ambito__title h5{font-family:"GilroyMedium",sans-serif;font-size:1rem;line-height:1.25rem;text-align:center;margin-bottom:1rem}@media (min-width:920px){.modal-ambito__title .h1,.modal-ambito__title .text-long h1,.text-long .modal-ambito__title h1,.modal-ambito__title .h2,.modal-ambito__title .text-long h2,.text-long .modal-ambito__title h2,.modal-ambito__title .h3,.modal-ambito__title .text-long h3,.text-long .modal-ambito__title h3,.modal-ambito__title .h4,.modal-ambito__title .text-long h4,.text-long .modal-ambito__title h4,.modal-ambito__title .h5,.modal-ambito__title .text-long h5,.text-long .modal-ambito__title h5{font-size:1.875rem;line-height:2.1875rem;margin-bottom:2rem}}.modal-ambito__content{background:#fff;box-shadow:0 0 26px 0 rgba(120,135,160,0.28);background-color:#fff;padding:3rem 2rem 1rem 2rem;border-radius:.5rem;width:90%;max-width:51.5rem;position:relative;-ms-overflow-style:none;scrollbar-width:none;overflow:visible}.modal-ambito__content::-webkit-scrollbar{display:none}.modal-ambito__close{top:1rem;right:1rem;cursor:pointer;display:flex;justify-content:flex-end;position:absolute}@media (min-width:720px){.modal-ambito__close{top:2rem;right:2rem}}.modal-ambito__close svg{width:20px;height:20px;fill:#1937ee}.modal-ambito__subtitle{font-family:"GilroyMedium",sans-serif;font-size:1.25rem;line-height:1.5rem;color:#000;text-align:center}@media (min-width:920px){.modal-ambito__subtitle{font-size:1.5rem;line-height:1.625rem}}.modal-ambito__text{font-family:"GilroyLight",sans-serif;font-size:.875rem;line-height:1rem;margin-top:.5rem;margin-bottom:1.25rem}@media (min-width:920px){.modal-ambito__text{font-size:1.125rem;line-height:1.375rem}}.modal-ambito--change-password .modal-ambito__content{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:80vh;background:#fff;box-shadow:0 0 26px 0 rgba(120,135,160,0.28);background-color:#fff;padding:4.625rem 2rem 1rem 2rem;border-radius:.5rem;width:90%;position:relative;overflow-y:auto;max-width:34.375rem}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__content{max-width:39.375rem;padding:3.75rem 5.625rem 1rem 5.625rem;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:90vh}}.modal-ambito--change-password .modal-ambito__image{background:url(/themes/custom/ambitojuridico/images/logo-color.svg);height:4.625rem;width:15.5rem;background-repeat:no-repeat;margin-left:auto;margin-right:auto;margin-bottom:1.125rem}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__image{margin-bottom:2.5rem}}.modal-ambito--change-password .modal-ambito__title .h1,.modal-ambito--change-password .modal-ambito__title .text-long h1,.text-long .modal-ambito--change-password .modal-ambito__title h1,.modal-ambito--change-password .modal-ambito__title .h2,.modal-ambito--change-password .modal-ambito__title .text-long h2,.text-long .modal-ambito--change-password .modal-ambito__title h2,.modal-ambito--change-password .modal-ambito__title .h3,.modal-ambito--change-password .modal-ambito__title .text-long h3,.text-long .modal-ambito--change-password .modal-ambito__title h3,.modal-ambito--change-password .modal-ambito__title .h4,.modal-ambito--change-password .modal-ambito__title .text-long h4,.text-long .modal-ambito--change-password .modal-ambito__title h4,.modal-ambito--change-password .modal-ambito__title .h5,.modal-ambito--change-password .modal-ambito__title .text-long h5,.text-long .modal-ambito--change-password .modal-ambito__title h5{color:#000;font-size:1.375rem;line-height:1.5rem}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__title .h1,.modal-ambito--change-password .modal-ambito__title .text-long h1,.text-long .modal-ambito--change-password .modal-ambito__title h1,.modal-ambito--change-password .modal-ambito__title .h2,.modal-ambito--change-password .modal-ambito__title .text-long h2,.text-long .modal-ambito--change-password .modal-ambito__title h2,.modal-ambito--change-password .modal-ambito__title .h3,.modal-ambito--change-password .modal-ambito__title .text-long h3,.text-long .modal-ambito--change-password .modal-ambito__title h3,.modal-ambito--change-password .modal-ambito__title .h4,.modal-ambito--change-password .modal-ambito__title .text-long h4,.text-long .modal-ambito--change-password .modal-ambito__title h4,.modal-ambito--change-password .modal-ambito__title .h5,.modal-ambito--change-password .modal-ambito__title .text-long h5,.text-long .modal-ambito--change-password .modal-ambito__title h5{font-size:1.5rem;line-height:1.625rem}}.modal-ambito--change-password .modal-ambito__help{font-family:"GilroyBold",sans-serif;text-align:center;margin-bottom:2rem;font-size:.875rem;line-height:1.125rem;color:#000}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__help{font-size:1rem;line-height:1.25rem}}.modal-ambito--change-password .modal-ambito__help a{display:block;text-decoration:none}.modal-ambito--change-password .modal-ambito__form{margin-bottom:2rem}.modal-ambito--change-password .modal-ambito__form .form-item{display:flex;gap:.5rem;flex-direction:column;position:relative}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__form .form-item{margin-bottom:0}}.modal-ambito--change-password .modal-ambito__form label{font-family:"GilroyBold",sans-serif;font-size:.875rem;line-height:1.125rem;color:#000}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__form label{font-size:1.125rem;line-height:1.5rem}}.modal-ambito--change-password .modal-ambito__form .show-password{position:absolute;right:1.5rem;top:50%;height:24px;width:24px;cursor:pointer;background-image:url(/themes/custom/ambitojuridico/images/icons/eye-close.svg);background-size:contain;background-repeat:no-repeat}.modal-ambito--change-password .modal-ambito__form .show-password.show{background-image:url(/themes/custom/ambitojuridico/images/icons/eye.svg)}.modal-ambito--change-password .modal-ambito__form input,.modal-ambito--change-password .modal-ambito__form select{height:3rem;width:100%;color:#4c4c4c;color:var(--c-accent);outline:none;border:1px solid #666;border:1px solid var(--c-gray);font-size:.875rem;line-height:1.125rem;border-radius:1rem;padding-left:1rem}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__form input,.modal-ambito--change-password .modal-ambito__form select{font-size:1.125rem;line-height:1.5rem;margin-bottom:unset}}.modal-ambito--change-password .modal-ambito__form input:focus,.modal-ambito--change-password .modal-ambito__form input:focus-visible,.modal-ambito--change-password .modal-ambito__form input:hover,.modal-ambito--change-password .modal-ambito__form select:focus,.modal-ambito--change-password .modal-ambito__form select:focus-visible,.modal-ambito--change-password .modal-ambito__form select:hover{outline:none}@media (min-width:720px){.modal-ambito--change-password .modal-ambito__form input:focus,.modal-ambito--change-password .modal-ambito__form input:focus-visible,.modal-ambito--change-password .modal-ambito__form input:hover,.modal-ambito--change-password .modal-ambito__form select:focus,.modal-ambito--change-password .modal-ambito__form select:focus-visible,.modal-ambito--change-password .modal-ambito__form select:hover{border-radius:1rem}}.modal-ambito--change-password .modal-ambito__form input{padding-right:4rem}.modal-ambito--change-password .modal-ambito__form .button{color:#fff;font-family:"GilroyBold",sans-serif;max-width:29.875rem;margin-left:auto;margin-right:auto;font-size:.875rem;line-height:1.125rem}@media (min-width:920px){.modal-ambito--change-password .modal-ambito__form .button{font-size:1.125rem;line-height:1.375rem}}.modal-ambito--suscription .modal-ambito__content{height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:80vh;background:#fff;box-shadow:0 0 26px 0 rgba(120,135,160,0.28);background-color:#fff;padding:4.625rem 2rem 1rem 2rem;border-radius:.5rem;width:90%;position:relative;overflow-y:auto;max-width:34.375rem}@media (min-width:920px){.modal-ambito--suscription .modal-ambito__content{max-width:39.375rem;padding:3.75rem 4.375rem 2rem 4.375rem;max-height:90vh}}.modal-ambito--suscription .modal-ambito__image{background:url(/themes/custom/ambitojuridico/images/logo-color.svg);height:4.625rem;width:15.5rem;background-repeat:no-repeat;margin-left:auto;margin-right:auto;margin-bottom:1.125rem}@media (min-width:920px){.modal-ambito--suscription .modal-ambito__image{margin-bottom:2.5rem}}.modal-ambito--suscription .modal-ambito__user{display:flex;flex-direction:column;align-items:center;gap:1.125rem}.modal-ambito--suscription .modal-ambito__user-img img{width:8.625pxrem;height:8.625pxrem;border-radius:50%}.modal-ambito--suscription .modal-ambito__user-name{font-family:"GilroyMedium",sans-serif;font-size:1.125rem;line-height:1.5rem;color:#000}@media (min-width:920px){.modal-ambito--suscription .modal-ambito__user-name{font-size:1.375rem;line-height:1.625rem}}.modal-ambito--suscription .modal-ambito__buttons{display:flex;justify-content:center}.modal-ambito--suscription .button{color:#fff;font-family:"GilroyBold",sans-serif}.modal-ambito--suscription p{margin:1rem 0}.scroll-pause{overflow:hidden}.plan-suscription{background-color:#fff;border:1px solid #888;border-radius:.75rem;padding:2rem 2.1rem}@media (min-width:920px){.plan-suscription{padding:2.25rem 3rem}}.plan-suscription__title .h1,.plan-suscription__title .text-long h1,.text-long .plan-suscription__title h1,.plan-suscription__title .h2,.plan-suscription__title .text-long h2,.text-long .plan-suscription__title h2,.plan-suscription__title .h3,.plan-suscription__title .text-long h3,.text-long .plan-suscription__title h3,.plan-suscription__title .h4,.plan-suscription__title .text-long h4,.text-long .plan-suscription__title h4,.plan-suscription__title .h5,.plan-suscription__title .text-long h5,.text-long .plan-suscription__title h5{font-family:"GilroyBold",sans-serif;color:#000 !important;margin-bottom:1.75rem;font-size:1.125rem;line-height:1.375rem}@media (min-width:920px){.plan-suscription__title .h1,.plan-suscription__title .text-long h1,.text-long .plan-suscription__title h1,.plan-suscription__title .h2,.plan-suscription__title .text-long h2,.text-long .plan-suscription__title h2,.plan-suscription__title .h3,.plan-suscription__title .text-long h3,.text-long .plan-suscription__title h3,.plan-suscription__title .h4,.plan-suscription__title .text-long h4,.text-long .plan-suscription__title h4,.plan-suscription__title .h5,.plan-suscription__title .text-long h5,.text-long .plan-suscription__title h5{font-size:1.375rem;line-height:1.625rem}}.plan-suscription__value{display:flex;justify-content:space-between;align-items:center}.plan-suscription__value-text,.plan-suscription__value-price{font-family:"GilroyBold",sans-serif;font-size:1.125rem;line-height:1.375rem;letter-spacing:unset;text-align:left;color:#b20242}@media (min-width:920px){.plan-suscription__value-text,.plan-suscription__value-price{font-size:1.375rem;line-height:1.625rem}}.plan-suscription__value p{margin:0}.pager{margin:2em 0}.pager__items{list-style:none;margin:0;padding:0;text-align:center}.pager__item{display:inline-block;margin:1rem 0.7em}@media (min-width:920px){.pager__item{margin:0 1em}}.pager__link,.pager__link:link,.pager__link:visited{color:#666;color:var(--c-text);font-weight:600;text-decoration:none}.pager__link.is-active,.pager__link:hover,.pager__link:link.is-active,.pager__link:link:hover,.pager__link:visited.is-active,.pager__link:visited:hover{color:#4c4c4c;color:var(--c-accent);font-family:'GilroyBold',sans-serif;font-weight:bold}.pager__link.is-active::after,.pager__link:hover::after,.pager__link:link.is-active::after,.pager__link:link:hover::after,.pager__link:visited.is-active::after,.pager__link:visited:hover::after{content:'';width:10px;border-bottom:1px solid #ccc;display:block}.pager__link--next,.pager__link--prev{display:block}.pager__link--next span,.pager__link--prev span{display:none}.pager__link--next::before,.pager__link--prev::before{border:8px solid #666;border:8px solid var(--c-text);border-bottom:6px solid transparent;border-right:7px solid transparent;border-top:6px solid transparent;content:'';display:block;position:relative;top:1px}.pager__link--next:hover::before,.pager__link--prev:hover::before{border-left-color:#4c4c4c;border-left-color:var(--c-accent)}.pager__link--prev::before{border-left-color:transparent;border-right-color:#666;border-right-color:var(--c-text)}.pager__link--prev:hover::before{border-left-color:transparent;border-right-color:#4c4c4c;border-right-color:var(--c-accent)}.js-pager__items{display:flex;justify-content:center;align-items:center;padding:0;margin:.5rem}.view-newsletter-history .pager .pager__item{background-color:#1937ee;padding:0 0.9rem}.view-newsletter-history .pager .pager__item a{color:#fff}.view-newsletter-history .pager .pager__item.is-active{background-color:#2b4294}.view-newsletter-history .pager .pager__item--prev,.view-newsletter-history .pager .pager__item--ellipsis,.view-newsletter-history .pager .pager__item--next{background:transparent;padding:initial}.plan{font-family:'GilroyRegular',sans-serif;display:block;box-shadow:0 3px 5px 0 rgba(0,0,0,0.38);border-radius:10px;padding:1rem;position:relative;background-color:#fff;height:100%}.plan .plan__heading{border-bottom:2px solid #ccc}.plan__h3{font-family:'GilroyBold',sans-serif;font-weight:700;font-style:normal;font-size:1.8rem;line-height:1.4;margin-top:0;margin-bottom:0.4rem;color:#000}.plan--recommended .plan__h3{color:#1937ee}.plan .plan__price{color:#e7004c;font-size:2rem;font-size:2.5rem;font-family:'GilroyBold',sans-serif}.plan .plan__price span{font-size:1.6rem}.plan .plan__price .plan__monthly,.plan .plan__price .plan__yearly{margin-top:0;margin-bottom:0.4rem;display:none}.plan__footer{text-align:center;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:200px}.plan__footer .button{background-color:#1937ee;border:2px solid #1937ee}.plan--recommended .plan__footer .button{background-color:#fff;color:#1937ee}.plan__item{list-style:none;margin-bottom:0.8rem}.plan__item--check{background-image:url(/themes/custom/ambitojuridico/images/icons/check.png);background-repeat:no-repeat;background-position:left center;padding-left:2.5rem}.plan__item--axis{background-image:url(/themes/custom/ambitojuridico/images/icons/uncheck.png);background-repeat:no-repeat;background-position:left center;padding-left:2.5rem;color:#ccc}.plan--recommended::after{content:' ';position:absolute;top:-6px;right:-8px;background-image:url(/themes/custom/ambitojuridico/images/icons/featur.svg);background-repeat:no-repeat;background-position:left center;width:100px;height:100px}.plan .plan__footer a{display:none}.plan.plan--monthly .plan__price .plan__monthly{display:block}.plan.plan--monthly .plan__footer a:first-child{display:inline-block}.plan.plan__yearly .plan__price .plan__yearly{display:block}.plan.plan__yearly .plan__footer a:last-child{display:inline-block}.view-planes-suscripcion{max-width:1220px;margin:auto !important;overflow-x:scroll;padding-bottom:3rem}.view-planes-suscripcion .view__content{display:flex;flex-wrap:nowrap;justify-content:space-between}.view-planes-suscripcion .views-row{width:100%;min-width:100%;margin-right:1rem}@media (min-width:1300px){.view-planes-suscripcion .views-row{width:33%;min-width:calc(33.333% - 0.9rem)}}.section-title--has-cta .section-title__header{display:grid;grid-template-columns:4fr 1fr;-moz-column-gap:1rem;column-gap:1rem}.section-title__parent{text-transform:uppercase;font-weight:bold;color:#1937ee}.section-title__line{color:#1937ee}.section-title__heading{color:#000;font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.5rem;line-height:1;margin:0 0 0.5em;width:auto}@media (min-width:720px){.section-title__heading{font-size:1.6rem}}.section-title__heading__link{color:inherit}.section-title__heading__link:hover{color:inherit}.section-title__heading--has-parent{border-bottom:1px solid rgba(51,51,51,0.5);padding-bottom:0.5rem;color:#000;font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.5rem;line-height:1;margin:0 0 0.5em;width:auto}@media (min-width:720px){.section-title__heading--has-parent{font-size:1.6rem}}.section-title__heading--has-parent__link{color:inherit}.section-title__heading--has-parent__link:hover{color:inherit}.section-title__section{font-weight:100;font-family:'GilroyRegular',sans-serif}.section-title--has-cta .section-title--style1 .link{flex-grow:1}.section-title--style2 .section-title__heading{text-transform:uppercase;border:0;padding:1rem 0}@media (min-width:720px){.section-title--style2 .section-title__heading{padding:0;border-bottom:1px solid #333}}.section-title--style2 a.button--small{position:relative !important;margin-bottom:1rem}@media (min-width:720px){.section-title--style2 a.button--small{position:absolute !important;margin:0}}.section-title--noticias .section-title__heading{color:#2B4293;font-family:Faustina,serif;font-size:40px;font-weight:400;line-height:50.4px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.section-title--noticias .section-title__heading::before{content:'';display:inline-block;width:3px;height:25px;background-color:#2B4293}.section-title--opinion .section-title__parent,.section-title--opinion .section-title__line,.section-title--opinion .section-title__heading{color:#ff6701;font-family:Faustina,serif;font-size:36px;font-weight:400;line-height:45.36px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.section-title--opinion .section-title__parent::before,.section-title--opinion .section-title__line::before,.section-title--opinion .section-title__heading::before{content:'';display:inline-block;width:3px;height:1.5rem;background-color:#ff6701}.section-title--patrocinada .section-title__parent,.section-title--patrocinada .section-title__line,.section-title--patrocinada .section-title__heading{color:#2EA836;font-family:Faustina,serif;font-size:36px;font-weight:400;line-height:45.36px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.section-title--patrocinada .section-title__parent::before,.section-title--patrocinada .section-title__line::before,.section-title--patrocinada .section-title__heading::before{content:'';display:inline-block;width:3px;height:1.5rem;background-color:#ff6701}.section-title--tracking .section-title__parent,.section-title--tracking .section-title__line,.section-title--tracking .section-title__heading{color:#ffb71b}.section-title--especiales .section-title__parent,.section-title--especiales .section-title__line,.section-title--especiales .section-title__heading{color:#ffb71b}.section-title--multimedia .section-title__parent,.section-title--multimedia .section-title__line,.section-title--multimedia .section-title__heading{color:#e7004c;font-family:Faustina,serif;font-size:36px;font-weight:400;line-height:45.36px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.section-title--multimedia .section-title__parent::before,.section-title--multimedia .section-title__line::before,.section-title--multimedia .section-title__heading::before{content:'';display:inline-block;width:3px;height:1.5rem;background-color:#e7004c}.section-title--edictos .section-title__heading{color:#00a53b}.section-title--edictos h1{color:#00a53b;margin:0;padding:0;text-transform:uppercase;font-size:1.6rem}.section-title--historico .section-title__heading{color:#70b000}.section-title--historico h2{color:#70b000;margin:0.5em 0 1em;padding:0 0 0.3em 0;text-transform:uppercase;font-size:1.6rem}.description-section{font-family:'GilroySemiBold',sans-serif;color:#1937EE;font-size:20px}.description-section p{padding-left:13px}.section-title-ambito,.text-long .section-title-ambito{font-family:"GilroyBold",sans-serif;color:#000;font-size:1.625rem;line-height:1.875rem}@media (min-width:920px){.section-title-ambito,.text-long .section-title-ambito{font-size:2.375rem;line-height:2.75rem}}.section-title-ambito.purple,.text-long .section-title-ambito.purple{color:#304494}.subtitle-ambito,.text-long .subtitle-ambito{font-family:"GilroyBold",sans-serif;font-size:1.25rem;line-height:1.5rem}@media (min-width:920px){.subtitle-ambito,.text-long .subtitle-ambito{font-size:1.625rem;line-height:1.875rem}}.tabs-subscription .tabs__nav{border-bottom:0;margin-bottom:0}@media (min-width:720px){.tabs-subscription .tabs__nav{width:-webkit-max-content;width:-moz-max-content;width:max-content;padding-left:2rem;align-items:flex-end}}.tabs-subscription .tabs__nav li{text-transform:capitalize}.tabs-subscription .tabs__link{font-family:"GilroyBold",sans-serif;font-size:.875rem;position:relative;border-bottom:0 !important;color:#666;transition:opacity 0.3s;font-weight:500;padding:0.5rem;line-height:1rem}@media (min-width:720px){.tabs-subscription .tabs__link{padding:0;text-align:left}}.tabs-subscription .tabs__link.is-active,.tabs-subscription .tabs__link:hover{color:#2b41ee;text-decoration:underline}.tabs-subscription .tabs__content .tab__item--content{background:#fff;margin-bottom:1.225rem;border-radius:1rem;border:1px solid #e2e2e2}.tabs-subscription .tabs__content .tab__item--content:last-child{margin-bottom:0}.card-tab{background-color:#fff;display:block;padding:1rem 2rem;border-radius:1rem;overflow:hidden}@media (min-width:720px){.card-tab{display:flex;justify-content:space-between;padding-left:3.125rem;padding-right:1.75rem}}.card-tab-content{color:#020202}.card-tab-content p{font-weight:.875rem;margin:.3125rem 0;color:#637d95}@media (min-width:720px){.card-tab-content p{margin:.5rem 0}}.card-tab-content p span{font-size:1.1875rem;font-weight:700;color:#020202}.card-tab__subtitle{font-weight:bold;color:#020202;font-size:1.1875rem;margin:0;font-family:"GilroyBold",sans-serif}.card-tab__title{color:#2b41ee;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0.3rem 0;font-weight:700;padding-right:7rem;margin:0 0 1rem 0;z-index:2;font-family:"GilroyBold",sans-serif}@media (min-width:720px){.card-tab__title{padding-right:7rem}}.card-tab__title::before{content:'';position:absolute;z-index:-1;background-color:#ccebff;left:-2rem;top:0;width:100%;height:100%;-webkit-clip-path:polygon(100% 0,93% 50%,100% 100%,0 100%,0 0);clip-path:polygon(100% 0,93% 50%,100% 100%,0 100%,0 0)}@media (min-width:720px){.card-tab__title::before{left:-3.125rem}}.card-tab__buttons{display:flex;margin:1rem;justify-content:center;height:-webkit-max-content;height:-moz-max-content;height:max-content}@media (min-width:720px){.card-tab__buttons{margin-top:auto;margin-bottom:1.625rem;margin-right:0}}.card-tab__button{padding:.78125rem 1rem;background-color:#2b41ee;color:#fff;text-decoration:none;font-weight:700;font-size:1.0625rem;border-radius:1rem;min-width:10.125rem}@media (min-width:720px){.card-tab__button{border-radius:0}}.container-plans{width:100%;background-color:#fff;margin-left:auto;margin-right:auto;border:1px solid #e2e2e2;padding:1rem;border-radius:1rem;overflow:hidden}@media (min-width:1024px){.container-plans{border-radius:2rem;padding:1.75rem 0 2rem 2.25rem;max-width:100%}}.container-plans .table-subscriptions{margin:0;display:block;width:100%;overflow-x:auto;background-color:#fff;border:0;border-spacing:1rem .5rem}.container-plans .table-subscriptions th,.container-plans .table-subscriptions td{padding:0;border:0;line-height:1rem}.container-plans .table-subscriptions__head{font-size:.875rem}.container-plans .table-subscriptions__head-tr{background-color:#fff}.container-plans .table-subscriptions__head-tr th{background-color:#fff;max-width:5rem;line-height:1rem;text-align:left;vertical-align:top;font-size:.875rem}.container-plans .table-subscriptions__head-tr th:nth-child(3) h3,.container-plans .table-subscriptions__head-tr th:nth-child(4) h3{color:#2b41ee}.container-plans .table-subscriptions__head-tr h3{font-weight:500;color:#637d95;font-size:.875rem}.container-plans .table-subscriptions__item:first-child .table-subscriptions__item-title{font-weight:400;font-family:"GilroyLight",sans-serif;color:#3f4957}.container-plans .table-subscriptions__item-title{color:#3f4957;font-size:.875rem;width:100%}@media (min-width:720px){.container-plans .table-subscriptions__item-title{font-size:1rem}}@media (min-width:1700px){.container-plans .table-subscriptions__item-title{font-size:1.0625rem}}.container-plans .table-subscriptions__item-title--gray{font-weight:400}.container-plans .table-subscriptions__item-icon{text-align:center}.container-plans .table-subscriptions__item-icon.no-check{position:relative;text-align:center}.container-plans .table-subscriptions__item-icon.no-check::before{content:'';position:absolute;width:.875rem;height:.875rem;top:50%;left:50%;transform:translate(-50%,-50%);background-position:center;background-image:url(/themes/custom/ambitojuridico/images/icons/reject.svg);background-repeat:no-repeat}.container-plans .table-subscriptions__item-icon.check{position:relative;text-align:center}.container-plans .table-subscriptions__item-icon.check::before{content:'';position:absolute;width:1.0625rem;height:.75rem;top:50%;left:50%;transform:translate(-50%,-50%);background-position:center;background-image:url(/themes/custom/ambitojuridico/images/icons/check.svg)}.status__list{list-style:none;margin:0;padding:0;margin-bottom:1rem}.status{display:block;margin-bottom:.5rem;padding:.5rem;text-align:center}.status--warning{color:#666;background-color:#f9fb93;background-color:var(--c-warning)}.status--error{color:#666;background-color:#fbe3e4;background-color:var(--c-error)}.status--status{color:#666;background-color:#cfefc2;background-color:var(--c-message)}.tabs-profile .tabs{overflow:auto hidden}.tabs-profile .tabs__nav{flex-direction:row;border-bottom:0;margin-bottom:0;justify-content:center;margin-left:auto;margin-right:auto;gap:1.5rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;align-items:flex-end}@media (min-width:720px){.tabs-profile .tabs__nav{gap:3rem}}.tabs-profile .tabs__nav li{text-transform:capitalize}.tabs-profile .tabs__nav li:nth-child(2) .tabs__link{background:url(/themes/custom/ambitojuridico/images/icons/suscription.svg);background-position:left 0 center;background-repeat:no-repeat}.tabs-profile .tabs__nav li:nth-child(3) .tabs__link{background:url(/themes/custom/ambitojuridico/images/icons/soporte.svg);background-position:left 0 center;background-repeat:no-repeat}.tabs-profile .tabs__nav li:nth-child(4) .tabs__link{background:url(/themes/custom/ambitojuridico/images/icons/guardar.svg);background-position:left 0 center;background-repeat:no-repeat}.tabs-profile .tabs__nav li:nth-child(5) .tabs__link{background:url(/themes/custom/ambitojuridico/images/icons/misActividades.svg);background-position:left 0 center;background-repeat:no-repeat}.tabs-profile .tabs__link{position:relative;border-bottom:0 !important;transition:opacity 0.3s;font-weight:800;padding:0.5rem 0 0.5rem 1.25rem;font-family:"GilroyMedium",sans-serif;color:#7f7e7e;color:var(--c-text-gray);background:url(/themes/custom/ambitojuridico/images/icons/profile.svg);background-position:left 0 center;background-repeat:no-repeat;line-height:1rem;font-size:1rem}@media (min-width:720px){.tabs-profile .tabs__link{font-size:1.25rem;line-height:1.5rem;padding:1rem 0 0.5rem 1.5rem}}.tabs-profile .tabs__link::before{opacity:0}.tabs-profile .tabs__link.is-active{color:#7f7e7e;color:var(--c-text-gray)}.tabs-profile .tabs__link.is-active::before{opacity:1;position:absolute;background-color:#7f7e7e;background-color:var(--c-text-gray);content:'';bottom:0;height:2px;width:100%;left:0}.tabs-profile .tabs__link:hover{color:#7f7e7e;color:var(--c-text-gray)}.tabs-profile .tabs__link:hover::before{opacity:1;position:absolute;background-color:#7f7e7e;background-color:var(--c-text-gray);content:'';bottom:0;height:2px;width:100%;left:0}.tabs-profile .tabs__content{padding-top:.375rem}.tabs-profile .tabs__content .tab__item--content{background:#fff;margin-bottom:1.225rem;border-radius:1rem;border:1px solid #ccc}.tabs-profile .tabs__content .tab__item--content:last-child{margin-bottom:0}.tabs-profile .tabs__content--soporte h1{font-family:"GilroyBold",sans-serif;color:#000;text-align:center;font-size:1.75rem;line-height:2rem}@media (min-width:720px){.tabs-profile .tabs__content--soporte h1{font-size:2.5rem;line-height:3.125rem;margin-bottom:0}}@media (min-width:1600px){.tabs-profile .tabs__content--soporte h1{max-width:93.75rem;margin-left:auto;margin-right:auto}}.tabs-profile .tabs__content--save .add-folder,.tabs-profile .tabs__content--save .sort-bookmarks{line-height:1rem}@media screen and (max-width:720px){.tabs-profile .tabs__content--save .content-content_options{align-self:flex-end}}@media screen and (max-width:443px){.tabs-profile .tabs__content--save .view-bookmarks-list::before{height:75px}}.tabs-profile .tabs__content--save .content-folder_content_date{display:none}.tabs-profile .tabs__content--save .content-folder_content_title{color:#7f7e7e;color:var(--c-text-gray);font-family:"GilroyMedium",sans-serif;font-weight:800;opacity:1;height:auto;transition:opacity 3000ms ease-in-out,font-size 1500ms ease-in-out}.tabs-profile .tabs__content--save .content-folder_content_title.edit{font-size:0;transition:opacity 0ms linear,font-size 0ms linear;opacity:0;height:0;pointer-events:none}.tabs-profile .tabs__content--save .content_wrapper_form .content_form,.tabs-profile .tabs__content--save .content-folder_content .content_form{display:flex;align-items:center}.tabs-profile .tabs__content--save .content_wrapper_form .content_form .content_form_input,.tabs-profile .tabs__content--save .content-folder_content .content_form .content_form_input{margin-right:.375rem;border:2px solid #ccc;border:2px solid var(--c-gray-lighter);border-radius:.25rem;color:#7f7e7e;color:var(--c-text-gray);width:9.375rem}@media (min-width:720px){.tabs-profile .tabs__content--save .content_wrapper_form .content_form .content_form_input,.tabs-profile .tabs__content--save .content-folder_content .content_form .content_form_input{width:auto}}.tabs-profile .tabs__content--save .content_wrapper_form .content_form .content_form_input:focus,.tabs-profile .tabs__content--save .content-folder_content .content_form .content_form_input:focus{border:2px solid #ccc;border:2px solid var(--c-gray-lighter)}.tabs-profile .tabs__content--save .content_wrapper_form .content_form .content_form_btn,.tabs-profile .tabs__content--save .content-folder_content .content_form .content_form_btn{background-color:transparent;background-repeat:no-repeat;background-position:center center;height:1.5rem;width:1.5rem;border:none;font-size:0;padding:0}.tabs-profile .tabs__content--save .content_wrapper_form .content_form .content_form_btn[type='button'],.tabs-profile .tabs__content--save .content-folder_content .content_form .content_form_btn[type='button']{background-image:url(/themes/custom/ambitojuridico/images/icons/close-folder.svg);margin-right:.125rem}.tabs-profile .tabs__content--save .content_wrapper_form .content_form .content_form_btn[type='submit'],.tabs-profile .tabs__content--save .content-folder_content .content_form .content_form_btn[type='submit']{background-image:url(/themes/custom/ambitojuridico/images/icons/check-folder.svg)}.content__data--title{font-family:"GilroyBold",sans-serif;font-size:1.5rem;line-height:1.75rem;letter-spacing:unset;text-align:left;color:#000;margin:.625rem 0}@media (min-width:720px){.content__data--title{font-size:1.625rem;line-height:1.875rem}}.user-subscription-form{display:flex;flex-direction:column}@media (min-width:720px){.user-subscription-form{display:grid;grid-template-columns:20.75rem 20.75rem;gap:1rem 2rem;width:100%;padding-bottom:7rem}}.user-subscription-form input,.user-subscription-form select{height:3rem;width:100%;color:#4c4c4c;color:var(--c-accent);font-family:"GilroyLight",sans-serif;outline:0}.user-subscription-form input:focus,.user-subscription-form input:focus-visible,.user-subscription-form select:focus,.user-subscription-form select:focus-visible{outline:none;border:1px solid #e5e5e5;border:1px solid var(--c-highlight-high)}@media (min-width:720px){.user-subscription-form input:focus,.user-subscription-form input:focus-visible,.user-subscription-form select:focus,.user-subscription-form select:focus-visible{border-radius:1rem}}@media (min-width:720px){.user-subscription-form input,.user-subscription-form select{border-radius:1rem}}.user-subscription-form label{padding:0;font-family:"GilroyLight",sans-serif}.user-subscription-form label span{color:#ed002f}.user-subscription-form .form-item__dropdown::after{border:0;content:'';height:1rem;width:1rem;background:url(/themes/custom/ambitojuridico/images/icons/icon-arrow.svg);filter:invert(100%) sepia(1%) saturate(4181%) hue-rotate(207deg) brightness(117%) contrast(80%);background-repeat:no-repeat}.user-subscription-form select{border:1px solid #e5e5e5;border:1px solid var(--c-highlight-high);min-width:100%}.user-subscription-form .button,.user-subscription-form .btn-change-password{grid-column:1/-1;color:#fff;height:3.25rem;max-width:11.625rem;margin-left:auto;margin-right:auto;display:block;border-radius:0;cursor:pointer;font-family:"GilroyMedium",sans-serif}.user-subscription-form #edit-submit{margin:2rem auto;max-width:12.5rem;width:100%}@media (min-width:720px){.user-subscription-form #edit-submit{max-width:auto}}.user-subscription-form .btn-change-password{color:#1937ee;display:block;text-decoration:none;text-align:center;font-size:1rem;line-height:1.4;padding:12px 22px;max-width:12.5rem;border:1px solid #1937ee;margin-bottom:2rem;order:3;width:100%}@media (min-width:720px){.user-subscription-form .btn-change-password{position:absolute;right:2rem;bottom:1rem}}.user-subscription-form .form-item-mobile,.user-subscription-form .title-line,.user-subscription-form .form-item-address{grid-column:1/-1}.user-subscription-form .title-line{margin-top:1.5rem;margin-bottom:1rem;display:flex;gap:2rem;align-items:center}@media (min-width:720px){.user-subscription-form .title-line{gap:4rem}}.user-subscription-form .title-line h3{color:#2b41ee;margin:unset}.user-subscription-form .title-line span{background-color:#ccc;display:flex;flex:1 1 auto;height:1px}.question{margin-bottom:1rem}.question-grid{position:relative;width:100vw;left:calc(-1 * (100vw - 100%) / 2);max-width:100vw;padding:0 2rem 2rem}@media (min-width:720px){.question-grid{padding:0 3rem 2rem}}.question-grid__items{display:grid;justify-content:center}@media (min-width:720px){.question-grid__items{grid-template-columns:1fr 1fr;gap:1rem 3rem}}@media (min-width:1300px){.question-grid__items{grid-template-columns:1fr 1fr 1fr 1fr;gap:4rem}}@media (min-width:1600px){.question-grid__items{max-width:93.75rem;margin-left:auto;margin-right:auto}}.question-title{text-align:center;display:flex;align-items:center;gap:1rem}.question-title span{background-color:#ccc;display:flex;flex:1 1 auto;height:1px}.question-title h2{font-family:"GilroyLight",sans-serif;font-size:1.375rem;line-height:1.625rem;font-weight:400}@media (min-width:720px){.question-title h2{font-size:1.5rem;line-height:1.75rem}}@media (min-width:1600px){.question-title{max-width:93.75rem;margin-left:auto;margin-right:auto}}.question h2{font-size:1.375rem;line-height:1.625rem;font-weight:700;font-family:"GilroyBold",sans-serif;color:#000}@media (min-width:720px){.question h2{font-size:1.5rem;line-height:1.75rem}}.question p{font-size:1rem;line-height:1.125rem;text-align:justify}.tabs-step{background-color:#fff}.tabs-step .tabs__nav{flex-direction:row;border-bottom:0;margin-bottom:0;justify-content:center;margin-left:auto;margin-right:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content;align-items:flex-end;pointer-events:none}.tabs-step .tabs__nav li{text-transform:capitalize}.tabs-step .tabs__link{position:relative;border-bottom:0 !important;transition:opacity 0.3s;font-weight:800;padding:0.5rem 0 0.5rem 1.25rem;font-family:"GilroyMedium",sans-serif;color:#7f7e7e;color:var(--c-text-gray);line-height:1rem;font-size:1rem}@media (min-width:720px){.tabs-step .tabs__link{font-size:1.375rem;line-height:1.625rem;padding:0.75rem 2rem}}.tabs-step .tabs__link::before{content:'';position:absolute;bottom:0;height:4px;width:100%;left:0;background-color:#ccc;background-color:var(--c-gray-lighter)}.tabs-step .tabs__link:hover{color:#7f7e7e;color:var(--c-text-gray)}.tabs-step .tabs__link.is-active{color:#7f7e7e;color:var(--c-text-gray)}.tabs-step .tabs__link.is-active::before{background-color:#1937ee}.tabs-step .tabs__content{padding:1rem 0.5rem;max-width:62.5rem;margin-left:auto;margin-right:auto}@media (min-width:720px){.tabs-step .tabs__content{padding:1rem 2rem}}.tabs-step .tabs__content p,.tabs-step .tabs__content h2{font-family:"GilroyLight",sans-serif;color:#000;font-weight:400;text-align:center;font-size:1.25rem;line-height:1.5rem}@media (min-width:720px){.tabs-step .tabs__content p,.tabs-step .tabs__content h2{font-size:1.5rem;line-height:1.75rem}}.tabs-step .tabs__content .title-cancel{font-family:"GilroyBold",sans-serif;color:#000;font-size:1.25rem;line-height:1.5rem}@media (min-width:720px){.tabs-step .tabs__content .title-cancel{font-size:1.75rem;line-height:2rem}}.tabs-step .tabs__content form{margin-left:auto;margin-right:auto}@media (min-width:720px){.tabs-step .tabs__content form{padding:1rem 0;max-width:50rem}}.tabs-step .tabs__content form .form_item{font-family:"GilroyLight",sans-serif;font-size:1rem;line-height:1.25rem;display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}@media (min-width:720px){.tabs-step .tabs__content form .form_item{margin-bottom:2rem;font-size:1.125rem;line-height:1.375rem}}.tabs-step .tabs__content form .form_item input[type='radio']{color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border:2px solid #ccc;border-radius:50%;transition:border 0.2s linear;width:1rem;height:1rem;min-width:1rem;min-height:1rem}@media (min-width:720px){.tabs-step .tabs__content form .form_item input[type='radio']{height:1.5rem;width:1.5rem;min-width:1.5rem;min-height:1.5rem;border-width:1.5px}}.tabs-step .tabs__content form .form_item input[type='radio']:checked,.tabs-step .tabs__content form .form_item input[type='radio']:focus,.tabs-step .tabs__content form .form_item input[type='radio']:focus-visible{border:4px solid #1937ee}@media (min-width:720px){.tabs-step .tabs__content form .form_item input[type='radio']:checked,.tabs-step .tabs__content form .form_item input[type='radio']:focus,.tabs-step .tabs__content form .form_item input[type='radio']:focus-visible{border-width:6px}}.tabs-step .tabs__content form .form-actions{display:flex;flex-direction:column;margin-top:2rem}@media (min-width:720px){.tabs-step .tabs__content form .form-actions{margin-top:4rem;flex-direction:row;gap:1.25pxrem;justify-content:center}}.tabs-step .tabs__content--form form .form-item{display:flex;flex-direction:column}.tabs-step .tabs__content--form form .form-actions{margin-top:.5rem;align-items:center}@media (min-width:720px){.tabs-step .tabs__content--form form .form-actions{justify-content:flex-end}}.tabs-step .tabs__content--form form .form-actions .button{min-width:9.3125rem}.tabs-step .tabs__content--form form label{font-size:1rem;padding:0}.tabs-step .tabs__content--form form textarea{border-radius:1rem;border:2px solid #ccc;height:6.25rem;width:100%}@media (min-width:720px){.tabs-step .tabs__content--form form textarea{height:12rem}}.tabs-step .tabs__content--info .tabs__content{max-width:81.25rem;margin:0 auto}.tabs-step .tabs__content--info .tabs__content .title-cancel,.tabs-step .tabs__content--info .tabs__content p{max-width:62.5rem;margin-left:auto;margin-right:auto}.tabs-step .tabs__content .text-term{padding:1rem 0;max-width:50rem;margin:0 auto}.tabs-step .tabs__content .text-term p{font-size:.875rem;line-height:1rem;text-align:justify}.tabs-step .tabs__content .text-term p span,.tabs-step .tabs__content .text-term p b{font-weight:600}.tabs-step .tabs__content .text-term p .link{color:#1937ee;text-decoration:none}.tabs-step .tabs__content .text-term p .link:hover{text-decoration:underline}@media (min-width:720px){.tabs-step .tabs__content .text-term p{font-size:1.125rem;line-height:1.3125rem}}.tabs-step .tabs__content .buttons-content{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media (min-width:720px){.tabs-step .tabs__content .buttons-content{flex-direction:row;justify-content:center}}.card-step,.text-long .card-step{max-width:16.875rem;margin:1rem auto;display:flex;flex-direction:column;align-items:center;height:100%}.card-step__img,.text-long .card-step__img{border-radius:50%;width:5rem;height:5rem;background-color:#e5e5e5;display:flex;justify-content:center;align-items:center}.card-step__img svg,.text-long .card-step__img svg{height:2.5rem;width:2.5rem}.card-step__img img,.text-long .card-step__img img{max-width:2.5rem;width:100%;height:auto}.card-step__title,.text-long .card-step__title{font-family:"GilroyBold",sans-serif;font-size:1.25rem;line-height:1.5625rem;margin-bottom:.5rem;margin-top:1.5rem;color:#000;min-height:4.125rem}@media (min-width:720px){.card-step__title,.text-long .card-step__title{font-size:1.625rem;line-height:1.875rem}}.card-step__description,.text-long .card-step__description{font-family:"GilroyLight",sans-serif;line-height:.875rem;font-size:1rem}@media (min-width:720px){.card-step__description,.text-long .card-step__description{font-size:1.125rem;line-height:1.3125rem}}.card-step__content,.text-long .card-step__content{text-align:center}.cards-clubs{position:relative;left:calc(-1 * (100vw - 100%) / 2);max-width:100vw;width:100vw}.cards-clubs__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(16.5625rem,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(16.5625rem,max-content));gap:1.25rem;justify-content:center;max-width:93.75rem;margin:auto}@media (min-width:720px){.cards-clubs__items{gap:5rem;grid-template-columns:repeat(2,16.5625rem)}}@media (min-width:1300px){.cards-clubs__items{grid-template-columns:repeat(4,16.5625rem);gap:4.375rem}}.p-light,.text-long .p-light{font-size:1rem;line-height:1.25rem;font-family:"GilroyLight",sans-serif}@media (min-width:720px){.p-light,.text-long .p-light{font-size:1.125rem;line-height:1.3125rem}}.card-club-grid{position:relative;left:calc(-1 * (100vw - 100%) / 2);max-width:100vw;width:100vw;margin-top:1.75rem}@media (min-width:920px){.card-club-grid{margin-top:3.375rem}}.layout-builder .card-club-grid{width:100%;left:auto;max-width:100%}.card-club-grid__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(16.5625rem,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(16.5625rem,max-content));gap:1.25rem;justify-content:center;padding:1rem}@media (min-width:720px){.card-club-grid__items{gap:2.5rem}}@media (min-width:1360px){.card-club-grid__items{gap:4.375rem;grid-template-columns:repeat(4,16.5625rem)}}@media (min-width:1470px){.card-club-grid__items{gap:5.625rem}}#block-tabs{margin-top:1rem;margin-bottom:1rem;max-width:1300px;width:100%;margin:0 auto;padding:0 1rem}@media (min-width:480px){#block-tabs{padding:0 1rem}}@media (min-width:1300px){#block-tabs{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}.tabs__link,.tabs__link--local-tasks{background-color:transparent;border:none;color:#333;display:block;font-size:1.1rem;font-weight:600;padding:1em 2.4em;text-align:center;text-decoration:none;transition:color 0.3s}@media (min-width:920px){.tabs__link,.tabs__link--local-tasks{display:inline-block;font-size:0.85rem;padding:0.6em 1.7em;position:relative;top:1px;width:auto}}.tabs__link:hover,.tabs__link--local-tasks:hover{border-bottom:3px solid #00a53b;color:#333}.tabs__link.is-active,.tabs__link--local-tasks.is-active{border-bottom:4px solid #00a53b;border:none;color:#00a53b}@media (min-width:920px){.tabs__link.is-active,.tabs__link--local-tasks.is-active{background-color:transparent;border:none;border-left:none;color:#00a53b;border-bottom:4px solid #00a53b}}.tabs--columnists .tabs__nav li{width:auto}.tabs--columnists .tabs__link,.tabs--columnists .tabs__link--local-tasks{background-color:transparent;border:none;color:#333;display:block;font-size:1.1rem;font-weight:600;padding:1rem;text-align:center;text-decoration:none;transition:color 0.3s}@media (min-width:720px){.tabs--columnists .tabs__link,.tabs--columnists .tabs__link--local-tasks{font-size:1rem;padding:1rem 0.5rem}}@media (min-width:1300px){.tabs--columnists .tabs__link,.tabs--columnists .tabs__link--local-tasks{font-size:1.1rem;padding:1em 2.4em}}@media (min-width:920px){.tabs--columnists .tabs__link,.tabs--columnists .tabs__link--local-tasks{display:inline-block;font-size:0.85rem;padding:1em 2.4em;position:relative;top:1px;width:auto}}.tabs--columnists .tabs__link:hover,.tabs--columnists .tabs__link--local-tasks:hover{border-bottom:3px solid #ff6701;color:#333}.tabs--columnists .tabs__link.is-active,.tabs--columnists .tabs__link--local-tasks.is-active{border-bottom:4px solid #ff6701;border:none;color:#ff6701}@media (min-width:920px){.tabs--columnists .tabs__link.is-active,.tabs--columnists .tabs__link--local-tasks.is-active{background-color:transparent;border:none;border-left:none;color:#ff6701;border-bottom:4px solid #ff6701}}.tabs__nav{list-style:none;margin:0;padding:0;border-bottom:1px solid #333;display:flex;flex-direction:column;margin-bottom:4rem}@media (min-width:720px){.tabs__nav{display:flex;flex-direction:row;margin-bottom:0}}@media (min-width:920px){.tabs__nav{display:flex}}.tabs__nav li{width:100%;text-transform:uppercase}.tabs__tab{display:none}.tabs__tab.is-active{display:block}.tabs__content{padding:1.5rem 0.5rem;position:relative}.tabs.no-js .tabs__tab.is-active{display:block}.tabs__nav--local-tasks{margin:1em 0 0.5em;padding:0}.tabs__link--local-tasks{padding:0.5em 1em;display:block}@media (min-width:480px){.tabs__link--local-tasks{padding:1em 2.4em}}@media (min-width:720px){.tabs__link--local-tasks{padding:0.7em 1em}}@media (min-width:1300px){.tabs__link--local-tasks{padding:1em 2.4em}}.tabs--basic{justify-content:flex-start;flex-wrap:wrap}.tabs--basic li{width:auto;margin-right:2rem}.tabs--basic .tabs__link{padding:0.5rem 0;font-size:1.2rem;font-weight:300}.tabs--compact .tabs__nav{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;border-bottom:none;align-items:center}@media (min-width:920px){.tabs--compact .tabs__nav{flex-direction:row}}.tabs--compact li{width:100%;margin-right:0;max-width:200px}.tabs--compact li:first-child .tabs__link{border-right:none}.tabs--compact li:last-child .tabs__link{border-left:0}.tabs--compact .tabs__link{font-size:1.1rem;border:1px solid #ccc;box-shadow:1px 7px 10px 0 rgba(0,0,0,0.33);background-color:#fff;font-family:'GilroyBold',sans-serif}.tabs--compact .tabs__link.is-active{background-color:#2b4294;color:#fff;border-color:#2b4294}.boletines{border:1px solid #ccc;max-width:800px;margin:0 auto;padding:2rem 0}.boletines__list{padding:1rem 2rem}.boletines .heading{background-color:#00a53b;display:inline-block;color:#fff;padding:0 2rem}.card-information-grid{width:100%;position:relative;margin-top:3.125rem;margin-bottom:4.375rem}@media (min-width:920px){.card-information-grid{margin-top:4.9375rem;width:100vw;left:calc(-1 * (100vw - 100%) / 2);max-width:100vw}}.layout-builder .card-information-grid{width:100%;left:auto;max-width:100%}.card-information-grid__items{display:flex;gap:3rem;flex-direction:column;align-items:center}@media (min-width:920px){.card-information-grid__items{flex-direction:row;justify-content:space-between;max-width:95%;margin-left:auto;margin-right:auto;gap:0 4rem;padding:1rem}}@media (min-width:1300px){.card-information-grid__items{gap:0 6rem}}@media (min-width:1360px){.card-information-grid__items{gap:0 12rem}}@media (min-width:1470px){.card-information-grid__items{max-width:80%;gap:0 6rem}}.card-list{display:block}.card-article-carousel__content{display:flex;flex-flow:column nowrap}.card-article-carousel__title{font-family:Faustina,serif;font-size:32px;font-weight:400;line-height:45.36px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#2B4293}.card-article-carousel__title::before{content:'';display:inline-block;width:3px;height:1.5rem;background-color:#0046d5;margin-right:10px}.slick--carrusel-especiales-editores{width:300px;margin:auto}.slick--carrusel-especiales-editores .card-article-photo__content{width:100%;display:flex;flex-direction:column;padding-left:10px}.slick--carrusel-especiales-editores .card-article-photo__content .title{text-decoration:none}.slick--carrusel-especiales-editores .card-article-photo__content .title .card-article-photo__heading-link{min-height:inherit;text-transform:uppercase;font-family:'GilroyBold',serif;font-style:normal;font-weight:400;font-size:15px;line-height:19px;color:#000}.slick--carrusel-especiales-editores .card-article-photo__content .link-image{display:inline-block;position:relative;max-width:250px;height:auto;overflow:hidden}.slick--carrusel-especiales-editores .card-article-photo__content .link-image img{width:auto}.slick--carrusel-especiales-editores .text-content{max-height:200px;overflow:hidden}.slick--carrusel-especiales-editores .text-content .text-long{margin-right:auto;font-family:'GilroySemiBold',serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#000}.slick--carrusel-especiales-editores .text-content .author{color:#000;font-family:'GilroyMedium',serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px}.slick--carrusel-especiales-editores .text-content .btn-primary{text-decoration:none}.slick--carrusel-especiales-editores .text-content .btn-primary p{font-family:'GilroyMedium',serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:center;color:#1937ee}.slick--carrusel-especiales-editores .slick-track{display:flex;-moz-column-gap:1.31rem !important;column-gap:1.31rem !important}.slick--carrusel-especiales-editores .slick-slide{overflow:visible;margin:0;width:33rem !important}.slick--carrusel-especiales-editores .slick-slide .views-row{height:100%}.nav-container{max-width:1300px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.nav-container .nav{display:flex;align-content:center;justify-content:space-between}.nav-container .nav .arrow-left{left:-15px}.nav-container .nav .arrow-right{right:-15px}.nav-container .nav .arrow-left,.nav-container .nav .arrow-right,.nav-container .nav .nav.arrows{font-size:50px;color:#2b4294;border:none;border-radius:50%;width:40px;height:40px;line-height:40px;text-align:center;-webkit-font-smoothing:antialiased;z-index:1;top:120px}.nav-container .nav .bi-arrow-left-short::before{content:"";display:inline-block;width:30px;height:30px;background-image:url(/themes/custom/ambitojuridico/images/icons/back-arrow.svg);background-size:contain;background-repeat:no-repeat}.nav-container .nav .bi-arrow-right-short::before{content:"";display:inline-block;width:30px;height:30px;background-image:url(/themes/custom/ambitojuridico/images/icons/next-arrow.svg);background-size:contain;background-repeat:no-repeat}.header--anonymous .nav,.header--free .nav,.page-node-landing_page .nav{position:relative}.header--anonymous .nav .arrow-left,.header--anonymous .nav .arrow-right,.header--anonymous .nav .nav.arrows,.header--free .nav .arrow-left,.header--free .nav .arrow-right,.header--free .nav .nav.arrows,.page-node-landing_page .nav .arrow-left,.page-node-landing_page .nav .arrow-right,.page-node-landing_page .nav .nav.arrows{top:50px;cursor:pointer}.header--anonymous .nav .bi-arrow-left-short::before,.header--free .nav .bi-arrow-left-short::before,.page-node-landing_page .nav .bi-arrow-left-short::before{position:absolute;bottom:235px;right:400%}.header--anonymous .nav .bi-arrow-right-short::before,.header--free .nav .bi-arrow-right-short::before,.page-node-landing_page .nav .bi-arrow-right-short::before{position:absolute;bottom:235px;left:400%}.comments{display:block}.comments__heading{text-transform:uppercase;width:calc(100% - 105px);display:flex;line-height:1.5rem;font-family:"GilroyBold",sans-serif;color:#000}.comments__heading::after{content:'';display:block;width:calc(100% - 215px);border-bottom:1px solid #ccc;margin-left:10px}.comments__header{display:flex;align-items:baseline;margin-bottom:1rem}.comments__header .button--small{background-color:#2b4294;border-color:#2b4294;text-transform:none;line-height:1.5rem;box-shadow:0 4px 4px 0 rgba(0,0,0,0.5)}.section-content{display:block;max-width:1300px;margin-left:auto;margin-right:auto}@media (min-width:720px){.section-content{display:grid}}.section--container-sm{max-width:800px;margin-left:auto;margin-right:auto}.section--container-md{width:1200;margin-left:auto;margin-right:auto}.section--container-lg{max-width:1300px;margin-left:auto;margin-right:auto;padding:0}.section--full-width{width:100vw;position:relative;left:calc(-1 * (100vw - 100%) / 2)}.section--2-col .section-content{grid-template-columns:1fr 1fr}.section--2-col .section-content.grid-subscription{grid-template-columns:50% 50%;max-width:81.25rem;margin:auto}@media (min-width:1500px){.section--2-col .section-content.grid-subscription{max-width:80%}}.section--2-col--33-67 .section-content{grid-template-columns:0.33fr 0.67fr}.section--2-col--67-33 .section-content{grid-template-columns:62% 34%}.section--2-col--25-75 .section-content{grid-template-columns:minmax(0,0.25fr) minmax(0,0.75fr)}.section--2-col--75-25 .section-content{grid-template-columns:0.75fr 0.25fr;grid-gap:0}@media (min-width:720px){.section--2-col--75-25 .section-content{grid-template-columns:1fr 1fr;grid-gap:2rem}}@media (min-width:1300px){.section--2-col--75-25 .section-content{grid-template-columns:0.75fr 0.25fr;grid-gap:4rem}}.section--3-col .section-content{grid-template-columns:1fr 1fr 1fr}.section--3-col--25-50-25 .section-content{grid-template-columns:0.25fr 0.5fr 0.25fr}.section--3-col--25-25-50 .section-content{grid-template-columns:0.25fr 0.25fr 0.5fr}.section--3-col--50-25-25 .section-content{grid-template-columns:0.5fr 0.25fr 0.25fr}.section--4-col .section-content{grid-template-columns:1fr 1fr 1fr 1fr}.grid-subscription{display:flex;flex-direction:column;justify-content:center;gap:1.5rem 1rem}@media (min-width:1024px){.grid-subscription{display:grid;grid-template-columns:50% 50%}.grid-subscription .container-plans{margin-top:3.8125rem}}@media (min-width:1360px){.grid-subscription{gap:1.5rem}}.grid__item{flex:1 1 100%;margin-bottom:2rem}@media (min-width:920px){.grid__item{margin:0 2rem 0 0;flex-basis:30%}}.grid__item:last-child{margin-right:0}.grid__item--example{background-color:#e5e5e5;background-color:var(--c-highlight-high);padding:4rem}.view-legis-opinion-columnists .views-infinite-scroll-content-wrapper{display:grid;row-gap:1rem;grid-template-columns:100%}@media (min-width:720px){.view-legis-opinion-columnists .views-infinite-scroll-content-wrapper{grid-template-columns:repeat(2,1fr);-moz-column-gap:2rem;column-gap:2rem;row-gap:2rem}}@media (min-width:920px){.view-legis-opinion-columnists .views-infinite-scroll-content-wrapper{grid-template-columns:repeat(3,1fr)}}.grid{display:grid;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media (min-width:720px){.grid--col-2,.view.col-2 .view__content{grid-template-columns:repeat(2,50%)}}@media (min-width:720px){.grid--col-3,.view.col-3 .view__content{grid-template-columns:repeat(2,50%)}}@media (min-width:920px){.grid--col-3,.view.col-3 .view__content{grid-template-columns:repeat(3,33.3333%)}}@media (min-width:720px){.grid--col-4,.view.col-4 .view__content{grid-template-columns:repeat(2,65%)}}@media (min-width:920px){.grid--col-4,.view.col-4 .view__content{grid-template-columns:repeat(4,25%)}}.grid--autofit{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.views-row--home .views-col{padding:0.5rem;width:100% !important}@media (min-width:720px){.views-row--home .views-col{width:33.333333333333% !important}}.views-row--home .views-col.col-2{border-left:none;border-right:none}@media (min-width:720px){.views-row--home .views-col.col-2{border-left:1px solid #ccc;border-right:1px solid #ccc}}.grid-multimedia{display:grid;grid-template-columns:67% 33%;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid #ccc}.grid-multimedia__item{margin-bottom:1rem}.grid-multimedia__item:first-child{grid-column:1;grid-row:1 / span 2;position:relative}.grid-multimedia__item:first-child article{height:100%}.grid-multimedia__item:first-child article>div{position:relative;height:calc(100% - 400px)}.grid-multimedia__item:first-child article>div .card-multimedia{height:100%;position:relative}.grid-multimedia__item:first-child article>div .card-multimedia__content{height:100%;padding:2rem 1rem}.grid-multimedia__item:first-child article>div .card-multimedia__content h2{max-width:70%}.grid--2{margin:0 0 2rem}.grid--2 .view-content{display:grid;row-gap:1rem;grid-template-columns:1fr}@media (min-width:720px){.grid--2 .view-content{grid-template-columns:repeat(2,1fr);-moz-column-gap:2rem;column-gap:2rem;row-gap:2rem}}.grid--3{margin:0 0 2rem}.grid--3 .view-content{display:grid;row-gap:1rem;grid-template-columns:1fr}@media (min-width:720px){.grid--3 .view-content{grid-template-columns:repeat(2,1fr);-moz-column-gap:2rem;column-gap:2rem;row-gap:2rem}}@media (min-width:920px){.grid--3 .view-content{grid-template-columns:repeat(3,1fr)}}.grid--4{margin:0 0 2rem}.grid--4 .view-content{display:grid;row-gap:1rem;grid-template-columns:1fr}@media (min-width:720px){.grid--4 .view-content{grid-template-columns:repeat(2,1fr);-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}}@media (min-width:920px){.grid--4 .view-content{grid-template-columns:repeat(4,1fr)}}.view{display:block}.view__header{position:relative}.view__link{text-decoration:none;color:#e7004c;font-size:1.25rem}.view__content{display:block}.view.col-2 .view__content{display:grid;row-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.view.col-3 .view__content{display:grid;row-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.view.col-4 .view__content{display:grid;row-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.view.band-featured{display:none;text-transform:uppercase}@media (min-width:720px){.view.band-featured{display:flex;justify-content:center}}.view.band-featured .view__header h2{font-size:1rem;color:#002e72;font-family:"GilroyBold",sans-serif;margin:0.5rem}.view.band-featured .view__content{margin-left:1rem;align-items:center;display:flex;-moz-column-gap:1rem;column-gap:1rem}.view.band-featured .view__content .card-tag__heading{font-size:1rem;margin:0.5rem}.view.band-featured .view__content a{color:#1937ee;text-decoration:none}.view.band-featured .view__content a:hover{color:#002e72;text-decoration:underline}.view.band-carousel{margin:0 0.5rem 1rem;border-top:none;border-bottom:none;display:block;justify-content:inherit;align-items:center}@media (min-width:720px){.view.band-carousel{display:flex;border-top:1px solid #888;border-bottom:1px solid #888}}.view.band-carousel .view__header h2{display:block;background:#1937ee;margin:0;padding:0.4rem;color:white;text-transform:uppercase;font-size:0.8rem;margin-top:-2px;margin-bottom:-2px;font-family:'GilroyMedium',sans-serif}.view.band-carousel .view__content{width:100%}@media (min-width:720px){.view.band-carousel .view__content{width:calc(100% - 180px)}}.view.band-carousel .view__content h2{font-size:0.9rem;margin:0;padding:9px 25px 0;line-height:1;text-align:left}.view.band-carousel .view__content h2 .tweet-autor{color:#1937ee}.view.band-carousel .view__content h2.slide__title a{text-decoration:none;color:#333;font-weight:400;text-transform:uppercase}.view.band-carousel .view__content .slick-track{display:flex;align-items:center}.view.band-carousel .view__content .slide__grid{padding:0}.view.band-carousel .view__footer a{text-transform:uppercase;font-size:0.9rem;display:none}@media (min-width:720px){.view.band-carousel .view__footer a{display:block}}.view.cta-top .view__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.view.cta-top .view__header h2{flex-grow:1;color:#000;font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.8rem;line-height:1.4;margin:0 0 0.5em;width:auto}.view.cta-top .view__header h2__link{color:inherit}.view.cta-top .view__header h2__link:hover{color:inherit}.view.cta-top--bottom-line .view__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.view.cta-top--bottom-line .view__header h2{flex-grow:1;color:#000;font-family:"GilroyBold",sans-serif;font-weight:700;font-style:normal;font-size:1.8rem;line-height:1.4;margin:0 0 0.5em;width:auto;font-family:GothamMedium,serif;font-size:32px;font-weight:500;line-height:34.78px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.view.cta-top--bottom-line .view__header h2__link{color:inherit}.view.cta-top--bottom-line .view__header h2__link:hover{color:inherit}.view.cta-top--bottom-line .view__header h2::before{content:'·';color:#ff6701;line-height:0.4;font-family:"GilroyBold",sans-serif;font-size:3.5rem;display:inline-block;margin-right:0.3rem;height:15px;width:15px;position:relative;top:.7rem}.view.cta-top--bottom-line .view__header h2::after{content:' ';border-bottom:1px solid #888;display:none;height:26px;margin:0 1rem}@media (min-width:720px){.view.cta-top--bottom-line .view__header h2::after{display:inline-flex;flex-grow:1;width:79%}}.view.col-2-green-line .view__content{display:flex;flex-direction:column;position:relative}@media (min-width:720px){.view.col-2-green-line .view__content{flex-direction:row;justify-content:space-between;-moz-column-gap:2rem;column-gap:2rem;display:flex;flex-wrap:wrap;max-width:900px;margin:0 auto}}.view.col-2-green-line .view__content .views-row{flex-basis:100%;padding:0}@media (min-width:720px){.view.col-2-green-line .view__content .views-row{flex-basis:47%;padding:0 1rem}}.view.col-2-green-line .view__content::before{content:'';position:absolute;left:50%;width:4px;margin-left:-2px;height:100%;background-color:#00a53b;display:none}@media (min-width:720px){.view.col-2-green-line .view__content::before{display:block}}.view.col-2-featured .view__content{display:grid;grid-template-columns:1fr;-moz-column-gap:2rem !important;column-gap:2rem !important;row-gap:2rem}@media (min-width:720px){.view.col-2-featured .view__content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1300px){.view.col-2-featured .view__content{grid-template-columns:repeat(4,1fr);row-gap:1rem}}.view.col-2-featured .view__content .views-row:first-child{grid-column:inherit;grid-row:inherit}@media (min-width:1300px){.view.col-2-featured .view__content .views-row:first-child{grid-column:1/4;grid-row:1/3}}.day-bulletin{border:1px solid #ccc;max-width:900px;margin:2rem auto}.day-bulletin .view__header h2{background-color:#00a53b;display:inline-block;color:white;padding:0 2rem}.day-bulletin .header__wrapper{padding:1rem;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;align-items:center}.day-bulletin .header__wrapper a{color:#1937ee;font-size:0.9rem}.day-bulletin .header__newsletter_logo{display:block;width:175px;height:75px;background:url(/themes/custom/ambitojuridico/images/logo-lm.jpg) no-repeat;background-size:contain}.day-bulletin .view__content{padding:2rem}.node{display:block}.node__heading{padding-bottom:1rem}.node__heading .paragraph--date{margin-bottom:0;font-size:0.8rem;color:#888}.node__heading .paragraph--author-name{margin-bottom:0}.node__heading h2.h2.h2--,.node__heading .text-long h2.h2--,.text-long .node__heading h2.h2--{line-height:2rem;color:#000}.no-zone-12 img{width:100%}.footer{color:#fff;font-size:0.9rem}.footer__first{background-color:#1937ee}.footer__first .footer__inner{display:flex}.footer__first .footer__inner img{width:auto}.footer__second{background-color:#002e72;font-size:0.8rem;padding:1rem 0}.footer__second .footer__inner{display:flex;justify-content:space-around;align-items:center;opacity:0.65}.footer__inner{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem;display:flex;flex-flow:column nowrap}@media (min-width:480px){.footer__inner{padding:0 1rem}}@media (min-width:1300px){.footer__inner{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}@media (min-width:920px){.footer__inner{flex-direction:row}}.footer__content{display:block;width:100%;padding-left:0}@media (min-width:920px){.footer__content{display:flex;padding-left:5rem}}.footer__content>div{padding:3rem 1rem 2rem}.footer__content>div:last-child{width:34%}.footer__content ul{list-style:none;margin:0;padding:0;padding-bottom:1rem}.footer__content ul .footer-menu__link--with-sub{font-weight:700;padding-bottom:1rem;display:block;font-size:1rem}.footer .logo .logo-link{background-image:url(/themes/custom/ambitojuridico/images/isotipo.svg);background-repeat:no-repeat;background-position:top center;background-size:100%;width:95px;display:block;padding-top:45px}.footer .logo__image{padding-left:2px}.footer .logo__image::before{content:'';background-image:url(/themes/custom/ambitojuridico/images/isotipo.svg);height:30px;width:95px}.footer a{color:#fff;text-decoration:none}.footer h3{margin-top:0}.footer__contact .footer__menu-title{font-family:'GilroyBold',sans-serif}.footer__social{margin-bottom:1rem}@media (min-width:920px){.footer__social{flex:0 1 30%;margin-bottom:0;margin-right:1rem}}.footer__social h3{margin:0 0 1rem;font-size:1rem}.footer__social ul.menu{list-style-type:none;margin:0;padding:0;display:flex}.footer__social ul.menu li{display:flex;justify-content:center;align-items:center}.footer__social ul.menu li a{height:30px;width:30px;background-color:#fff;text-indent:-99999px;margin:0 0.5rem;border-radius:50%;background-position:center;background-size:20px;background-repeat:no-repeat;display:inline-block;opacity:0.6;transition:all .3s ease-in-out}.footer__social ul.menu li a:hover{opacity:1;transition:all .3s ease-in-out}.footer__social ul.menu li a.twitter{background-image:url(/themes/custom/ambitojuridico/images/icons/twitter.svg)}.footer__social ul.menu li a.instagram{background-image:url(/themes/custom/ambitojuridico/images/icons/instagram.svg)}.footer__social ul.menu li a.linkedin{background-image:url(/themes/custom/ambitojuridico/images/icons/linkedin.svg)}.footer__social ul.menu li a.facebook{background-image:url(/themes/custom/ambitojuridico/images/icons/facebook.svg)}.footer__social ul.menu li a.youtube{background-image:url(/themes/custom/ambitojuridico/images/icons/youtube.svg)}.footer-nav>.footer-menu{font-weight:bold}@media (min-width:920px){.footer__menu{flex:1 1 100%;margin-left:auto;text-align:right}}.contact__info{border-top:1px solid #fff}.contact__info p{margin:0.5rem 0}.contact__info p strong{font-family:'GilroyBold',sans-serif}.footer__menu-legal ul{list-style:none;margin:0;padding:0;display:flex}.footer__menu-legal ul li a{padding:0.5rem 1rem}.footer__menu-legal ul li:last-child{margin-left:20px}.header{position:fixed;width:100%;top:0;z-index:99;box-shadow:0px 4px 10px 0px #0000001A}@media (min-width:720px){.header{position:relative}}.header__inner{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem;display:flex;height:54px}@media (min-width:480px){.header__inner{padding:0 1rem}}@media (min-width:1300px){.header__inner{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}@media (min-width:720px){.header__inner{height:auto}}.header__top{color:#2d2d2d;padding:0;position:absolute;right:0;z-index:90;background:#fff}@media (max-width:720px){.header__top{left:3rem;right:unset;width:90%}}@media (min-width:720px){.header__top{position:relative;right:initial;padding:0.8rem}}.header__top .header__inner{flex-flow:wrap}@media (min-width:720px){.header__top .header__inner{flex-flow:initial;justify-content:space-between;align-items:center;padding:0}}@media (min-width:1300px){.header__top .header__inner{flex-flow:wrap}}@media (max-width:720px){.header__top .header__inner .header__primary{display:flex;flex-direction:row-reverse;justify-content:space-between;flex-wrap:nowrap}}@media (max-width:460px){.header__top .header__inner .header__primary{justify-content:space-between}}.header__bar{background-color:white;color:#2b4294}.header__bar .header__inner{justify-content:space-between;position:relative}@media (min-width:720px){.header__bar .header__primary{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;border-top:1px solid #BFBFBF;padding:1rem}}.header__update{font-family:GothamBook;color:#4B4A4A;font-size:16px;padding:0.9rem 0 0;width:100%;display:none}@media (min-width:720px){.header__update{width:30.5%;display:block;padding:0;font-size:16px}}@media (min-width:1300px){.header__update{width:auto;max-width:33%;font-size:16px}}.header__update>div>div>div{display:flex}.header__login{width:100%;text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:1rem}@media (min-width:720px){.header__login{width:70%;max-width:70%}}@media (max-width:720px){.header__login{gap:0.3rem}}@media (min-width:720px) and (orientation:landscape){.header__login{width:80%;max-width:80%}}@media (min-width:1300px){.header__login{width:70%;max-width:70%}}.header__login .button--yellow{box-shadow:0 5px 5px -2px rgba(0,0,0,0.35);background-image:url(/themes/custom/ambitojuridico/images/icons/icon-ntb-head.svg);background-position:12px center;background-size:20px;background-repeat:no-repeat;padding-left:2.5rem;font-family:'GilroyBold',sans-serif;font-size:0.9rem;color:#000;display:none}.header__login .button--yellow.button--small{margin-bottom:0}@media (min-width:720px){.header__login .button--yellow{display:inline-block;font-size:0.7rem;line-height:1.5}}@media (min-width:720px) and (max-width:819px){.header__login .button--yellow{background-image:none;padding-left:5px}}@media (min-width:820px) and (max-width:938px){.header__login .button--yellow{background-image:none;padding-left:9px}}@media (min-width:720px) and (orientation:landscape){.header__login .button--yellow{font-size:10px;line-height:2rem}}@media (min-width:1300px){.header__login .button--yellow{font-size:0.9rem;line-height:2rem}}.header__login .button--yellow:hover{color:#fff;background-image:url(/themes/custom/ambitojuridico/images/icons/icon-ntb-head-w.svg)}.header__login .button--yellow:active{color:#000}.header__login .button--green{box-shadow:0 5px 5px -2px rgba(0,0,0,0.35);background-color:#00a53b;background-image:url(/themes/custom/ambitojuridico/images/icons/icon-ntb-head.svg);background-position:12px center;background-size:20px;background-repeat:no-repeat;border-color:#00a53b;padding-left:2.5rem;font-family:'GilroyBold',sans-serif;font-size:0.9rem;color:#fff;margin-right:2rem;display:none}@media (min-width:720px){.header__login .button--green{display:inline-block;font-size:0.7rem;line-height:1.5;margin-right:1rem}}@media (min-width:720px) and (max-width:938px){.header__login .button--green{padding:0 5px;background-image:none}}@media (min-width:720px) and (orientation:landscape){.header__login .button--green{font-size:10px;line-height:2rem;margin-right:10px}}@media (min-width:1300px){.header__login .button--green{font-size:0.9rem;line-height:2rem;margin-right:2rem}}.header__login .button--white{background-image:url(/themes/custom/ambitojuridico/images/icons/user-circle.svg) !important;background-repeat:no-repeat;background-position:left 10px center;background-size:25px;border-color:#1937ee;margin:0 0 0 1rem;color:#1937ee;background-color:#fff;padding:.5rem 1rem;padding-left:2.5rem;border-radius:30px;font-weight:bold;text-align:center}.header__login .button--celeste{font-family:'GilroyBold',sans-serif;font-size:16px;color:#fff;background-color:#DB0048;border-color:#DB0048;padding:1rem 2rem;line-height:1;border-radius:30px}@media (max-width:720px){.header__login .button--celeste{padding:0.5rem 1rem}}@media (max-width:460px){.header__login .button--celeste{padding:0px;font-size:9px}}.header__login .button--blue{font-family:'GilroyBold',sans-serif;font-size:0.7rem;color:#1937ee;background-color:#fff;border-color:#fff;padding:0.4rem;line-height:1}@media (min-width:720px){.header__login .button--blue{font-size:0.9rem;color:#fff;background-color:#1937ee;border-color:#1937ee;padding:0 16px;line-height:2;line-height:2rem}}.header__login .button--blue.paute-aqui{display:none}@media (min-width:720px) and (orientation:landscape){.header__login .button--blue.paute-aqui{margin-right:10px;font-size:10px;padding:0 6px}}@media (min-width:1300px){.header__login .button--blue.paute-aqui{margin-right:2rem;font-size:0.9rem}}.header__login .menu-options{position:relative;margin-left:1rem;z-index:10}@media (max-width:720px){.header__login .menu-options{position:absolute;margin-left:0rem;right:36px}}.header__login .menu-options:hover .menu-options-lists{display:block}.header__login .menu-options_user-name{color:transparent;background-color:transparent;border:none;text-transform:capitalize;padding-right:1.3rem}@media (min-width:1300px){.header__login .menu-options_user-name{line-height:2rem;font-size:1rem}}.header__login .menu-options_user-name strong{font-family:'GilroyBold',sans-serif}.header__login .menu-options_user-name::after{background-image:url(/themes/custom/ambitojuridico/images/icons/icon-arrow-menu-responsive.svg) !important;content:"";width:13px;color:#2b4293;height:8px;background-repeat:no-repeat;position:absolute;top:20px;right:15px}@media (max-width:720px){.header__login .menu-options_user-name::after{top:13px;right:-25px}}.header__login .menu-options_user-name .initials{display:block;background-color:#ff6701;width:40px;height:40px;border-radius:60%;position:absolute;top:-7px;z-index:10;color:#fff;line-height:43px}@media (min-width:720px){.header__login .menu-options_user-name .initials{display:none}}.header__login .menu-options_user-name .full-name{display:none}@media (min-width:720px){.header__login .menu-options_user-name .full-name{display:inline-block}}.header__login .menu-options-lists{margin:0;position:absolute;display:none;background-color:#fff;width:225px;padding:1rem;box-sizing:border-box;border:1px solid #ccc;border-radius:5px;right:0px}.header__login .menu-options-lists li{list-style:none;padding:0.5rem 1rem;text-align:left}.header__login .menu-options-lists li a{text-decoration:none;color:#2b4294}.header__login .menu-options-lists li a:hover,.header__login .menu-options-lists li a:active{font-weight:500;font-family:'GilroyBold',sans-serif}.header__login .menu-options-lists li:last-child{border-bottom:none}.header__primary{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:0;align-items:center;width:100%}@media (min-width:1300px){.header__primary{width:auto}}@media (min-width:720px){.header__primary{z-index:4;position:relative;width:100%;justify-content:space-between}}.header__branding{max-width:300px;padding:0.5rem 0;order:2}@media (max-width:720px){.header__branding{margin:0}}@media (min-width:720px){.header__branding{order:initial}}.header__branding .logo-link{display:flex;justify-content:flex-start;text-decoration:none}.header__branding .logo-link .logo__image{width:100px;z-index:2}@media (min-width:720px){.header__branding .logo-link .logo__image{width:200px}}.header__search--mobile{display:none;font-size:16px;z-index:101}.header__search--mobile .reg-container{padding-top:0px;border-top:solid 1px #EBEBEB}.header__search--mobile .btnreg{margin-top:10px;position:relative;background-color:#DB0048 !important;width:80%;margin-left:10%;border:none}@media (max-width:720px){.header__search--desktop{display:none}}@media (min-width:720px){.header__search{top:9px;width:330px;align-items:center;transform:none;visibility:visible;left:initial;right:0;z-index:3}.header__search:hover{z-index:5}}@media (min-width:1300px){.header__search{top:9px;width:400px;align-items:center;transform:none;visibility:visible;left:initial;right:0;z-index:3}.header__search:hover{z-index:5}}.header__search h2{display:none}.header__search form{width:100%;padding-left:1rem}.header__search form .form-item{margin-bottom:0;max-width:100%;width:100%;display:flex;justify-content:flex-start;padding-top:5px}@media (max-width:720px){.header__search form .form-item{width:85%}}.header__search form .form-item input{width:100%;border:none;padding-left:2.5rem !important;background-image:url(/themes/custom/ambitojuridico/images/icons/search.svg);background-repeat:no-repeat;background-position:9px;background-size:20px;transition:all .3s ease-in-out}@media (max-width:720px){.header__search form .form-item input{min-width:auto;position:relative;left:10px;border-radius:20px}}@media (min-width:720px){.header__search form .form-item input{padding-left:28px !important;height:2.5rem;border-radius:3rem;border:1px solid #e5e5e5}}.header__search form .form-item input:focus{outline:none}.header__search form .form-item input.input-has-value{width:100%;padding-left:2.5rem !important;font-size:0.8rem}.header__search .views-exposed-form{width:100%}.header__search #views-exposed-form-search-results-page-1.is-open .form-text{width:100%;padding-left:2.5rem;text-indent:0}.header__search.search--open{visibility:visible;display:block;position:absolute;width:80%}.header__search.search--open .block{position:relative;left:0px;padding-bottom:5px}@media (min-width:720px){.header__search.search--open{transform:translateX(0)}}@media (max-width:720px){.header__search.search--open{margin-top:3.5rem}}.header__search.search--open form{width:100%;padding-left:0}.header__search.search--open .form-item input{width:100%;border:none;padding-left:2.5rem !important}.header--free .header__bar .logo-link::after,.header--free .header__top .logo-link::after{content:'Gratuito';background-color:#ffb71b;display:block;height:18px;padding:2px 4px;line-height:15px;font-size:12px;text-decoration:none;color:#fff;border-radius:2px;margin-top:3px}.header--pro .header__bar{background-color:#000}.header--pro .header__bar .logo-link::after{content:'Profesional';background-color:#ff6701;display:block;height:18px;padding:2px 4px;line-height:15px;font-size:12px;text-decoration:none;color:#fff;border-radius:2px;margin-top:3px}.header--pro .header__menu .main-nav .menu .main-menu__link{background-color:#000}@media (max-width:768px){.header--pro .header__menu .main-nav .menu .main-menu__link{border-bottom-color:#464646 !important}}.header--pro .header__menu .main-nav .menu .main-menu__link:hover{background-color:#000}.header--pro .header__menu .main-nav .menu .menu-son-content{border-top:1px solid #464646;background-color:#000}.section.header{position:initial;display:initial}.section.header .row div:first-child{padding:3rem 2rem !important;border-radius:0;margin-bottom:2rem}.section.tema,.sections.tema{padding:0 1rem}@media (min-width:720px){.section.tema,.sections.tema{padding-top:50px;padding-bottom:50px}}.section.tema .col,.sections.tema .col{border:0}.section.tema .card h4,.sections.tema .card h4{font-size:1.5rem}.section.tema .card p,.sections.tema .card p{font-size:1rem;line-height:1.6}.section.tema .card a,.sections.tema .card a{margin:0}.top_header_region .top_header_region_content{max-width:1300px;margin-left:auto;margin-right:auto}.notification-container{position:relative;display:inline-block;display:flex;align-items:center}.notification-icon{width:25px;cursor:pointer}.badge{position:absolute;top:0;right:0;background-color:#0000FF;color:white;border-radius:50%;padding:2px 5px;font-size:12px}.tooltip{position:absolute;top:-65px;right:0;background-color:#0000FF;color:white;padding:10px;border-radius:8px;font-size:12px;display:none;width:200px}.tooltip p{padding-right:5px}.tooltip::after{content:'';position:absolute;bottom:-10px;right:10px;border-width:10px;border-style:solid;border-color:#0000FF transparent transparent transparent}.tooltip .close-btn{position:absolute;top:5px;right:8px;cursor:pointer;font-weight:bold}.notification-container:hover .tooltip{display:block}.header__login{width:auto !important;max-width:-webkit-fit-content !important;max-width:-moz-fit-content !important;max-width:fit-content !important}.header__login .button--white-user{background-image:url(/themes/custom/ambitojuridico/images/icons/user-circle.svg) !important;background-repeat:no-repeat;background-position:left 10px center;background-size:22px;border-color:#3170FF;color:#3170FF;background-color:#fff;border-radius:24px;font-weight:bold;border:solid 2px;height:44px;padding-left:40px;padding-right:30px}@media (max-width:720px){.header__login .button--white-user{background:none !important;border:none !important;color:inherit !important;top:10px;position:relative}}.header__login .full-name{position:relative;top:3px;white-space:nowrap}@media (max-width:560px){.header__login .openid-connect-login-form{padding:0 0rem}.header__login .openid-connect-login-form input[type="submit"]{color:transparent;text-shadow:none;background-color:transparent;margin:0;padding:0;border:none;width:33px}.header__login .button--celeste{font-size:11px;padding:0.2rem 0rem;width:83px;height:18px}}#header__bar_sticky{position:fixed;top:0;left:0;width:100%;background:#ffffff;padding:10px;visibility:hidden;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;box-shadow:0px 4px 10px 0px #0000001A}#header__bar_sticky .header__inner{max-width:1400px}@media (min-width:1400px){#header__bar_sticky .header__inner{padding-left:calc(1rem + calc(-50vw + calc(1400px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1400px / 2)))}}@media (max-width:460px){#header__bar_sticky{padding-left:10px}}@media (min-width:720px){#header__bar_sticky .header__menu ul.menu li:hover>div.menu-son-content{display:block;position:fixed}}#header__bar_sticky .header__branding{padding:0.5rem 0;padding:0.5rem 0;margin:unset;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}#header__bar_sticky .header__search_sticky{margin:unset;height:24px}#header__bar_sticky .header__search_sticky img{width:24px;height:24px}.layout-container .main__bottom h2{max-width:100%;width:100%}.layout-sections__left-content{width:100%;display:inline-block;vertical-align:top}@media (min-width:720px){.layout-sections__left-content{width:65%}}.main-sidebar-second{width:100%}@media (min-width:720px){.main-sidebar-second{width:28%;order:2}}.highlight-top{margin:2rem 0;margin-top:5rem}@media (min-width:720px){.highlight-top{margin-top:0}}@media (min-width:1300px){.highlight-top{margin-top:0}}.highlight-top .container{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem}@media (min-width:480px){.highlight-top .container{padding:0 1rem}}@media (min-width:1300px){.highlight-top .container{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}.layout-sections__right-content{width:100%;display:inline-block;margin-left:0;padding-left:0;border-left:none;vertical-align:top}@media (min-width:720px){.layout-sections__right-content{width:30%;margin-left:2%;padding-left:2%;border-left:1px solid #ccc}}.layout-sections__right-content h2{color:#1937ee}.main{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem;margin-bottom:4em}@media (min-width:480px){.main{padding:0 1rem}}@media (min-width:1300px){.main{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}@media (min-width:720px){.main{margin-top:0}}@media (min-width:920px){.main{display:flex}}@media (min-width:720px){.main.main--with-sidebar>a#main-content{display:none}}@media (min-width:720px){.main.main--with-sidebar{display:grid;grid-template-columns:35% 60%;grid-column-gap:1rem}}@media (min-width:1300px){.main.main--with-sidebar{grid-template-columns:25% 72%}}.main.main--with-two-sidebar .main-content{padding:0}@media (min-width:720px){.main.main--with-two-sidebar .main-content{padding:0 2rem}}.main__bottom{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem}@media (min-width:480px){.main__bottom{padding:0 1rem}}@media (min-width:1300px){.main__bottom{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}.main-sidebar{margin-bottom:2rem}@media (min-width:920px){.main-sidebar{width:100%;margin-bottom:0;margin-top:3rem;display:flex;justify-content:center}}.page-node-landing_page .main-content{margin-top:0}.main-content{width:100%;margin-top:6rem}@media (min-width:720px){.main-content{margin-top:3rem}}@media (min-width:1300px){.main-content{margin:0}}.page-node-deflt .main-content{width:100%;position:relative}@media (min-width:720px){.page-node-deflt .main-content{justify-content:space-between;padding:0;width:100%;margin-top:0}}@media (min-width:1300px){.page-node-deflt .main-content{justify-content:space-between;padding:0;width:100%;margin-top:0}}.page-node-deflt .main-content table{width:100%}.page-node-deflt .main-sidebar{width:100%;margin:0}@media (min-width:720px){.page-node-deflt .main-sidebar{max-width:200px}}.page-node-deflt .main-sidebar-second{display:none}@media (min-width:720px){.page-node-deflt .main-sidebar-second{display:block;width:100%;max-width:100%;margin:0 !important}}@media (min-width:1300px){.page-node-deflt .main-sidebar-second{display:block;max-width:300px;margin-top:121px}}.page-node-deflt .node .plan-subscribe-news-block{position:absolute;bottom:300px;left:0;opacity:0.98;width:80% !important;border-top:9px solid #DB0048;background-color:#F1F1F1;font-family:"GilroyMedium",sans-serif;padding:27px;display:flex;flex-direction:column;z-index:2;display:flex}.page-node-deflt .node .plan-subscribe-news-block.hidden{display:none}@media (min-width:720px){.page-node-deflt .node .plan-subscribe-news-block{width:calc(100% - 32px)}}.page-node-deflt .node .plan-subscribe-news-block .band__heading{padding:1rem}.page-node-deflt .node .plan-subscribe-news-block .button{background-color:#fff;color:#2b4294;padding:0 2rem;line-height:36px;border-radius:18px;border-color:#888;margin-top:1rem;font-family:'GilroyBold',sans-serif}@media (max-width:560px){.page-node-deflt .node .plan-subscribe-news-block .button{width:auto;height:auto}}.page-node-deflt .node .plan-subscribe-news-block .buttonsContainer{width:100% !important;max-width:100% !important;align-items:center;justify-content:center}@media (max-width:560px){.page-node-deflt .node .plan-subscribe-news-block .buttonsContainer{display:flex;flex-wrap:wrap}}.page-node-deflt .node .plan-subscribe-news-block .ctitle{font-size:24px;color:#1937EE}@media (min-width:720px){.page-node-deflt .node .plan-subscribe-news-block .ctitle{font-size:1.5rem}}.page-node-deflt .node .plan-subscribe-news-block .csubtitle{color:#2B4293;font-family:"GilroyBold",sans-serif;font-size:24px}@media (min-width:720px){.page-node-deflt .node .plan-subscribe-news-block .csubtitle{font-size:1.5rem}}.page-node-deflt article.node.content-access-denied{position:relative}.page-node-deflt article.node.content-access-denied .node__body{height:700px;overflow:hidden}.page-node-deflt .node__heading.deflt__header{display:flex}.page-node-deflt .node__title_header{padding-right:10px;max-width:950px}.page-node-deflt .node__body{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-top:20px}.page-node-deflt .node__body>div{flex:1 1 calc(70% - 20px);min-width:300px}.page-node-deflt .node__body>div:last-child{flex:0 0 28%;max-width:354px;background-color:#ffffff}@media (max-width:768px){.page-node-deflt .node__body{flex-direction:column}.page-node-deflt .node__body>div,.page-node-deflt .node__body>div:last-child{flex:1 1 100%;max-width:100%}}.page-node-deflt .premium-access{text-align:right;margin:20px 0;display:flex;justify-content:flex-end;flex-wrap:wrap;align-items:flex-start}.page-node-deflt .premium-access .label-master{background-color:#2b4294;color:#fff;font-size:12px;padding:0 7px;line-height:18px;display:inline-block;border-radius:3px;margin-right:10px}.page-node-deflt .premium-access .download-button{padding-left:3.5rem;background-image:url(/themes/custom/ambitojuridico/images/icons/download.svg);background-repeat:no-repeat;background-position:20px center;background-size:20px;background-size:25px;border-radius:16px;color:#000}.page-node-deflt .premium-access #footer-download{display:block;padding-left:3.5rem;background-image:unset;background-repeat:unset;background-position:20px center;background-size:20px;background-size:25px;border-radius:16px;color:#fff}.page-node-deflt .premium-access div{width:100%;font-size:12px;line-height:14px;margin-top:10px;color:#000}.page-node-multimedia .text-long{margin:2rem 0}.page-node-multimedia .main-sidebar h2{color:#e7004c}.statistics-counter{display:none}.page-search-results .main-sidebar{margin-bottom:2rem;position:relative;align-self:flex-start}.page-search-results .main-sidebar #block-formularioexpuestosearch-resultspage-1{border-bottom:none;width:100%}.page-search-results .main-sidebar #block-formularioexpuestosearch-resultspage-1 .views-ef-fieldset-container{width:100%}.page-search-results .main-sidebar #block-formularioexpuestosearch-resultspage-1 .views-ef-fieldset-container-1{min-height:395px;height:auto}@media (min-width:720px){.page-search-results .main-sidebar .main--with-sidebar{display:grid;grid-template-columns:16rem 30rem;grid-column-gap:1rem}}.page-search-results .main-sidebar h2{border-bottom:1px solid #ccc;color:#000 !important;text-transform:uppercase;font-size:1.5rem}.page-search-results .main-sidebar label{font-family:'GilroyBold',sans-serif;color:#000}.page-search-results .main-sidebar h3{color:#000}.page-search-results .main-sidebar .block{border-bottom:1px solid #ccc;padding-bottom:1rem}.page-search-results .main-sidebar ul{list-style-type:none;padding:0}.page-search-results .main-sidebar input[type='checkbox']{margin-right:0.2rem;vertical-align:middle}.page-search-results .main-sidebar summary{display:none}.page-search-results .main-sidebar #block-mensajedesuscripcionbuscador{position:absolute;bottom:78px;width:100%;left:0;z-index:1000;margin:0;padding:0;height:420px}.page-search-results .main-sidebar #block-mensajedesuscripcionbuscador .msg-subscribe-search{background:#fff url(/themes/custom/ambitojuridico/images/search-bg.png);background-size:cover;height:395px;width:100%}.page-search-results .main-sidebar #block-mensajedesuscripcionbuscador .msg-subscribe-search.hidden{display:none}.page-search-results .main-sidebar #block-mensajedesuscripcionbuscador .msg-subscribe-search .plan-subscribe-search-block{background-color:#e6e9fd;padding:0.7rem}.page-search-results .main-sidebar #block-mensajedesuscripcionbuscador .msg-subscribe-search .plan-subscribe-search-block .ctitle{color:#1937ee}.page-search-results .main-sidebar #block-mensajedesuscripcionbuscador .msg-subscribe-search .plan-subscribe-search-block .button{padding:0 1.5rem;line-height:32px;color:#1937ee;background-color:#ffb71b;border-color:#ffb71b;display:block;margin:0 1rem}.page-search-results .views-element-container header{margin-bottom:0}.page-search-results fieldset legend{font-family:'GilroyBold',sans-serif;color:#000 !important;border-top:1px solid #ccc;padding:10px 0 0 0;font-size:1rem;display:block;width:100%}.page-search-results fieldset .form-checkboxes .form-item{width:100%;margin:0;padding:2px 0}.page-search-results fieldset .form-checkboxes .form-item .form-item__label{font-family:'GilroyMedium',sans-serif;display:inline;font-weight:normal;font-size:0.8em;margin:0;padding:0}.results{font-size:2rem}.results-color{color:#1937ee}.section-multimedia{padding-left:1rem;padding-right:1rem}@media (min-width:720px){.section-multimedia{padding-left:0;padding-right:0}}#views-exposed-form-bookmarks-block-1{display:none}.view-legis-multimedia{margin-right:0}.view-legis-multimedia .view__filters form{display:block}@media (min-width:720px){.view-legis-multimedia .view__filters form{display:grid;grid-template-columns:1fr 2fr;-moz-column-gap:1rem;column-gap:1rem}}.view-legis-multimedia .view__filters form label{display:none}.view-legis-multimedia .view__filters form .form-actions{display:none}.view-legis-multimedia .view__filters form .form-item{text-align:right}.view-legis-multimedia .view__filters form .form-item input,.view-legis-multimedia .view__filters form .form-item select{border:1px solid #888;padding:0.5rem 1rem;border-radius:2rem;width:100%}.view-legis-multimedia .view__filters form .form-item select{width:100%}@media (min-width:920px){.view-legis-multimedia .view__filters form .form-item select{width:100%}}.view-legis-multimedia .view__filters form .select-wrapper{width:100%}.view-legis-multimedia .view__header{display:block;justify-content:space-between;align-items:center}@media (min-width:720px){.view-legis-multimedia .view__header{display:flex;text-align:left}}.view-legis-multimedia .view__header label{display:none}.view-legis-multimedia .view__header .form-actions{display:none}.view-legis-multimedia .view__header .form-item input,.view-legis-multimedia .view__header .form-item select{border:1px solid #888;padding:0.5rem 1rem;border-radius:2rem;width:100%}.view-legis-multimedia .view__header .select-wrapper{width:100%}.view-legis-multimedia .view__header h2{color:#e7004c !important;font-size:2.25rem;text-transform:uppercase;margin:0}@media (min-width:720px){.view-legis-multimedia .view__header h2{margin:0 0 0.5em}}.view-legis-multimedia .view__header h2::after{content:' ';border-bottom:1px solid #888;display:none;height:26px;width:69%;margin-left:1rem}@media (min-width:720px){.view-legis-multimedia .view__header h2::after{display:inline-block}}.view-legis-multimedia .multimedia-title{width:100%}.view-legis-multimedia .multimedia-all{width:auto;margin-bottom:1rem}@media (min-width:720px){.view-legis-multimedia .multimedia-all{width:17%;margin-bottom:0}}.view-legis-multimedia .multimedia-all a.button{margin-top:0;display:inline-block}@media (min-width:720px){.view-legis-multimedia .multimedia-all a.button{margin-top:-20px;display:block}}.view-legis-multimedia .view__content{-moz-column-gap:inherit !important;column-gap:inherit !important;display:block}@media (min-width:720px){.view-legis-multimedia .view__content{display:grid}}.view-legis-multimedia .view__content>article{margin-right:0}@media (min-width:720px){.view-legis-multimedia .view__content>article{margin-right:1.5rem}}.view-legis-multimedia.col-2-featured .view__content{display:block}@media (min-width:720px){.view-legis-multimedia.col-2-featured .view__content{display:grid}}.view-legis-multimedia.col-2-featured .view__content .views-row{margin-bottom:1rem}@media (min-width:720px){.view-legis-multimedia.col-2-featured .view__content .views-row{margin-bottom:0}}.section-destacada .layout__region--second{overflow:hidden}.section-noticias .section-content--second{border-right:unset !important;margin-right:40px !important}@media (max-width:720px){.section-noticias .section-content--second{margin-right:unset !important}}.section-noticias .section-content .section-content__item:last-child{border-left:none;display:none}@media (min-width:720px){.section-noticias .section-content .section-content__item:last-child{border-left:1px solid #ccc;display:block}}.section-noticias .section-content .section-content__item:last-child .block ul{margin:0;padding:0}.section-noticias .section-content .section-content__item:last-child .block h2{padding:0 0 0 1rem;margin:0}.section-noticias .section-content .section-content__item:last-child .block-openx{margin-left:1rem}.section-analisis .section-content>div{margin:0.5rem;padding:0.2rem 1rem;border:1px solid #4c4c4c;position:relative}.section-analisis .section-content>div:first-child{border:none;padding-left:0}.section-analisis .section-content .section-content--first h2::after{width:38%}.section-analisis .section-content .section-content--second h2::after{width:46%}.section-analisis .section-content .section-content--third h2::after{width:4%}.section-analisis .section-content h2{font-size:1rem;text-transform:uppercase;color:#000 !important}.section-analisis .section-content h2::before{content:'·';color:#ff6701;line-height:0.4;font-family:"GilroyBold",sans-serif;font-size:3.5rem;display:inline-block;margin-right:0.3rem;height:15px;width:15px;position:relative;top:1rem}.section-analisis .section-content h2::after{content:' ';border-bottom:1px solid #888;display:none;height:26px;margin-left:1rem}@media (min-width:720px){.section-analisis .section-content h2::after{display:inline-block}}.section-analisis .section-content h2.card-article-basic__heading{font-size:1rem;text-transform:initial}.section-analisis .section-content h2.card-article-basic__heading::after{display:none}.section-analisis .section-content .block-view-more{position:absolute;top:0.7rem;right:1rem;font-size:0.85rem}.section-analisis .section-content .block-view-more a{color:#2b4294}.section-analisis .item-list ul{padding:0;margin:0}.section-analisis .card-article-list{list-style-type:none;padding:0}.section-analisis .card-article-list:hover{background-color:transparent}.section-analisis .card-article-basic__heading{font-size:1rem}h1.opinion-title{color:#ff6701;font-size:2.25rem;text-transform:uppercase}.section-social .section-content{border-top:1px solid #888;border-bottom:1px solid #888}@media (min-width:720px){.section-social{padding-bottom:0}}.section-social h2{font-size:1.2rem;margin:0.5rem 0}.section-social nav{display:block;text-align:center}@media (min-width:720px){.section-social nav{display:flex;justify-content:space-around;align-items:center;text-align:left}}.section-social nav ul.menu{list-style-type:none;margin:0;padding:0;display:flex;justify-content:center}@media (min-width:720px){.section-social nav ul.menu{justify-content:initial}}.section-social nav ul.menu li{display:flex;justify-content:center;align-items:center}.section-social nav ul.menu li a{height:30px;width:30px;background-color:#000;text-indent:-99999px;margin:0 0.3rem;border-radius:50%;background-position:center;background-size:20px;background-repeat:no-repeat;display:inline-block;transition:all .3s ease-in-out}.section-social nav ul.menu li a.twitter{background-image:url(/themes/custom/ambitojuridico/images/icons/twitter-w.svg)}.section-social nav ul.menu li a.instagram{background-image:url(/themes/custom/ambitojuridico/images/icons/instagram-w.svg)}.section-social nav ul.menu li a.linkedin{background-image:url(/themes/custom/ambitojuridico/images/icons/linkedin-w.svg)}.section-social nav ul.menu li a.facebook{background-image:url(/themes/custom/ambitojuridico/images/icons/facebook-w.svg)}.section-social nav ul.menu li a.youtube{background-image:url(/themes/custom/ambitojuridico/images/icons/youtube-w.svg)}.section-social nav ul.menu li a:hover{background-color:#1937ee;transition:all .3s ease-in-out}.section-recomendada{padding:1rem}@media (min-width:720px){.section-recomendada{padding:0}}.section-recomendada .section-content .section-content__item:first-child .block>h2{font-family:Faustina,serif;font-weight:400;line-height:45.36px;text-align:left;text-underline-position:from-font;color:#2B4293;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.section-recomendada .section-content .section-content__item:first-child .block>h2::before{content:'';display:inline-block;width:3px;height:1.5rem;background-color:#2B4293;margin-right:10px}@media (min-width:720px){.section-recomendada .section-content .section-content__item:first-child .block>h2::before{display:inline-block}}.section-recomendada .section-content .section-content__item:last-child .block{background-color:#F3F3F3;padding:1rem;border-radius:10px}.section-recomendada .section-content .section-content__item:last-child .block h2.h2,.section-recomendada .section-content .section-content__item:last-child .block .text-long h2,.text-long .section-recomendada .section-content .section-content__item:last-child .block h2{font-size:1.1rem;text-align:center;color:#2B4293;text-transform:uppercase;padding:0.5rem 0}.section-recomendada .section-content .section-content__item:last-child .block footer{text-align:center;padding-top:1rem}.section-recomendada .section-content .section-content__item:last-child .block footer a.button{cursor:pointer;display:block;border-radius:10px;text-decoration:none;text-align:center;font-size:1rem;color:#fff;background-color:#002e72;border:1px solid #002e72;line-height:1.4;padding:12px 22px;text-transform:uppercase;font-family:"GilroyBold",sans-serif;box-shadow:2px 2px 6px #00000020;transition:all .3s ease-in-out}.section-recomendada .section-content .section-content__item:last-child .block footer a.button:hover{background-color:#1937ee;border:1px solid #1937ee;transition:all .3s ease-in-out}.left-ad{position:absolute;left:-8rem;top:1rem;z-index:1;display:block}@media (max-width:1464px){.left-ad{display:none}}.right-ad{position:absolute;right:-8rem;top:1rem;z-index:1;display:block}@media (max-width:1464px){.right-ad{display:none}}#block-views-block-dia-juridico-home-block-1{margin-top:1rem}#block-views-block-dia-juridico-home-block-1 .slick .slide--caption--center .slide__caption{width:100%;transform:none;position:relative;left:initial;margin:0;top:-12px}.view-columnist .col-1,.view-columnist .col-2{border-right:1px solid #ccc;padding-right:1rem}.view-columnist .col-2,.view-columnist .col-3{padding-left:1rem}.view-columnist .views-col{margin-bottom:2rem}.facets-widget-links ul{list-style-type:none;margin:0 0 2rem;padding:0 0 0.5rem 0;display:flex;border-bottom:1px solid #ccc}.facets-widget-links ul li{padding:0.5rem 0.5rem 0 0.5rem}.facets-widget-links ul li a{text-decoration:none;color:#333;border-bottom:4px solid transparent;padding:0.5rem}.facets-widget-links ul li a:hover{border-bottom:4px solid #1937ee}.facets-widget-links ul li a span.facet-item__status{display:none}.facets-widget-links ul li a.is-active{border-bottom:4px solid #1937ee}.view-display-id-block_9{margin-bottom:1rem;margin-left:5rem}.view-display-id-block_9 .grid--2-col article:first-child{border-right:1px solid #ccc}.view-display-id-block_9 .card-article-box{padding-bottom:0;padding-left:0;margin-left:0}.view-display-id-block_news_section{border-top:1px solid #ccc;padding-top:1rem;margin-left:5rem}.list--lo-mas{border:1px solid #888;padding:0.3rem 0;margin-top:1rem}.list--lo-mas ul{margin-top:0;padding:0;counter-reset:section}.list--lo-mas ul li{list-style:none;position:relative}.list--lo-mas ul li::before{counter-increment:section;content:counter(section) ". ";position:absolute;left:118px;top:5px;font-size:1.2rem;font-weight:bold;color:#1937ee;font-family:'GilroyBold',sans-serif;z-index:10}.list--lo-mas .h2,.list--lo-mas .text-long h2,.text-long .list--lo-mas h2{color:#1937ee;padding-left:1rem;margin-bottom:0;margin-top:0}.list--lo-mas .h2.card-article-list-photo__heading,.list--lo-mas .text-long h2.card-article-list-photo__heading,.text-long .list--lo-mas h2.card-article-list-photo__heading{padding-left:0}.list--lo-mas .card-article-list-photo__content img{margin-right:0.6rem;max-width:100px}.list--lo-mas .card-article-list{padding:0.5rem 1rem}.view-legis-magazine .view-content .views-row:nth-child(3) .card-magazine__heading,.view-legis-magazine .view-content .views-row:nth-child(3) .card-magazine__edition{border-right:none}.view-legis-newspaper .view-content .views-row:nth-child(2) .card-newspapper__edition{border-right:none}.page-node-simplenews_issue table{border-spacing:0;border-collapse:collapse;width:auto}.page-node-simplenews_issue table td{border:none;padding:0;text-align:left}.page-node-simplenews_issue table tr.bg-primary td{background-color:transparent;color:#333}.content-folder,.content-content{display:flex;justify-content:inherit;align-items:flex-start;border-bottom:1px solid #ccc;margin-bottom:1rem;padding:0.3rem 0}.content-folder_icon,.content-content_icon{background-image:url(/themes/custom/ambitojuridico/images/icons/folder.svg);background-position:center;background-repeat:no-repeat;background-size:100%;height:34px;width:42px;margin-right:1rem;cursor:pointer}.content-folder_content,.content-content_content{width:100%}.content-folder_content_title,.content-content_content_title{font-size:1.1rem;line-height:1.2;font-family:"GilroyBold",sans-serif;color:#000;cursor:pointer}.content-folder_content_date,.content-content_content_date{color:#888;font-size:0.8rem;margin:0.2rem 0 0}.content-folder_options,.content-content_options{background-image:url(/themes/custom/ambitojuridico/images/icons/icon-more.svg);background-position:center;background-repeat:no-repeat;background-size:5px;width:20px;height:30px;cursor:pointer;position:relative}.content-folder_options:hover,.content-content_options:hover{background-image:url(/themes/custom/ambitojuridico/images/icons/icon-more-hover.svg)}.content-folder_options_list,.content-content_options_list{list-style-type:none;margin:0;display:none;position:absolute;right:0;padding:10px;background-color:#fff;bottom:0;transform:translateY(100%);box-shadow:0 0 4px 1px rgba(0,0,0,0.37);width:100px;border-radius:3px}.content-folder_options_list a,.content-content_options_list a{font-size:0.8rem;text-decoration:none;margin-bottom:0;border-bottom:none;line-height:1.6rem;padding:0}.content-folder_options_list a:hover,.content-content_options_list a:hover{color:brand-legis;text-decoration:underline}.content-folder_options.is-open,.content-content_options.is-open{background-color:transparent}.content-folder_options.is-open .content-folder_options_list,.content-folder_options.is-open .content-content_options_list,.content-content_options.is-open .content-folder_options_list,.content-content_options.is-open .content-content_options_list{display:block;z-index:1}#block-perfildeusuario{padding:0}@media (min-width:720px){#block-perfildeusuario{padding:0 5rem}}#block-perfildeusuario #tabs{position:relative}#block-perfildeusuario .tabs-wrapper{background-color:#e6e9fd;max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative}#block-perfildeusuario .tabs-wrapper ul.tabs__nav{display:flex;flex-direction:column;padding:0 2rem !important;max-width:1300px;width:100%;margin:0 auto;padding:0 1rem}@media (min-width:480px){#block-perfildeusuario .tabs-wrapper ul.tabs__nav{padding:0 1rem}}@media (min-width:1300px){#block-perfildeusuario .tabs-wrapper ul.tabs__nav{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}@media (min-width:720px){#block-perfildeusuario .tabs-wrapper ul.tabs__nav{flex-direction:row;border-bottom:none;padding:0 5rem !important}}#block-perfildeusuario .tabs-wrapper ul.tabs__nav li{color:#1937ee;display:inline-block;margin-right:3rem;width:auto;font-family:"GilroyBold",sans-serif;cursor:pointer}#block-perfildeusuario .tabs-wrapper ul.tabs__nav li a{padding:1rem;color:#1937ee;text-decoration:none;display:block}#block-perfildeusuario .tabs-wrapper ul.tabs__nav li a:hover{background-color:#1937ee;color:#fff}#block-perfildeusuario .tabs-wrapper ul.tabs__nav li a.is-active{background-color:#1937ee;color:#fff}#block-perfildeusuario .tabs__content-sidebar{display:inline-block;vertical-align:top;padding:1rem;min-width:250px;color:#333;text-transform:uppercase}#block-perfildeusuario .tabs__content-sidebar a{color:#1937ee;text-decoration:underline}#block-perfildeusuario .tabs__content-form{display:inline-block;vertical-align:top}#block-perfildeusuario .tabs__content-form-title{color:#000;padding:0;margin:0.5rem 0;font-family:"GilroyBold",sans-serif}#block-perfildeusuario .tabs__content-form .form-item label{text-transform:uppercase;font-family:"GilroyBold",sans-serif;color:#000;font-size:0.9rem}#block-perfildeusuario .tabs__content-form .form-item label.form-required::before{content:'*';color:#e7004c;display:inline-block}#block-perfildeusuario .tabs__content-form .form-item input.form-item__textfield{border-radius:50px;border:1px solid #666;padding:0.7rem 1rem;width:100%}.page-node-50076 .section-title__header h1.section-title__heading{color:#34ccfd;border-bottom:1px solid #333;padding-bottom:0.3rem;margin-bottom:3rem;font-size:2rem;font-family:"GilroyBold",sans-serif;margin-top:3rem}.page-node-50076 .section-title__header h1.section-title__heading::after{content:' ';height:25px;width:30px;background-image:url(/themes/custom/ambitojuridico/images/icons/tweet.svg);background-repeat:no-repeat;background-size:30px;background-position:center;display:inline-block}.view-header{position:relative}.view-display-block-news-related{width:100%;max-width:1000px}.view-related-news{position:relative}.view-related-news .card-article-basic{padding:0.5rem 1rem;position:relative}.view-related-news .card-article-basic::after{content:'';border-right:1px solid #ccc;height:100px;position:absolute;top:0;right:-5px}.view-related-news .views-row:last-child .card-article-basic::after{border-right:none}.view-related-news .view__content .h2,.view-related-news .view__content .text-long h2,.text-long .view-related-news .view__content h2{text-transform:uppercase;color:#1937ee}.view-related-news .view__content .h2::after,.view-related-news .view__content .text-long h2::after,.text-long .view-related-news .view__content h2::after{content:'';width:calc(100% - 120px);border-bottom:1px solid #333;position:absolute;bottom:28px;left:133px}.view-related-news .card-article-basic__date::after{display:none}.view-related-news .views-element-container .view-related-news{margin-bottom:2rem}.view-related-news .views-element-container .view-related-news::after{content:'';width:100%;border-bottom:1px solid #ccc;position:absolute;bottom:0;left:0}.views-field-nothing .view__content{padding-top:2rem}.views-field-nothing .view__content .content-save-content{flex-direction:column}@media (min-width:720px){.views-field-nothing .view__content .content-save-content{flex-direction:row}}.view-bookmarks-list,.view-legis-history-save-user{position:relative}.view-bookmarks-list .view__header,.view-legis-history-save-user .view__header{position:absolute;top:13px;right:0;left:0;display:flex;justify-content:space-between;align-items:center}.view-bookmarks-list .view__header .add-folder,.view-legis-history-save-user .view__header .add-folder{cursor:pointer;background-image:url(/themes/custom/ambitojuridico/images/icons/add-folder.svg);background-repeat:no-repeat;background-position:left center;background-size:20px;padding-left:2rem}.view-bookmarks-list .view__content,.view-legis-history-save-user .view__content{padding-top:2rem}.view-bookmarks-list .view__filters,.view-legis-history-save-user .view__filters{position:absolute;right:0;top:0;width:50%;display:flex;justify-content:flex-end}.view-bookmarks-list .view__filters form,.view-legis-history-save-user .view__filters form{width:100%;display:flex;justify-content:flex-end}.view-bookmarks-list .view__filters .form-item,.view-legis-history-save-user .view__filters .form-item{display:flex}.view-bookmarks-list .view__filters .form-item:first-child,.view-legis-history-save-user .view__filters .form-item:first-child{display:none}.view-bookmarks-list .view__filters .form-item label,.view-legis-history-save-user .view__filters .form-item label{color:#7f7e7e;color:var(--c-text-gray);font-size:0.9rem;line-height:1rem;margin-top:6px;margin-right:-5px}.view-bookmarks-list .view__filters .form-item__dropdown:hover,.view-legis-history-save-user .view__filters .form-item__dropdown:hover{border-color:transparent}.view-bookmarks-list .view__filters .form-item__dropdown::after,.view-legis-history-save-user .view__filters .form-item__dropdown::after{border-top:7px solid #1937ee;right:0.2em}.view-bookmarks-list .view__filters .form-select,.view-legis-history-save-user .view__filters .form-select{color:#7f7e7e;color:var(--c-text-gray);font-size:0.9rem;line-height:1rem;width:auto;padding:0.4rem 1rem 0.1rem 0.3rem}.view-bookmarks-list .view__filters .form-select:focus,.view-legis-history-save-user .view__filters .form-select:focus{border-color:transparent}.view-bookmarks-list .view__filters .form-actions,.view-legis-history-save-user .view__filters .form-actions{display:none}.view-bookmarks-list::before,.view-legis-history-save-user::before{content:'';height:50px;max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative;background-color:#F3F3F3;display:block;margin-top:-1.5rem}#user-form .content_wrapper_form{position:absolute;top:99px;background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:1rem;width:100%;max-width:330px;box-shadow:0 0 5px -2px rgba(0,0,0,0.35)}#user-form .content_wrapper_form .content_form_input{width:100%;line-height:2.5rem;border:1px solid #888;border-radius:5px;margin-bottom:1rem;color:#888;padding:0 1rem}#user-form .content_wrapper_form #form-edit-folder-btn{background-color:#c4d602;color:#333;line-height:2.5rem;border-radius:1.3rem;padding:0 2.5rem;border:none}#user-form .content_wrapper_form #form-edit-folder-btn_cancel{color:#333;background-color:transparent;border:none;line-height:2.5rem;border-radius:1.3rem;padding:0 2rem}.field--type-entity-reference .h2,.field--type-entity-reference .text-long h2,.text-long .field--type-entity-reference h2{font-size:1.4rem;color:#000 !important}.field--type-entity-reference .form-item--checkboxes{display:flex;flex-wrap:wrap;justify-content:space-between}.field--type-entity-reference .form-item--checkboxes .form-item{flex-basis:40%;display:flex}.field--type-entity-reference .form-item--checkboxes .form-item label{margin:0 0 0 1rem;padding:0;line-height:1rem}.tabs__content-content-form #edit-submit.button--primary,.tabs__content-form-content #edit-submit.button--primary{background-color:#c4d602;color:#333;line-height:2.5rem;border-radius:1.3rem;padding:0 2.5rem;border:none}.view-legis-history-save-user .my-activity-content_body__section a{color:#2b4294;text-decoration:none;font-size:0.9rem}.view-display-block-10 .view__content .contextual{display:none}.view-display-block-10 .view__content .views-row:nth-child(3) .card-columnist,.view-display-block-10 .view__content .views-row:nth-child(6) .card-columnist{border-right:none}.view-display-block-9 .view__content{display:block}@media (min-width:720px){.view-display-block-9 .view__content{display:flex;flex-wrap:wrap;border-bottom:1px solid #ccc;margin-bottom:2rem}}.view-display-block-9 .view__content .views-row{flex-basis:50%;height:160px}.view-display-block-9 .view__content .views-row:last-child .card-article-box{border-right:none}.view-display-block-9 .card-article-box{border-right:none}@media (min-width:720px){.view-display-block-9 .card-article-box{border-right:1px solid #ccc;height:140px}}.page-node-50055 .main-content,.page-node-125268 .main-content{position:relative}.page-node-50055 .main,.page-node-125268 .main{margin-bottom:0}.page-node-50055 .switch,.page-node-125268 .switch{display:flex;margin:10px;position:absolute;right:0;top:95px;z-index:10}@media (min-width:720px){.page-node-50055 .switch,.page-node-125268 .switch{top:131px}}.page-node-50055 .switch .time,.page-node-125268 .switch .time{width:60px;height:26px;background-color:#ccc;border-radius:13px;border:1px solid #666;position:relative;margin:0 10px}.page-node-50055 .switch .time span,.page-node-125268 .switch .time span{transition:all 0.2s;position:absolute;width:24px;height:24px;background-color:#666;display:block;border-radius:12px;top:0;left:0;right:auto}.page-node-50055 .switch .time.time-monthly span,.page-node-125268 .switch .time.time-monthly span{left:auto;right:0}.full-path-node-125273 .section--bg-white,.full-path-node-50077 .section--bg-white{background-color:#e6e9fd;min-height:70vh}.full-path-node-125273 .plan-my-subscription-block,.full-path-node-50077 .plan-my-subscription-block{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 3px 5px 0 rgba(0,0,0,0.38);margin:3rem 0;position:relative}.full-path-node-125273 .plan-my-subscription-block .plan__name,.full-path-node-50077 .plan-my-subscription-block .plan__name{display:flex;padding-bottom:0.7rem}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-name,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-name{color:#000;font-family:'GilroyHeavy',sans-serif;font-weight:900;font-size:1rem;display:inline-flex;width:100%}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-name,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-name{width:50%;font-size:1.7rem}}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-name .plan-label,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-name .plan-label{background-color:#2b4294;display:block;height:18px;padding:2px 4px;line-height:15px;font-size:12px;font-family:'GilroyMedium',sans-serif;text-decoration:none;color:#fff;border-radius:2px;margin-top:7px;margin-left:5px}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-name .plan-label.hidden,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-name .plan-label.hidden{display:none}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status{display:inline-block;width:100%;font-family:'GilroyBold',sans-serif;font-size:0.8rem}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status{width:49%;font-size:1.4rem}}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status .active,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status .active{color:#00a53bcc}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status .active .circle,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status .active .circle{background:#00a53bcc;width:12px;height:12px;display:inline-block;vertical-align:middle;border-radius:22px}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status .active .circle,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status .active .circle{width:22px;height:22px}}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status .inactive,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status .inactive{color:#e7004c}.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status .inactive .circle,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status .inactive .circle{background:#e7004c;width:12px;height:12px;display:inline-block;vertical-align:middle;border-radius:22px}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__name .plan-status .inactive .circle,.full-path-node-50077 .plan-my-subscription-block .plan__name .plan-status .inactive .circle{width:22px;height:22px}}.full-path-node-125273 .plan-my-subscription-block .plan__duedate,.full-path-node-50077 .plan-my-subscription-block .plan__duedate{padding-bottom:0.7rem;margin-bottom:1rem}.full-path-node-125273 .plan-my-subscription-block .plan__duedate strong,.full-path-node-50077 .plan-my-subscription-block .plan__duedate strong{font-weight:bold;font-family:'GilroyBold',sans-serif}.full-path-node-125273 .plan-my-subscription-block .plan-status,.full-path-node-50077 .plan-my-subscription-block .plan-status{position:inherit;font-size:1.2rem}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan-status,.full-path-node-50077 .plan-my-subscription-block .plan-status{right:2rem;font-size:1.2rem}}.full-path-node-125273 .plan-my-subscription-block .plan-status .inactive,.full-path-node-50077 .plan-my-subscription-block .plan-status .inactive{color:#e7004c}.full-path-node-125273 .plan-my-subscription-block .plan-status .active,.full-path-node-50077 .plan-my-subscription-block .plan-status .active{color:#00a53b}.full-path-node-125273 .plan-my-subscription-block .plan__footer,.full-path-node-50077 .plan-my-subscription-block .plan__footer{width:100%;display:block;text-align:left;margin:1.5rem 0 0 0;transform:none;position:initial;bottom:initial;left:initial}.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-cancel,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-cancel{display:inline-block;width:100%;text-align:center}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-cancel,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-cancel{width:49%;text-align:left}}.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-cancel .btn-cancel,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-cancel .btn-cancel{color:#e7004c;border-color:#e7004c;background-color:transparent;font-family:'GilroyBold',sans-serif;line-height:2rem;padding:0 1rem;background-image:url(/themes/custom/ambitojuridico/images/icons/icon-cancel.svg);background-repeat:no-repeat;background-position:10px center;background-size:18px;padding-left:2.5rem;font-size:0.8rem;margin-bottom:1rem}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-cancel .btn-cancel,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-cancel .btn-cancel{font-size:1rem;margin-bottom:0}}.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-cancel .btn-cancel.hidden,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-cancel .btn-cancel.hidden{display:none}.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-button,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-button{display:inline-block;width:100%;text-align:center}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-button,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-button{width:50%;text-align:right}}.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-button .button,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-button .button{color:#e7004c;border-color:#e7004c;background-color:transparent;font-family:'GilroyBold',sans-serif;line-height:2rem;padding:0 1rem;background-image:url(/themes/custom/ambitojuridico/images/icons/icon-upload.svg);background-repeat:no-repeat;background-position:10px center;background-size:18px;padding-left:2.5rem;font-size:0.8rem}@media (min-width:720px){.full-path-node-125273 .plan-my-subscription-block .plan__footer .plan-button .button,.full-path-node-50077 .plan-my-subscription-block .plan__footer .plan-button .button{font-size:1rem}}.full-path-node-50055 .main,.full-path-node-50077 .main,.full-path-node-125268 .main,.full-path-node-125273 .main,.node[data-history-node-id='125268'] .main{margin-top:0}.full-path-node-50055 .section--bg-light-gray,.full-path-node-50077 .section--bg-light-gray,.full-path-node-125268 .section--bg-light-gray,.full-path-node-125273 .section--bg-light-gray,.node[data-history-node-id='125268'] .section--bg-light-gray{background-color:#fff !important;position:relative;box-shadow:0 3px 5px 0 rgba(0,0,0,0.38);z-index:9;padding:1px 0 1rem 0;max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2)}.full-path-node-50055 .section--bg-light-gray .section-content .h2,.full-path-node-50055 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-50055 .section--bg-light-gray .section-content h2,.full-path-node-50055 .section--bg-light-gray .section-content__column .h2,.full-path-node-50055 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-50055 .section--bg-light-gray .section-content__column h2,.full-path-node-50077 .section--bg-light-gray .section-content .h2,.full-path-node-50077 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-50077 .section--bg-light-gray .section-content h2,.full-path-node-50077 .section--bg-light-gray .section-content__column .h2,.full-path-node-50077 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-50077 .section--bg-light-gray .section-content__column h2,.full-path-node-125268 .section--bg-light-gray .section-content .h2,.full-path-node-125268 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-125268 .section--bg-light-gray .section-content h2,.full-path-node-125268 .section--bg-light-gray .section-content__column .h2,.full-path-node-125268 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-125268 .section--bg-light-gray .section-content__column h2,.full-path-node-125273 .section--bg-light-gray .section-content .h2,.full-path-node-125273 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-125273 .section--bg-light-gray .section-content h2,.full-path-node-125273 .section--bg-light-gray .section-content__column .h2,.full-path-node-125273 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-125273 .section--bg-light-gray .section-content__column h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content .h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content .text-long h2,.text-long .node[data-history-node-id='125268'] .section--bg-light-gray .section-content h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content__column .h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content__column .text-long h2,.text-long .node[data-history-node-id='125268'] .section--bg-light-gray .section-content__column h2{text-align:center;font-size:1.5rem;margin-top:2rem;color:#2b4294;margin-bottom:0}@media (min-width:720px){.full-path-node-50055 .section--bg-light-gray .section-content .h2,.full-path-node-50055 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-50055 .section--bg-light-gray .section-content h2,.full-path-node-50055 .section--bg-light-gray .section-content__column .h2,.full-path-node-50055 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-50055 .section--bg-light-gray .section-content__column h2,.full-path-node-50077 .section--bg-light-gray .section-content .h2,.full-path-node-50077 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-50077 .section--bg-light-gray .section-content h2,.full-path-node-50077 .section--bg-light-gray .section-content__column .h2,.full-path-node-50077 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-50077 .section--bg-light-gray .section-content__column h2,.full-path-node-125268 .section--bg-light-gray .section-content .h2,.full-path-node-125268 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-125268 .section--bg-light-gray .section-content h2,.full-path-node-125268 .section--bg-light-gray .section-content__column .h2,.full-path-node-125268 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-125268 .section--bg-light-gray .section-content__column h2,.full-path-node-125273 .section--bg-light-gray .section-content .h2,.full-path-node-125273 .section--bg-light-gray .section-content .text-long h2,.text-long .full-path-node-125273 .section--bg-light-gray .section-content h2,.full-path-node-125273 .section--bg-light-gray .section-content__column .h2,.full-path-node-125273 .section--bg-light-gray .section-content__column .text-long h2,.text-long .full-path-node-125273 .section--bg-light-gray .section-content__column h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content .h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content .text-long h2,.text-long .node[data-history-node-id='125268'] .section--bg-light-gray .section-content h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content__column .h2,.node[data-history-node-id='125268'] .section--bg-light-gray .section-content__column .text-long h2,.text-long .node[data-history-node-id='125268'] .section--bg-light-gray .section-content__column h2{font-size:3rem}}.full-path-node-50055 .section--bg-light-gray .section-title__heading,.full-path-node-50077 .section--bg-light-gray .section-title__heading,.full-path-node-125268 .section--bg-light-gray .section-title__heading,.full-path-node-125273 .section--bg-light-gray .section-title__heading,.node[data-history-node-id='125268'] .section--bg-light-gray .section-title__heading{text-align:center !important;margin-bottom:3rem !important;font-size:1rem}@media (min-width:720px){.full-path-node-50055 .section--bg-light-gray .section-title__heading,.full-path-node-50077 .section--bg-light-gray .section-title__heading,.full-path-node-125268 .section--bg-light-gray .section-title__heading,.full-path-node-125273 .section--bg-light-gray .section-title__heading,.node[data-history-node-id='125268'] .section--bg-light-gray .section-title__heading{font-size:1.5rem}}.full-path-node-50055 .section--bg-light-gray .section-title__heading::after,.full-path-node-50077 .section--bg-light-gray .section-title__heading::after,.full-path-node-125268 .section--bg-light-gray .section-title__heading::after,.full-path-node-125273 .section--bg-light-gray .section-title__heading::after,.node[data-history-node-id='125268'] .section--bg-light-gray .section-title__heading::after{display:none}.full-path-node-50055 .section--autofit,.full-path-node-50055 .section--bg-light-blue,.full-path-node-50077 .section--autofit,.full-path-node-50077 .section--bg-light-blue,.full-path-node-125268 .section--autofit,.full-path-node-125268 .section--bg-light-blue,.full-path-node-125273 .section--autofit,.full-path-node-125273 .section--bg-light-blue,.node[data-history-node-id='125268'] .section--autofit,.node[data-history-node-id='125268'] .section--bg-light-blue{background-color:#e6e9fd;padding:2rem 1rem}@media (min-width:720px){.full-path-node-50055 .section--autofit,.full-path-node-50055 .section--bg-light-blue,.full-path-node-50077 .section--autofit,.full-path-node-50077 .section--bg-light-blue,.full-path-node-125268 .section--autofit,.full-path-node-125268 .section--bg-light-blue,.full-path-node-125273 .section--autofit,.full-path-node-125273 .section--bg-light-blue,.node[data-history-node-id='125268'] .section--autofit,.node[data-history-node-id='125268'] .section--bg-light-blue{padding:3rem}}.full-path-node-50055 .layout--onecol,.full-path-node-50077 .layout--onecol,.full-path-node-125268 .layout--onecol,.full-path-node-125273 .layout--onecol,.node[data-history-node-id='125268'] .layout--onecol{background-color:#e6e9fd;max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative}.full-path-node-50055 .layout--onecol .layout__region,.full-path-node-50077 .layout--onecol .layout__region,.full-path-node-125268 .layout--onecol .layout__region,.full-path-node-125273 .layout--onecol .layout__region,.node[data-history-node-id='125268'] .layout--onecol .layout__region{max-width:1220px;margin:auto !important;padding:3rem 0}.full-path-node-50055 .header,.full-path-node-50077 .header,.full-path-node-125268 .header,.full-path-node-125273 .header,.node[data-history-node-id='125268'] .header{background-color:#fff;max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative;box-shadow:0 3px 5px 0 rgba(0,0,0,0.1);padding:0.7rem 0;z-index:10}.full-path-node-50055 .header .header__top,.full-path-node-50077 .header .header__top,.full-path-node-125268 .header .header__top,.full-path-node-125273 .header .header__top,.node[data-history-node-id='125268'] .header .header__top{padding:0;background-color:#fff !important;position:relative}.full-path-node-50055 .header .header__top .logo__image,.full-path-node-50077 .header .header__top .logo__image,.full-path-node-125268 .header .header__top .logo__image,.full-path-node-125273 .header .header__top .logo__image,.node[data-history-node-id='125268'] .header .header__top .logo__image{width:181px}.full-path-node-50055 .header .header__update,.full-path-node-50077 .header .header__update,.full-path-node-125268 .header .header__update,.full-path-node-125273 .header .header__update,.node[data-history-node-id='125268'] .header .header__update{padding:0;display:block}.full-path-node-50055 .header .header__branding,.full-path-node-50077 .header .header__branding,.full-path-node-125268 .header .header__branding,.full-path-node-125273 .header .header__branding,.node[data-history-node-id='125268'] .header .header__branding{padding:0}.full-path-node-50055 .header .header__login,.full-path-node-50077 .header .header__login,.full-path-node-125268 .header .header__login,.full-path-node-125273 .header .header__login,.node[data-history-node-id='125268'] .header .header__login{margin-top:-60px}@media (min-width:720px){.full-path-node-50055 .header .header__login,.full-path-node-50077 .header .header__login,.full-path-node-125268 .header .header__login,.full-path-node-125273 .header .header__login,.node[data-history-node-id='125268'] .header .header__login{margin-top:0}}.user-name{display:inline-block;font-size:1.3rem;margin-left:10px;color:#000;font-family:'GilroyBold',sans-serif}.user-initials-name{display:inline-flex;width:50px;height:50px;background-color:#ff6701;justify-content:center;align-items:center;font-size:1.3rem;border-radius:50%;color:#fff;margin-bottom:1rem;padding-top:3px;margin-top:1rem}.field--name-field-areas-de-interes-juridicas{width:100%;max-width:600px;margin:auto}#edit-actions--2{width:100%;max-width:600px;margin:auto}.field--name-field-newsletter-periodicity{border-top:1px solid #000;padding-top:2rem;width:100%;max-width:600px;margin:auto}#views-exposed-form-search-results-page-1{display:flex;flex-wrap:wrap;flex-direction:column}#views-exposed-form-search-results-page-1 select{padding:0 10px;height:36px}#views-exposed-form-search-results-page-1 .form-item__dropdown{border:1px solid #e5e5e5}#views-exposed-form-search-results-page-1 #edit-secondary--2{width:100%}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item{display:inline-block;box-sizing:border-box}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(2){display:block}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(3),#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(4){width:48%}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(3)>label,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(4)>label{position:relative;width:calc(100% + 115%)}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(3) .form-item--error-message,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(4) .form-item--error-message{position:absolute;width:100%;left:0;font-size:0.75rem;margin-top:5px;color:#e7004c}@media (min-width:720px){#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(3) .form-item--error-message,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(4) .form-item--error-message{font-size:0.53rem}}@media (min-width:1300px){#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(3) .form-item--error-message,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(4) .form-item--error-message{font-size:0.65rem}}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(4),#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-2>.form-item:nth-child(7){margin-left:1%;padding-top:44px}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item{display:inline-block;box-sizing:border-box;width:91%}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(2),#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(3){width:48%}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(2)>label,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(3)>label{position:relative;width:calc(100% + 115%)}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(2) .form-item--error-message,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(3) .form-item--error-message{position:absolute;width:100%;left:0;font-size:0.65rem;margin-top:5px;color:#e7004c}@media (min-width:720px){#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(2) .form-item--error-message,#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(3) .form-item--error-message{font-size:0.5rem}}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container-1>.form-item:nth-child(3){margin-left:1%}#views-exposed-form-search-results-page-1 .views-ef-fieldset-container .form-submit{display:none}#views-exposed-form-search-results-page-1 .form-actions .form-submit{display:inline-block !important;width:45%}.columnist-section .block--full-witdh{background-color:#F3F3F3;max-width:100vw !important;width:100vw;left:calc(-1 * (100vw - 100%) / 2);position:relative;padding:1rem 0;margin-bottom:2rem}@media (min-width:720px){.columnist-section .block--full-witdh{padding:1rem}}@media (min-width:1300px){.columnist-section .block--full-witdh{padding:1rem 0}}.columnist-section .block--full-witdh .alert{max-width:1300px;width:100%;margin:0 auto;padding:0 1rem;display:flex;align-items:center}@media (min-width:480px){.columnist-section .block--full-witdh .alert{padding:0 1rem}}@media (min-width:1300px){.columnist-section .block--full-witdh .alert{padding-left:calc(1rem + calc(-50vw + calc(1300px / 2)));padding-right:calc(1rem + calc(-50vw + calc(1300px / 2)))}}.columnist-section .block--full-witdh .alert p{margin:0 1rem;font-size:0.875rem;line-height:1.2}.columnist-section .block--full-witdh .alert.alert--info::before{content:'¡';color:white;background:#333;height:26px;width:26px;min-width:26px;min-height:26px;display:inline-block;border-radius:50%;text-align:center;line-height:1.6}.section-title--opinion .section-title__heading--has-parent{margin:0}.tabs--columnists .view__filters{position:absolute;right:0;top:-45px}.tabs--columnists .view__filters input.form-submit{display:none}.tabs--columnists .view__filters input.form-text{border:1px solid #888;padding:0.5rem 1rem;border-radius:2rem;max-width:370px}.tabs--columnists .view__filters input.form-text:focus{outline:none}.tabs--columnists .view__filters .form-item--error-message{padding:1rem}.tabs--columnists .tabs__content{padding:3rem 0.5rem}.view-legis-opinion-columnists .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) .card-columnist{border-right:none}.view-legis-opinion-columnists .pager-show-more{padding-top:2rem}.view-legis-opinion-columnists .pager-show-more::before{width:unset;height:unset}.view-legis-opinion-columnists .pager-show-more::after{width:unset;height:unset}.view-legis-opinion-columnists .pager-show-more .pager__item a{padding:1rem 4rem;background-color:white;border-radius:2rem;border:1px solid #2B4293;color:#2B4293;white-space:nowrap}.my-profile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.my-profile h3{font-size:1.125rem;text-transform:initial;font-family:"GilroyHeavy",sans-serif;width:300px;text-align:center;color:#000;padding:0 0 1rem;line-height:1.4}.my-profile h3::before{content:' ';height:152px;width:151px;background-image:url(/themes/custom/ambitojuridico/images/icons/edit-profile.svg);background-repeat:no-repeat;background-size:100%;background-position:center;display:block;margin:1rem auto 2rem}.my-profile a{font-size:1.125rem;text-transform:uppercase;font-family:"GilroyHeavy",sans-serif;display:inline-block;color:#000;text-decoration:none;background-color:#c4d602;padding:0.5rem 3rem;border-radius:2rem}.my-profile .overlay{display:none}#block-views-block-related-news-block-news-related .h2,#block-views-block-related-news-block-news-related .text-long h2,.text-long #block-views-block-related-news-block-news-related h2{display:flex;width:1000px;align-items:baseline}#block-views-block-related-news-block-news-related .h2 .text-h2,#block-views-block-related-news-block-news-related .text-long h2 .text-h2,.text-long #block-views-block-related-news-block-news-related h2 .text-h2{display:inline-block;text-transform:uppercase;color:#1937ee;margin-right:10px}#block-views-block-related-news-block-news-related .h2 .line-h2,#block-views-block-related-news-block-news-related .text-long h2 .line-h2,.text-long #block-views-block-related-news-block-news-related h2 .line-h2{border-bottom:1px solid #000;display:none;width:100%;margin-top:-10px}@media (min-width:720px){#block-views-block-related-news-block-news-related .h2 .line-h2,#block-views-block-related-news-block-news-related .text-long h2 .line-h2,.text-long #block-views-block-related-news-block-news-related h2 .line-h2{display:block}}.section-title--edictos h2{font-size:2rem}.section-title--edictos .section-title__header{display:block;position:relative}.section-title--edictos .section-title__header .button--small{background-color:#00a53b;border-color:#00a53b;background-image:url(/themes/custom/ambitojuridico/images/icons/shoping.svg);background-repeat:no-repeat;background-position:10px center;background-size:18px;padding-left:2.5rem;position:absolute;right:0;top:-9px;line-height:34px}#views-exposed-form-newsletter-history-page-1{background-color:#fff;border:1px solid #ccc;border-radius:10px;padding:1rem;width:100%;max-width:330px;box-shadow:0 0 5px -2px rgba(0,0,0,0.35);display:flex;justify-content:space-between;margin-bottom:2.5rem;position:relative;margin-left:0}@media (min-width:720px){#views-exposed-form-newsletter-history-page-1{margin-left:200px}}#views-exposed-form-newsletter-history-page-1::after{content:'';width:150px;border-bottom:1px solid #ccc;display:block;position:absolute;bottom:-20px;left:0}#views-exposed-form-newsletter-history-page-1 .form-actions{display:none}#views-exposed-form-newsletter-history-page-1 .form-item{margin-bottom:0;width:40%}#views-exposed-form-newsletter-history-page-1 .form-item__select{height:34px;padding:0;width:100%}.sliding-popup-bottom,.sliding-popup-top{padding:20px;border-radius:16px;font-family:'AlrightSans',Helvetica,Arial,sans-serif;bottom:20px !important;left:20px}#sliding-popup{width:90% !important}@media (min-width:720px){#sliding-popup{width:35% !important}}.eu-cookie-compliance-content{margin:0 0;max-width:100%;text-align:justify;width:100%;display:flex;flex-flow:column nowrap}.eu-cookie-compliance-message{margin:5px 0 0;max-width:100%}.eu-cookie-compliance-message h2{font-size:22px;font-weight:600;font-family:'Open Sans',sans-serif;color:#484848;margin:0 0 8px 0;text-align:left !important}.eu-cookie-compliance-message p{font-size:14px;font-family:'Open Sans',sans-serif;text-align:left !important;font-weight:100;display:block;margin:0 0 1rem}.eu-cookie-compliance-message .eu-cookie-compliance-more-button{cursor:pointer;display:inline;height:auto;margin:0;padding:0;border:none;text-decoration:underline;background:none;white-space:nowrap}.eu-cookie-compliance-buttons{display:flex;justify-content:flex-start;flex-flow:row nowrap;margin-top:12px}.eu-cookie-compliance-secondary-button{background:none;background-color:rgba(0,0,0,0);background-color:#337fb6;border:none;color:#fff;font-size:14px;padding:12px 20px;border-radius:8px;cursor:pointer;margin:0 20px 0 0}.decline-button{display:none !important}.loader-edicts-form{max-width:1028px;margin:0 auto}.loader-edicts-form label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold;font-family:'GilroyBold',sans-serif}.loader-edicts-form .form-item{display:flex;flex-direction:column}.loader-edicts-form #edit-field-ldeopt-body-0-format,.loader-edicts-form #edit-title-0-value--description{display:none}.loader-edicts-form .facturacion-edictos{border-radius:4px;border:1px solid #ccc}.loader-edicts-form .facturacion-edictos summary{color:#333;background-color:#f8f8f8;padding:1rem}.loader-edicts-form .facturacion-edictos>.row{padding:2rem;display:flex;flex-wrap:wrap;justify-content:space-between}.loader-edicts-form .facturacion-edictos>.row .required-fields{width:100%}@media (min-width:720px){.loader-edicts-form .facturacion-edictos>.row .required-fields:nth-child(1){width:48%}.loader-edicts-form .facturacion-edictos>.row .required-fields:nth-child(2){width:48%}.loader-edicts-form .facturacion-edictos>.row .required-fields:nth-child(3){width:100%}.loader-edicts-form .facturacion-edictos>.row .required-fields:nth-child(4){width:48%}.loader-edicts-form .facturacion-edictos>.row .required-fields:nth-child(5){width:48%}}.loader-edicts-form .fechas-container{margin:2rem 0 1rem}@media (min-width:720px){.loader-edicts-form .fechas-container{display:grid;grid-template-columns:1fr 3fr;-moz-column-gap:2rem;column-gap:2rem}}.loader-edicts-form .button.button--primary{display:block;width:100%;background:white;color:#1937ee;border:1px solid #1937ee;font-size:2rem;font-weight:bold;margin-top:2rem}.modal-component{display:flex;position:fixed;justify-content:center;align-items:center;top:0;left:0;opacity:0;width:100%;height:100vh;visibility:hidden}.modal-component.active{visibility:visible;opacity:1;background-color:rgba(0,0,0,0.64);top:0;width:100%;z-index:200}.modal-component .modal-wrapper{background-color:white;border-radius:4px;width:100%;max-width:800px;position:relative;overflow:hidden}.modal-component .modal-content{width:100%;max-width:800px;position:relative}.modal-component .modal-content h2{margin-bottom:8px}.modal-component .modal-content .button{color:#2b4294;background-color:#fff;border-color:#fff;padding:0.6em}.modal-component .modal-content .button:hover{color:#fff;background-color:#2b4294;border-color:#2b4294}.modal-component-modal{background-color:white;padding:2rem;border-radius:4px;width:100%;max-width:800px;position:relative;overflow:hidden}.modal-component-modal-content{width:100%;max-width:800px;height:100%;position:relative}.modal-component-modal-content h2{margin-bottom:8px}.modal-component .modal-header{text-align:center;display:flex;justify-content:space-between;padding:1rem 2rem}.modal-component .modal-header h4{margin:0}.modal-component .modal-header button{border:0;background:transparent;color:white;font-size:1.3rem;cursor:pointer}.modal-component .modal-body{padding:2rem}.modal-component--danger .modal-header{background-color:#e7004c;color:white}.modal-component--danger button{color:white}.modal-component--info .modal-header{background-color:#2b4294;color:white}.modal-component--info .modal-header button{color:white}.modal-component .button--green{background-color:#00a53b !important;border-color:#00a53b !important}.modal-component .button--red{background-color:#d9534f !important;border-color:#d9534f !important}.modal-component .modal-content-button{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-notice-edicts-modal-message{display:none}.login-checkout .checkout-pane-login{display:none}.login-checkout .login-message{display:flex;justify-content:center;margin:3rem auto;flex-direction:column;max-width:600px;text-align:center}.login-checkout .login-message .button{display:inline-block;width:150px;margin:0 auto}.field-subject-container .form-item--checkboxes{height:190px;overflow:hidden;transition:all 0.3s}.field-subject-container .form-item--checkboxes.open{height:auto}#vewmore{font-size:12px;color:#000;cursor:pointer;text-align:right}#vewmore::after{content:'Ver todos'}#vewmore.open::after{content:'Ver menos'}.header--free .header__menu .main-nav .menu--father .menu_son--item.menu_son--has-childs li,.header--anonymous .header__menu .main-nav .menu--father .menu_son--item.menu_son--has-childs li{display:block}.hidden-x{overflow-x:hidden}.full-path-node-44 .highlight-top{margin:0}#block-views-block-sections-block-1{display:none;justify-content:center;text-transform:uppercase;margin-bottom:0.5rem}@media (min-width:720px){#block-views-block-sections-block-1{display:flex}}#block-views-block-sections-block-1 h2{font-size:1rem;color:#002e72;font-family:'GilroyBold',sans-serif;margin:0.5rem}#block-views-block-sections-block-1 div:last-child{display:flex;justify-content:center;align-items:center}#block-views-block-sections-block-1 .views-field-name a{color:#1937ee;text-decoration:none;font-size:1rem;margin:0.5rem}.id-data{font-family:'GilroyBold',sans-serif;font-weight:bold;color:#000}.layout--container--none,.layout--container--default{width:100%;padding:0;left:auto}@media (min-width:720px){.layout--container--none,.layout--container--default{width:100%;grid-template-columns:0.75fr 0.25fr;padding:1rem 2rem}}@media (min-width:1300px){.layout--container--none,.layout--container--default{width:100%}}.layout--container--none .view-legis-multimedia,.layout--container--default .view-legis-multimedia{margin-right:0}@media (min-width:720px){.layout--container--none .view-legis-multimedia,.layout--container--default .view-legis-multimedia{margin-right:1.5rem}}@media (min-width:1300px){.layout--container--none .view-legis-multimedia,.layout--container--default .view-legis-multimedia{margin-right:0}}.layout--container--default .view-legis-multimedia{width:100%}.card-newspapper .modal-dialog .modal-content,.card-magazine .modal-dialog .modal-content,.card-newspapper .modal-dialog .modal-content .modal-body,.card-magazine .modal-dialog .modal-content .modal-body,.card-newspapper .modal-dialog .modal-content .modal-body .mount-node,.card-magazine .modal-dialog .modal-content .modal-body .mount-node{width:100% !important;height:100% !important;overflow:hidden;padding-bottom:1.5rem}.modal-notice-choose-plan{display:flex;position:fixed;justify-content:center;align-items:center;top:0;left:0;opacity:0;width:100%;height:100vh;visibility:hidden}.modal-notice-choose-plan.active{visibility:visible;opacity:1;background-color:rgba(0,0,0,0.64);top:0;width:100%;z-index:200}.modal-notice-choose-plan .modal-wrapper{background-color:white;border-radius:4px;width:100%;max-width:90%;height:100%;position:relative;overflow:auto}.modal-notice-choose-plan .modal-content{width:100%;max-width:100%;position:relative}.modal-notice-choose-plan .modal-content h2{margin-bottom:8px}.modal-notice-choose-plan-modal{background-color:white;padding:0 0 2rem 0;border-radius:4px;width:100%;max-width:800px;position:relative;overflow:hidden}.modal-notice-choose-plan-modal-content{width:100%;max-width:90%;height:100%;position:relative}.modal-notice-choose-plan-modal-content h2{margin-bottom:8px}.modal-notice-choose-plan .modal-header{text-align:center;display:flex;justify-content:space-between;padding:1rem 2rem;background-color:#2b4294}.modal-notice-choose-plan .modal-header h4{margin:0;width:96%;color:white;font-family:"GilroyBold",sans-serif;font-size:1.7rem}.modal-notice-choose-plan .modal-header button{border:0;background:transparent;color:white;font-size:1.3rem;cursor:pointer;width:4%}.modal-notice-choose-plan .modal-header-swicth{display:flex;justify-content:flex-end;padding:0 3rem}.modal-notice-choose-plan .modal-header-swicth .switch{display:flex;margin:10px;position:relative;right:0;top:0;z-index:10}@media (min-width:720px){.modal-notice-choose-plan .modal-header-swicth .switch{top:2px}}.modal-notice-choose-plan .modal-header-swicth .switch .time{width:60px;height:26px;background-color:#ccc;border-radius:13px;border:1px solid #666;position:relative;margin:0 10px}.modal-notice-choose-plan .modal-header-swicth .switch .time span{transition:all 0.2s;position:absolute;width:24px;height:24px;background-color:#666;display:block;border-radius:12px;top:0;left:0;right:auto}.modal-notice-choose-plan .modal-header-swicth .switch .time.time-monthly span{left:auto;right:0}.modal-notice-choose-plan .modal-body{padding:2rem;background-color:#e6e9fd}.modal-notice-choose-plan--danger .modal-header{background-color:#e7004c;color:white}.modal-notice-choose-plan--danger button{color:white}.modal-notice-choose-plan--info .modal-header{background-color:white;color:#002e72}.modal-notice-choose-plan--info .modal-header button{color:#002e72}.modal-notice-choose-plan .button--green{background-color:#00a53b !important;border-color:#00a53b !important}.modal-notice-choose-plan .button--red{background-color:#d9534f !important;border-color:#d9534f !important}.modal-notice-choose-plan .modal-content-button{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.layout--top-bottom-margin--default{margin:1rem 0}.layout--bottom-margin--default{margin:0 0 1rem 0}.plan-confirm-block{width:75%;margin:auto;border:1px solid #ccc;border-radius:10px;padding:1em;box-shadow:2px 2px 3px #ccc}.plan-confirm-block .cicon{width:45px;height:45px;text-align:center;display:inline-block;margin:0 0 5px 0}.plan-confirm-block .icon-check{background:#00a53b url(/themes/custom/ambitojuridico/images/icons/bellalert.svg) no-repeat;background-size:25px 30px;background-position:center center;border-radius:8px}.plan-confirm-block .icon-warning{background:#de9c0c url(/themes/custom/ambitojuridico/images/icons/bellalert.svg) no-repeat;background-size:25px 30px;background-position:center center;border-radius:8px}.plan-confirm-block .icon-danger{background:#e7004c url(/themes/custom/ambitojuridico/images/icons/bellalert.svg) no-repeat;background-size:25px 30px;background-position:center center;border-radius:8px}.plan-confirm-block .ctitle{font-family:'GilroyBold',sans-serif}.plan-confirm-block .cmessage{font-family:'GilroyMedium',sans-serif}#habeasdata_modal_form{padding:0 1rem;font-size:0.9rem}#habeasdata_modal_form .form-item__label{padding:0 0 0.6em}#habeasdata_modal_form .js-form-type-checkbox{align-items:flex-start}#habeasdata_modal_form .js-form-type-checkbox input{margin-right:0.5rem;margin-top:0.35rem}#habeasdata_modal_form a{color:#009bf8 !important}#habeasdata_modal_form h3.habeasdata-head{text-align:center;font-size:1.2rem;color:gray;border-bottom:1px solid gray;margin:0.5rem auto 2rem;padding:1rem 0;line-height:1}@media (min-width:720px){#habeasdata_modal_form h3.habeasdata-head{max-width:55%}}#habeasdata_modal_form .habeasdata-logo{background-image:url(/themes/custom/ambitojuridico/images/logo-color.svg);background-position:center;background-repeat:no-repeat;background-size:auto;height:50px;width:145px;margin:0 auto}.habeasdata-modal .ui-dialog-titlebar{background:transparent !important;padding:0 !important}.habeasdata-modal .ui-dialog-title{color:transparent}.habeasdata-modal .ui-dialog-titlebar-close .ui-icon-closethick{background:gray;display:none}.lo-mas-leido-home{background:#fff;border-radius:16px;padding:1.5rem}.lo-mas-leido-home .view-display-lo-mas-leido-home{padding:unset !important}.lo-mas-leido-home .item-list-container{gap:1rem;display:grid}.lo-mas-leido-home ul{padding-left:unset}.lo-mas-leido-home .card-article-list{padding:unset}.lo-mas-leido-home__title{font-family:Faustina,serif;font-size:32px;font-weight:400;line-height:45.36px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#2B4293}.lo-mas-leido-home__title::before{content:'';display:inline-block;width:3px;height:1.5rem;background-color:#0046d5;margin-right:10px}.view-news,.view-legis-multimedia .pager-show-more{padding-top:2rem}.view-news::before,.view-legis-multimedia .pager-show-more::before{width:unset;height:unset}.view-news::after,.view-legis-multimedia .pager-show-more::after{width:unset;height:unset}.view-news .pager__item a,.view-legis-multimedia .pager-show-more .pager__item a{padding:1rem 4rem;background-color:white;border-radius:2rem;border:1px solid #2B4293;color:#2B4293;white-space:nowrap}@media (max-width:400px){.view-news .pager__item a,.view-legis-multimedia .pager-show-more .pager__item a{padding:1rem 1rem}.view-news .pager__item a,.view-legis-opinion-columnists .pager-show-more .pager__item a{padding:1rem 1rem}}@media (max-width:720px){.view-news{padding:0}}.submenu-container{background-color:#f0f0f0;padding:10px;padding:1rem;margin-top:1.5rem;font-family:"Gilroy-Regular",sans-serif;display:flex;align-items:center;gap:10px;color:#000000;flex-wrap:wrap}.submenu-container strong{font-family:"Gilroy-SemiBold",sans-serif;font-size:18px;font-weight:600;line-height:22.05px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.submenu-container a{font-family:"Gilroy-Regular",sans-serif;font-size:18px;font-weight:400;line-height:21.6px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration:none;color:black;margin-right:10px;border-bottom:2px solid transparent;transition:border-bottom 0.3s ease-in-out}.submenu-container a:hover{border-bottom:2px solid blue}html{scroll-behavior:smooth}.carousel-mobile .view__pager{margin-bottom:30px}.place-holder{color:#888;border:4px dashed #888;padding:50px}.place-holder__content{font-size:3.2rem;line-height:1.4;width:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.no-zone-28,.pub-bottom-float{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:center;z-index:18;}.pub-bottom-float button{display:flex;align-self:baseline;color:black;opacity:1;font-size:2rem;background:white;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:1px 3px;box-shadow:0 0 8px black;z-index:-1;}@media (min-width:1024px){.no-zone-3.block-openx iframe{height:290px !important;}}.block-openx ins a,.block-openx iframe{display:flex;justify-content:center;}.block-openx iframe{margin:0 auto;}.block-openx h4 a{justify-content:end;}.block-openx .card-article-photo__heading-link{min-height:inherit;margin:0;}.block-openx.d-none ins,.block-openx h2{display:block;}.block-openx.no-zone-4{padding:0 !important;}.block-openx.no-zone-9,.block-openx.no-zone-12{margin-bottom:1rem;}.block-openx.no-zone-19,.block-openx.no-zone-43{margin-top:1rem;}.block-openx.no-zone-25{margin:1rem 0;}.block-openx.no-zone-70{margin-bottom:3rem;}.block-openx.no-zone-28 .cierraBanner{display:block;box-shadow:0 0px 12px -5px black;border:0;position:absolute;top:-38px;right:clamp(0px,calc((100vw - 728px) / 2),100vw);border:none;font-size:24px;cursor:pointer;}.block-openx  .block-title{display:none;}.block-openx.no-zone-28 img{box-shadow:0px 3px 30px -17px black;}.block-openx .modal-banner-popup,.block-openx .modal-banner-popup #modal-toggle,.block-openx .modal-banner-popup #modal-toggle.active~.modal-content,.block-openx .modal-banner-popup #modal-toggle:checked~.modal-content{display:none;}.block-openx .modal-banner-popup .modal-content{max-width:900px;max-height:500px;cursor:pointer;overflow:hidden;transition:all 0.2s ease-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;box-shadow:0 0 21px -2px rgba(0,0,0,0.4);border-radius:5px;}.block-openx .modal-banner-popup .modal-close{background-color:#fff;width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:absolute;right:0;border-bottom-left-radius:10px;box-shadow:0 0 21px -2px rgba(0,0,0,0.4);cursor:pointer;}.toolbar-horizontal .block-openx h2{display:inherit;}
