﻿.custom-select{width:clamp(280px,100%,360px);margin:0 auto 58px;position:relative;z-index:10;}.custom-select label{display:block;padding-left:8px;color:var(--GrisOscuro90);font-size:16px;font-weight:700;line-height:24px;letter-spacing:.2px;}.custom-select .custom-select__input-wrapper{display:grid;grid-template-columns:1fr;align-items:center;background-color:var(--Blanco);border-radius:8px;}.custom-select .custom-select__input-wrapper .custom-select__input{grid-row:1/2;grid-column:1/3;border-radius:8px;padding:12px 48px 12px 16px;color:var(--GrisClaro100);background-color:transparent;box-shadow:0 4px 8px 0 rgba(30,30,30,.1);-webkit-box-shadow:0 4px 16px 0 rgba(30,30,30,.12);-moz-box-shadow:0 4px 16px 0 rgba(30,30,30,.12);-webkit-appearance:none;border:0;outline:0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.2px;cursor:pointer;z-index:2;}.custom-select .custom-select__input-wrapper .custom-select__input:hover{box-shadow:0 4px 16px 0 rgba(30,30,30,.12);-webkit-box-shadow:0 4px 16px 0 rgba(30,30,30,.12);-moz-box-shadow:0 4px 16px 0 rgba(30,30,30,.12);}.custom-select .custom-select__input-wrapper .custom-select__input:active{box-shadow:0 16px 32px 0 rgba(30,30,30,.15);-webkit-box-shadow:0 16px 32px 0 rgba(30,30,30,.15);-moz-box-shadow:0 16px 32px 0 rgba(30,30,30,.15);}.custom-select .custom-select__input-wrapper .custom-select__input.using-keyboard{outline:4px solid var(--VerdeSecundario30);}.custom-select .custom-select__input-wrapper .custom-select__button{grid-row:1/2;grid-column:1/3;background:url('../../img/intersin_chevron_abajo_out_48px.svg') no-repeat center;width:48px;height:48px;margin-left:auto;transition:transform .2s linear;}.custom-select .custom-select__input-wrapper .custom-select__button.open{transform:rotate(180deg);}.custom-select .custom-select__options{border-radius:8px;background:var(--Blanco);box-shadow:0 4px 8px 0 rgba(30,30,30,.1);padding-block:8px;margin-top:8px;max-height:200px;overflow:auto;position:absolute;right:0;left:0;display:none;}.custom-select .custom-select__options li{height:48px;}.custom-select .custom-select__options li .custom-select__option{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center;height:100%;color:var(--GrisOscuro90);font-size:16px;font-weight:700;line-height:24px;letter-spacing:.2px;cursor:pointer;padding:8px;}.custom-select .custom-select__options li .custom-select__option::before{content:"";width:2px;height:32px;background-color:var(--VerdeSecundario70);border-radius:1px;visibility:hidden;}.custom-select .custom-select__options li .custom-select__option.selected{background-color:var(--VerdeSecundario10);}.custom-select .custom-select__options li .custom-select__option.selected::before{visibility:visible;}.custom-select .custom-select__options li a:hover{background-color:var(--Fondo);}.custom-select .custom-select__options li a:active{background-color:var(--GrisClaro30);}.custom-select .custom-select__options li a:focus-visible{outline:4px solid var(--VerdeSecundario30);outline-offset:-4px;}.custom-select .custom-select__options.show{display:initial;}.custom-select .simplebar-scrollbar.simplebar-visible:before{opacity:1;}.custom-select .simplebar-scrollbar::before{background-color:var(--GrisClaro100);opacity:1;}.custom-select [class*="simplebar-"]:focus-visible{outline:0;}