:root{--primary-color:#f0b500;--secondary-color:#443400;--bg-color:#f3ece3;--white:#fff}#openModalConverter{align-items:center;background-color:var(--primary-color);border:none;border:1px solid var(--primary-color);border-radius:0!important;box-sizing:border-box;color:var(--secondary-color);cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;position:absolute;top:calc(50% - 25px);transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);width:40px;z-index:9999}#openModalConverter::hover{background-color:#fff;border:1px solid var(--secondary-color);transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1)}#openModalConverter svg{height:30px;width:30px}#modal-converter.left-modal,#modal-converter.right-modal{position:fixed;z-index:99999}#modal-converter .modal-dialog{background:var(--bg-color);height:100%;margin:0 auto;max-width:100%;position:fixed;transform:translateZ(0)}#modal-converter.fade .modal-dialog{transition:opacity .3s linear,left .3s ease-out}#modal-converter.left-modal .modal-dialog{left:-100%;right:auto}#modal-converter.left-modal #openModalConverter{left:auto;right:-35px}#modal-converter.left-modal.show #openModalConverter{left:auto;right:0;top:0}#modal-converter.left-modal.show .modal-dialog{left:0;right:auto}#modal-converter.right-modal .modal-dialog{left:100%;right:auto}#modal-converter.right-modal #openModalConverter{border:1px solid #323232;left:-40px;top:calc(50% - 25px)}#modal-converter.right-modal.show #openModalConverter{left:auto;right:0;top:0}#modal-converter.right-modal.show .modal-dialog{left:auto;right:0}#modal-converter.show .modal-dialog{box-shadow:0 0 19px rgba(0,0,0,.5)}#modal-converter .modal-content{height:100vh!important}#modal-converter .modal-body{padding:10px 20px 0}#modal-converter .custom-select{text-transform:capitalize}#modal-converter .modal-content{border:none;border-radius:0}#modal-converter .modal-header{align-items:center;background:var(--primary-color);display:flex;justify-content:center;padding:1rem 1.5rem}#modal-converter .modal-header .image-modal-header{width:170px}#modal-converter .modal-body{height:91vh;overflow-x:hidden;overflow-y:auto}#modal-converter .modal-body .icon-conversion{display:flex;grid-area:2/7/2/8;justify-content:center;place-items:center}#modal-converter .modal-body .select-destination{grid-area:2/8/2/11}#modal-converter .modal-body .converted-result{grid-area:4/1/7/8}#modal-converter .modal-body .btn-cal{background-color:var(--primary-color);box-sizing:border-box;cursor:pointer;font-size:16px;grid-area:3/4/4/8;height:45px;line-height:1;margin-top:1rem;padding:0}#modal-converter .modal-body-title{font-size:1.2rem;line-height:1.2;margin-bottom:0}#modal-converter .row-form{grid-column-gap:8px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(3,1fr)}#modal-converter .form-group{display:flex;flex-direction:column}#modal-converter .custom-label{font-size:12px!important;font-weight:700!important}#modal-converter .custom-input{background-color:var(--white);border:none;box-shadow:0 1px 2px rgba(0,0,0,.16);color:#555;font-size:14px;font-weight:400;line-height:22px;padding:10px;transition:all .2s linear;-webkit-transition:all .2s linear;width:100%}#modal-converter .cantidad{grid-area:1/1/3/11}#modal-converter .select-origin{display:flex;flex-direction:row;gap:15px;grid-area:2/1/2/7}#modal-converter .select-origin .form-select{min-width:65%;width:100%}#modal-converter .select-origin .disabled-select{display:none}#modal-converter .select-origin .disabled-select label{color:#aeaeae}#modal-converter .select-origin .disabled-select select{background-color:#f0f0f0;color:#999;pointer-events:none}@media screen and (min-width:768px){#modal-converter.left-modal .modal-dialog,#modal-converter.right-modal .modal-dialog{width:60%}#modal-converter #openModalConverter{height:50px;width:50px}#modal-converter.left-modal.fade .modal-dialog{left:-60%;right:auto}#modal-converter.left-modal #openModalConverter{right:-50px}#modal-converter.left-modal.show .modal-dialog{left:0;right:auto}#modal-converter.left-modal.show #openModalConverter{left:auto;top:calc(50% - 25px)}#modal-converter.right-modal.fade .modal-dialog{left:auto;right:-60%}#modal-converter.right-modal.fade #openModalConverter{left:-50px}#modal-converter.right-modal.fade.show .modal-dialog{right:0}#modal-converter.right-modal.fade.show #openModalConverter{right:auto;top:calc(50% - 25px)}}@media(min-width:1024px){#modal-converter.left-modal .modal-dialog,#modal-converter.right-modal .modal-dialog{width:35%}#modal-converter.left-modal.fade .modal-dialog{left:-35%;right:auto}#modal-converter.left-modal.show .modal-dialog{left:0}#modal-converter.right-modal.fade .modal-dialog{right:-35%}#modal-converter.right-modal.show .modal-dialog{right:0}}.hidden{display:none}.pt-5{padding-top:1rem}.pb-5{padding-bottom:1rem}.bbc-form-wrap .bbc-form__row{grid-column-gap:8px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(3,1fr)}.bbc-form-wrap .bbc-form__row .form-group{display:flex;flex-direction:column}.bbc-form-wrap .bbc-form__row .form-group .custom-label{font-size:12px!important;font-weight:700!important}.bbc-form-wrap .bbc-form__row .form-group .bbc_short-custom-input{background-color:var(--white);border:none;box-shadow:0 1px 2px rgba(0,0,0,.16);color:#555;font-size:14px;font-weight:400;line-height:22px;padding:10px;transition:all .2s linear;-webkit-transition:all .2s linear;width:100%}.bbc-form-wrap .bbc-form__row .bbc_short-cantidad{grid-area:1/1/3/11}.bbc-form-wrap .bbc-form__row .bbc_short-select-origin{display:flex;flex-direction:row;gap:15px;grid-area:2/1/2/7}.bbc-form-wrap .bbc-form__row .bbc_short-select-origin .form-select{min-width:65%;width:100%}.bbc-form-wrap .bbc-form__row .bbc_short-select-origin .disabled-select{display:none}.bbc-form-wrap .bbc-form__row .bbc_short-select-origin .disabled-select label{color:#aeaeae}.bbc-form-wrap .bbc-form__row .bbc_short-select-origin .disabled-select select{background-color:#f0f0f0;color:#999;pointer-events:none}.bbc-form-wrap .bbc-form__row .icon-conversion{display:flex;grid-area:2/7/2/8;justify-content:center;place-items:center}.bbc-form-wrap .bbc-form__row .bbc_short-select-destination{grid-area:2/8/2/11}.bbc-form-wrap .bbc-form__row .btn-cal{background-color:var(--primary-color);box-sizing:border-box;cursor:pointer;font-size:16px;grid-area:3/4/4/8;height:45px;line-height:1;margin-top:1rem;padding:0}.bbc-form-wrap .bbc-form__row #bbc_short-converted-result{grid-area:4/1/7/8}