 @charset UTF-8; :root { --primary: #d6065c; --secondary: #64b3f4; --success: #00be62; --info: #028d8a; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #0b342e; --blue: #64b3f4; --indigo: #6610f2; --purple: #7758d5; --pink: #d6065c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #00be62; --dark-green: #00AB71; --teal: #028d8a; --cyan: #b9e7f1; --white: #fff; --gray-400: #ced4da; --gray: #6c757d; --gray-dark: #0b342e; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: Nunito; --font-family-primary: Nunito; --font-family-secondary: Nunito; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } button, hr, input { overflow: visible; } html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } details, footer, header, menu, nav, section { display: block; } h1 { font-size: 2em; margin: .67em 0; } main { display: block; } hr { box-sizing: content-box; height: 0; } code { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } a:active, a:hover { outline-width: 0; } b, strong { font-weight: bolder; } small { font-size: 80%; } img { border-style: none; } svg:not(:root) { overflow: hidden; } button, input { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button { text-transform: none; }  [type=submit], button, html [type=button] { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } [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-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none; } summary { display: list-item; } [hidden] { display: none; } .btn-materlu { background: linear-gradient(243deg, #028d8a 0, #00be62 100%); color: white !important; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); } .btn-materlu:hover { background: linear-gradient(243deg, #016765 0, #00984e 100%); } .btn-materlu:active { background: linear-gradient(243deg, #015b59 0, #008b48 100%); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-secondary { color: #fff !important; } .btn-link.btn:not(:disabled):not(.disabled):active, .btn-link.btn:not(:disabled):not(.disabled).active { -webkit-box-shadow: none; box-shadow: none; } .btn-link.btn:not(:disabled):not(.disabled):active:focus, .btn-link.btn:not(:disabled):not(.disabled).active:focus { -webkit-box-shadow: none; box-shadow: none; } .btn-link:focus, .btn-link.focus { text-decoration: none !important; } .btn-link:hover { text-decoration: none !important; } .bg-gradient-green { background: linear-gradient(243deg, #028d8a 0, #00be62 100%) !important; } .bg-gradient-2 { background: linear-gradient(60deg, #64b3f4 0, #c2e59c 100%) !important; } .bg-gradient-light-4 { background: -webkit-gradient(linear, left bottom, left top, from(#f3e7e9), color-stop(99%, #e3eeff), to(#e3eeff)) !important; background: linear-gradient(to top, #f3e7e9 0, #e3eeff 99%, #e3eeff 100%) !important; } .bg-gradient-light-5 { background: linear-gradient(-225deg, #E3FDF5 0, #FFE6FA 100%) !important; } .box-shadow-sm { -webkit-box-shadow: 0 1px 3px 1px rgba(53, 53, 53, .2); box-shadow: 0 1px 3px 1px rgba(53, 53, 53, .2); } .text-shadow { text-shadow: 1px 3px 5px rgba(0, 0, 0, .3); } .nav, ul { list-style: none; }  .alert:lang(cs), .btn:lang(cs), h1:lang(cs), h2:lang(cs), h3:lang(cs), h4:lang(cs), h5:lang(cs), h6:lang(cs), .h1:lang(cs), .h2:lang(cs), .h3:lang(cs), .h4:lang(cs), .h5:lang(cs), .h6:lang(cs) { font-family: Anton, sans-serif; text-transform: uppercase; } iframe { border: none; } *, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }  footer, header, main, nav, section { display: block; } body { margin: 0; font-family: var(--font-family-primary), sans-serif; font-size: 1.2rem; font-weight: 400; line-height: 1.5; color: #0b342e; text-align: left; background-color: #fff; } @media (max-width: 575.98px) { body { font-size: calc(1rem + .3vw); } } [tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } b, strong { font-weight: bolder; } small { font-size: 80%; } a { color: #028d8a; text-decoration: none; background-color: transparent; } a:hover { color: #014240; text-decoration: none; } a:not([href]) { color: inherit; text-decoration: none; } a:not([href]):hover { color: inherit; text-decoration: none; }  code { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } img { vertical-align: middle; border-style: none; } svg { overflow: hidden; vertical-align: middle; } label { display: inline-block; margin-bottom: .5rem; } button { border-radius: 0; } button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } input, button { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input { overflow: visible; } button { text-transform: none; } button, [type=button], [type=submit] { -webkit-appearance: button; } button:not(:disabled), [type=button]:not(:disabled), [type=submit]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner { padding: 0; border-style: none; } input[type=radio], input[type=checkbox] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type=date] { -webkit-appearance: listbox; } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } [type=search] { outline-offset: -2px; -webkit-appearance: none; } [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } summary { display: list-item; cursor: pointer; } template { display: none; } [hidden] { display: none !important; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: .5rem; font-family: var(--font-family-secondary), sans-serif; font-weight: 900; line-height: 1.2; } h1, .h1 { font-size: 3rem; } @media (max-width: 1200px) { h1, .h1 { font-size: calc(1.425rem + 2.1vw); } } h2, .h2 { font-size: 2.4rem; } @media (max-width: 1200px) { h2, .h2 { font-size: calc(1.365rem + 1.38vw); } } h3, .h3 { font-size: 2.1rem; } @media (max-width: 1200px) { h3, .h3 { font-size: calc(1.335rem + 1.02vw); } } h4, .h4 { font-size: 1.8rem; } @media (max-width: 1200px) { h4, .h4 { font-size: calc(1.305rem + .66vw); } } h5, .h5 { font-size: 1.5rem; } @media (max-width: 1200px) { h5, .h5 { font-size: calc(1.275rem + .3vw); } } h6, .h6 { font-size: 1.2rem; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, .1); } small, .small { font-size: 80%; font-weight: 400; } .img-fluid { max-width: 100%; height: auto; } code { font-size: 87.5%; color: #d6065c; word-wrap: break-word; } a>code { color: inherit; } .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } .container-fluid, .container-lg { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container, .container-lg { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-lg { max-width: 1140px; } } @media (min-width: 1400px) {  .container-lg, .container { max-width: 1320px; } } @media (min-width: 1600px) {  .container-lg, .container { max-width: 1520px; } } @media (min-width: 1800px) {  .container-lg, .container { max-width: 1720px; } } @media (min-width: 2000px) {  .container-lg, .container { max-width: 1920px; } } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }  .col-12, .col, .col-sm-6, .col-md-8, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } @media (min-width: 576px) { .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } } @media (min-width: 768px) { .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; } .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } } @media (min-width: 992px) { .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; } .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } } @media (min-width: 1200px) { .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } } .form-control { display: block; width: 100%; height: calc(1.5em + 1rem + 2px); padding: .5rem 1.5rem; font-family: var(--font-family-primary), sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 1.5; color: #6c757d; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 1rem; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { -webkit-transition: none; transition: none; } } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #6c757d; } .form-control:focus { color: #0b342e; background-color: #fff; border-color: #00be62; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 3px 5px rgba(0, 0, 0, .125); } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled { background-color: #e9ecef; opacity: 1; } .form-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row>.col, .form-row>[class*=col-] { padding-right: 5px; padding-left: 5px; } .form-check { position: relative; display: block; padding-left: 1.25rem; } .form-check-label { margin-bottom: 0; } .form-check-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 0; margin-right: .75rem; } .invalid-feedback { display: none; width: 100%; margin-top: .25rem; font-size: 80%; color: #dc3545; }  .is-invalid~.invalid-feedback { display: block; }  .form-control.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 1rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill=none stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin=round d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + .25rem) center; background-size: calc(0.75em + .5rem) calc(0.75em + .5rem); }  .form-control.is-invalid:focus { border-color: #dc3545; -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25); box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25); }  .custom-control-input.is-invalid~.custom-control-label { color: #dc3545; }  .custom-control-input.is-invalid~.custom-control-label::before { border-color: #dc3545; }  .custom-control-input.is-invalid:checked~.custom-control-label::before { border-color: #e4606d; background-color: #e4606d; }  .custom-control-input.is-invalid:focus~.custom-control-label::before { -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25); box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25); }  .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before { border-color: #dc3545; } .btn { display: inline-block; font-family: var(--font-family-secondary), sans-serif; font-weight: 900; color: #0b342e; text-align: center; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 0 solid transparent; padding: .5rem 1.5rem; font-size: 1.25rem; line-height: 1.5; border-radius: 1.75rem; -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { -webkit-transition: none; transition: none; } } .btn:hover { color: #0b342e; text-decoration: none; } .btn:focus, .btn.focus { outline: 0; -webkit-box-shadow: 0 0 0 .2rem rgba(214, 6, 92, .25); box-shadow: 0 0 0 .2rem rgba(214, 6, 92, .25); } .btn.disabled, .btn:disabled { opacity: .65; -webkit-box-shadow: none; box-shadow: none; } .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus { -webkit-box-shadow: 0 0 0 .2rem rgba(214, 6, 92, .25), inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: 0 0 0 .2rem rgba(214, 6, 92, .25), inset 0 3px 5px rgba(0, 0, 0, .125); } a.btn.disabled { pointer-events: none; } .btn-primary { color: #fff; background-color: #d6065c; border-color: #d6065c; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); } .btn-primary:hover { color: #fff; background-color: #b1054c; border-color: #a40547; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #b1054c; border-color: #a40547; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4), 0 0 0 .2rem rgba(220, 43, 116, .5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4), 0 0 0 .2rem rgba(220, 43, 116, .5); } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #d6065c; border-color: #d6065c; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle { color: #fff; background-color: #a40547; border-color: #980441; } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(220, 43, 116, .5); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(220, 43, 116, .5); } .btn-secondary { color: #0b342e; background-color: #64b3f4; border-color: #64b3f4; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); } .btn-secondary:hover { color: #fff; background-color: #40a1f1; border-color: #349cf1; } .btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #40a1f1; border-color: #349cf1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4), 0 0 0 .2rem rgba(87, 160, 214, .5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4), 0 0 0 .2rem rgba(87, 160, 214, .5); } .btn-secondary.disabled, .btn-secondary:disabled { color: #0b342e; background-color: #64b3f4; border-color: #64b3f4; } .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle { color: #fff; background-color: #349cf1; border-color: #2896f0; } .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(87, 160, 214, .5); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(87, 160, 214, .5); } .btn-blue { color: #0b342e; background-color: #64b3f4; border-color: #64b3f4; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4); } .btn-blue:hover { color: #fff; background-color: #40a1f1; border-color: #349cf1; } .btn-blue:focus, .btn-blue.focus { color: #fff; background-color: #40a1f1; border-color: #349cf1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4), 0 0 0 .2rem rgba(87, 160, 214, .5); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .4), 0 0 0 .2rem rgba(87, 160, 214, .5); } .btn-blue.disabled, .btn-blue:disabled { color: #0b342e; background-color: #64b3f4; border-color: #64b3f4; } .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show>.btn-blue.dropdown-toggle { color: #fff; background-color: #349cf1; border-color: #2896f0; } .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show>.btn-blue.dropdown-toggle:focus { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(87, 160, 214, .5); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(87, 160, 214, .5); } .btn-link { font-weight: 400; color: #028d8a; text-decoration: none; } .btn-link:hover { color: #014240; text-decoration: none; } .btn-link:focus, .btn-link.focus { text-decoration: none; -webkit-box-shadow: none; box-shadow: none; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; } .btn-sm { padding: .5rem .75rem; font-size: .95rem; line-height: 1.5; border-radius: 1rem; } .btn-block { display: block; width: 100%; } .btn-block+.btn-block { margin-top: .5rem; } input[type=submit].btn-block, input[type=button].btn-block { width: 100%; } .fade { -webkit-transition: opacity .15s linear; transition: opacity .15s linear; } @media (prefers-reduced-motion: reduce) { .fade { -webkit-transition: none; transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .dropup, .dropdown { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1.2rem; color: #0b342e; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .15); border-radius: 1rem; -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175); box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175); } .dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: .125rem; } .dropup .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: 0; border-right: .3em solid transparent; border-bottom: .3em solid; border-left: .3em solid transparent; } .dropup .dropdown-toggle:empty::after { margin-left: 0; } .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] { right: auto; bottom: auto; } .dropdown-item { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #0b342e; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #071f1b; text-decoration: none; background-color: #f8f9fa; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #d6065c; } .dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .custom-control { position: relative; display: block; min-height: 1.8rem; padding-left: 1.5rem; } .custom-control-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 1rem; } .custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.4rem; opacity: 0; } .custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #d6065c; background-color: #d6065c; -webkit-box-shadow: none; box-shadow: none; } .custom-control-input:focus~.custom-control-label::before { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), inset 0 3px 5px rgba(0, 0, 0, .125); } .custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #00be62; } .custom-control-input:not(:disabled):active~.custom-control-label::before { color: #fff; background-color: #fc93be; border-color: #fc93be; -webkit-box-shadow: none; box-shadow: none; } .custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label { color: #6c757d; } .custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before { background-color: #e9ecef; } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; } .custom-control-label::before { position: absolute; top: .4rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .custom-control-label::after { position: absolute; top: .4rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50% / 50% 50%; } .custom-radio .custom-control-label::before { border-radius: 50%; } .custom-radio .custom-control-input:checked~.custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(214, 6, 92, .5); } .custom-control-label::before { -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-control-label::before { -webkit-transition: none; transition: none; } } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: .5rem 1rem; } .nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .navbar { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: .5rem 1rem; } .navbar .container, .navbar .container-fluid, .navbar .container-lg { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .navbar-brand { display: inline-block; padding-top: .275rem; padding-bottom: .275rem; margin-right: 1rem; font-size: 1.5rem; line-height: inherit; white-space: nowrap; } @media (max-width: 1200px) { .navbar-brand { font-size: calc(1.275rem + .3vw); } } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; float: none; } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar-toggler { padding: .25rem .75rem; font-size: 1.5rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 1.75rem; } @media (max-width: 1200px) { .navbar-toggler { font-size: calc(1.275rem + .3vw); } } .navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } @media (max-width: 991.98px) { .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { .navbar-expand-lg { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem; } .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .navbar-expand-lg .navbar-collapse { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -ms-flex-preferred-size: auto; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } .card { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); border-radius: 1rem; } .card>hr { margin-right: 0; margin-left: 0; } .accordion>.card { overflow: hidden; } .accordion>.card:not(:last-of-type) { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion>.card:not(:first-of-type) { border-top-left-radius: 0; border-top-right-radius: 0; } .badge { display: inline-block; padding: .25em .4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 1rem; -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .badge { -webkit-transition: none; transition: none; } } a.badge:hover, a.badge:focus { text-decoration: none; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 1rem; } .alert-warning { color: #fff3cd; background-color: #ffc107; border-color: #ffeeba; } .alert-warning hr { border-top-color: #ffe8a1; } @-webkit-keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } } .media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .close { float: right; font-size: 1.8rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; } @media (max-width: 1200px) { .close { font-size: calc(1.305rem + .66vw); } } .close:hover { color: #000; text-decoration: none; } .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .75; } button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } a.close.disabled { pointer-events: none; } .modal-open { overflow: hidden; } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; } .modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out; -webkit-transform: translate(0, -50px); transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { -webkit-transition: none; transition: none; } } .modal.show .modal-dialog { -webkit-transform: none; transform: none; } .modal.modal-static .modal-dialog { -webkit-transform: scale(1.02); transform: scale(1.02); } .modal-dialog-scrollable { display: -webkit-box; display: -ms-flexbox; display: flex; max-height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; } .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { -ms-flex-negative: 0; flex-shrink: 0; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: calc(100% - 1rem); } .modal-dialog-centered::before { display: block; height: calc(100vh - 1rem); content: ""; } .modal-dialog-centered.modal-dialog-scrollable { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; } .modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; } .modal-dialog-centered.modal-dialog-scrollable::before { content: none; } .modal-content { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 3px solid rgba(0, 0, 0, .2); border-radius: 2rem; -webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5); box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5); outline: 0; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: .5; } .modal-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 1rem; border-bottom: 3px solid #dee2e6; border-top-left-radius: calc(2rem - 3px); border-top-right-radius: calc(2rem - 3px); } .modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: .75rem; border-top: 3px solid #dee2e6; border-bottom-right-radius: calc(2rem - 3px); border-bottom-left-radius: calc(2rem - 3px); } .modal-footer>* { margin: .25rem; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-dialog-centered::before { height: calc(100vh - 3.5rem); } .modal-content { -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5); box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5); } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } .border { border: 1px solid #dee2e6 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-left { border-left: 1px solid #dee2e6 !important; } .border-blue { border-color: #64b3f4 !important; } .border-cyan { border-color: #b9e7f1 !important; } .rounded { border-radius: 1rem !important; } .rounded-circle { border-radius: 50% !important; } .d-none { display: none !important; } .d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-block { display: block !important; } .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; } } @media (min-width: 1200px) { .d-xl-block { display: block !important; } } .flex-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-column-reverse { -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-grow-1 { -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .justify-content-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-end { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-center { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-between { -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } .align-items-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } .align-items-baseline { -webkit-box-align: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; } .align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-center { -ms-flex-item-align: center !important; align-self: center !important; } @media (min-width: 576px) { .flex-sm-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-sm-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .justify-content-sm-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } } @media (min-width: 768px) { .flex-md-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .justify-content-md-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .align-items-md-start { -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-md-center { -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; } } @media (min-width: 992px) { .flex-lg-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; } .flex-lg-column { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .justify-content-lg-start { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; } .align-items-lg-stretch { -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; } } .position-relative { position: relative !important; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .w-100 { width: 100% !important; } .m-0 { margin: 0 !important; } .mt-0 { margin-top: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .mt-1, .my-1 { margin-top: .25rem !important; } .mr-1, .mx-1 { margin-right: .25rem !important; }  .my-1 { margin-bottom: .25rem !important; }  .mx-1 { margin-left: .25rem !important; } .mt-2, .my-2 { margin-top: .5rem !important; } .mr-2, .mx-2 { margin-right: .5rem !important; } .mb-2, .my-2 { margin-bottom: .5rem !important; } .ml-2, .mx-2 { margin-left: .5rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; }  .mx-4 { margin-right: 1.5rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; } .mb-5 { margin-bottom: 3rem !important; } .p-0 { padding: 0 !important; }  .px-0 { padding-right: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .pt-1, .py-1 { padding-top: .25rem !important; }  .py-1 { padding-bottom: .25rem !important; } .pl-1 { padding-left: .25rem !important; } .p-2 { padding: .5rem !important; } .pt-2, .py-2 { padding-top: .5rem !important; } .pr-2, .px-2 { padding-right: .5rem !important; }  .py-2 { padding-bottom: .5rem !important; }  .px-2 { padding-left: .5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; }  .px-3 { padding-right: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; }  .px-3 { padding-left: 1rem !important; }  .px-4 { padding-right: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .pt-5 { padding-top: 3rem !important; } .m-auto { margin: auto !important; } @media (min-width: 576px) {  .my-sm-3 { margin-top: 1rem !important; }  .mx-sm-3 { margin-right: 1rem !important; }  .my-sm-3 { margin-bottom: 1rem !important; }  .mx-sm-3 { margin-left: 1rem !important; }  .py-sm-0 { padding-top: 0 !important; }  .py-sm-0 { padding-bottom: 0 !important; }  .px-sm-3 { padding-right: 1rem !important; }  .px-sm-3 { padding-left: 1rem !important; } } @media (min-width: 768px) { .mt-md-0, .my-md-0 { margin-top: 0 !important; }  .my-md-0 { margin-bottom: 0 !important; } .mr-md-3 { margin-right: 1rem !important; } } @media (min-width: 992px) { .mr-lg-0 { margin-right: 0 !important; } .mt-lg-2, .my-lg-2 { margin-top: .5rem !important; }  .my-lg-2 { margin-bottom: .5rem !important; }  .px-lg-0 { padding-right: 0 !important; }  .px-lg-0 { padding-left: 0 !important; }  .px-lg-2 { padding-right: .5rem !important; }  .px-lg-2 { padding-left: .5rem !important; } .p-lg-3 { padding: 1rem !important; } .pr-lg-3 { padding-right: 1rem !important; } } @media (min-width: 1200px) {  .py-xl-0 { padding-top: 0 !important; }  .py-xl-0 { padding-bottom: 0 !important; } } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-center { text-align: center !important; } } .text-uppercase { text-transform: uppercase !important; } .text-white { color: #fff !important; } .text-primary { color: #d6065c !important; } a.text-primary:hover, a.text-primary:focus { color: #8c043c !important; } .text-light { color: #f8f9fa !important; } a.text-light:hover, a.text-light:focus { color: #cbd3da !important; } .text-blue { color: #64b3f4 !important; } a.text-blue:hover, a.text-blue:focus { color: #1d90ef !important; } .text-pink { color: #d6065c !important; } a.text-pink:hover, a.text-pink:focus { color: #8c043c !important; } .text-teal { color: #028d8a !important; } a.text-teal:hover, a.text-teal:focus { color: #014240 !important; } .text-white { color: #fff !important; } a.text-white:hover, a.text-white:focus { color: #d9d9d9 !important; } .text-muted { color: #6c757d !important; } .visible { visibility: visible !important; } @media print { *, *::before, *::after { text-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a:not(.btn) { text-decoration: underline; }  img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } @page { size: a3; } body { min-width: 992px !important; } .container { min-width: 992px !important; } .navbar { display: none; } .badge { border: 1px solid #000; } } /*! * MIT Licence * ShahinSorkh <sorkh.shahin@hotmail.com> 2017 */ @-webkit-keyframes fadeIn { 0 { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0 { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeInDown { 0 { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { 0 { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInDownBig { 0 { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDownBig { 0 { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInLeft { 0 { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { 0 { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInLeftBig { 0 { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeftBig { 0 { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInRight { 0 { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { 0 { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInRightBig { 0 { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRightBig { 0 { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInUp { 0 { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { 0 { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeInUpBig { 0 { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUpBig { 0 { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes fadeOut { 0 { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0 { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes fadeOutDown { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @-webkit-keyframes fadeOutDownBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes fadeOutDownBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @-webkit-keyframes fadeOutLeft { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @-webkit-keyframes fadeOutLeftBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes fadeOutLeftBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @-webkit-keyframes fadeOutRight { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @-webkit-keyframes fadeOutRightBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes fadeOutRightBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @-webkit-keyframes fadeOutUp { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @-webkit-keyframes fadeOutUpBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes fadeOutUpBig { 0 { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @-webkit-keyframes slideInDown { 0 { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { 0 { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInLeft { 0 { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInLeft { 0 { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInRight { 0 { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInRight { 0 { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInUp { 0 { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInUp { 0 { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideOutDown { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes slideOutDown { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @-webkit-keyframes slideOutLeft { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes slideOutLeft { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @-webkit-keyframes slideOutRight { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes slideOutRight { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @-webkit-keyframes slideOutUp { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { 0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } body * { outline: none !important; } header { position: sticky; top: 0; } .country-select { width: 100%; text-align: left; border: 1px solid #dee2e6; border-radius: .5rem; padding: .75rem 1rem; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; background-color: #fff; } .country-option { display: flex; align-items: center; padding: .75rem 1rem; cursor: pointer; } .country-option:hover { background-color: #f8f9fa; } .country-option img, .country-select img { width: 24px; height: 24px; margin-right: .75rem; border-radius: 50%; object-fit: cover; } .small_currency_symbol{font-size:.8rem} header { z-index: 1030; } .hamburguer { font-size: 1.8rem; width: 26px; } #language-collapse a { -webkit-transition: .3s; transition: .3s; } #language-collapse a:hover { -webkit-transition: .3s; transition: .3s; } .navbar li { list-style: none; } .navbar-brand img { max-height: 40px; } .nav-custom-after .navbar-brand img { height: 37px; } .nav-custom-after { background-image: linear-gradient(-225deg, #E3FDF5 0, #FFE6FA 100%); padding: 0rem; border-bottom: 5px solid #b9e7f1; -webkit-box-shadow: 0 1px 4px 2px rgba(53, 53, 53, .3); box-shadow: 0 1px 4px 2px rgba(53, 53, 53, .3); } @media (max-width: 991.98px) { .nav-custom-after { height: 47px; } } .nav-custom-after a, .nav-custom-after i { --text-dark-blue: #3b90d6; color: var(--text-dark-blue); -webkit-transition: all 1s ease; transition: all 1s ease; } .numberCart { position: absolute; padding: 2px 7px; background: #028d8a; border-radius: 25px; font-size: .7rem !important; top: 18px; color: white; right: 10px; } .sticky { position: fixed; top: 0; width: 100%; } .header_content { z-index: 5000; top: 0; left: 0; right: 0; transition: top ease-out .3s; } .bg-gradient-pink { background: linear-gradient(243deg, rgb(214, 6, 92) 0, rgb(249, 36, 142) 100%) } @media (min-width: 992px) { .mega-menu { position: absolute; top: 100%; right: 0; width: 100vw; background-color: #E3FDF5; -webkit-box-shadow: 0 3px 3px 0 rgba(53, 53, 53, .3); box-shadow: 0 3px 3px 0 rgba(53, 53, 53, .3); background-image: linear-gradient(-225deg, #E3FDF5 0, #FFE6FA 100%); border-bottom: 5px solid #b9e7f1; border-top: 5px solid #b9e7f1; } .dropdown { position: static; } } @media (max-width: 991.98px) { .navbar-collapse{ background-color: #E3FDF5; background-image: linear-gradient(-225deg, #E3FDF5 0, #FFE6FA 100%); border-bottom: 5px solid #b9e7f1; -webkit-box-shadow: 0 1px 4px 2px rgba(53, 53, 53, .3); box-shadow: 0 1px 4px 2px rgba(53, 53, 53, .3); } .menu-mobile { border-bottom: 1px solid #dee2e6; } } .menu-icon-svg { --text-dark-blue: #3b90d6; fill: var(--text-dark-blue); background-color: #c8e6ed; border-radius: .5rem; padding: .45rem; } @media (max-width: 991.98px) { .menu-icon-svg { height: 38px; } } @media (min-width: 992px) { .menu-icon-svg { height: 45px; border: 3px solid #8fdaeb; } } .menu-link-region { flex-basis: 25%; flex-grow: 0; } .menu-link { align-self: stretch; border-bottom: 1px solid #dee2e6; border-right: 1px solid #dee2e6; } @media (max-width: 991.98px) { .menu-link:first-of-type { border-top: 1px solid #dee2e6; } .menu-link:last-of-type { border-bottom: 0; } } .menu-link .h6{ --text-dark-blue: #3b90d6; color:var(--text-dark-blue); } .menu-link:hover { background-color: #dae1ff; } .book-link:hover { --text-dark-blue: #574d8a; } .flag-menu{ --text-dark-blue: #3b90d6; border:2px solid var(--text-dark-blue); height: 20px; width: 20px; } .img-menu1 { max-height: 180px; object-fit: contain; border-radius: .25rem; max-width: 100%; height: auto; } .img-menu2 { max-height: 124px; object-fit: contain; border-radius: .25rem; max-width: 100%; height: auto; } .nav-item-caption { color: #3b90d6; font-size: 1.0rem; font-weight: 900; } .nav-item { min-width: 50px; } @media (max-width: 991.98px) { .nav-item i { font-size: 1rem; } } .nav-buttons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));; } @media (max-width: 991.98px) { .nav-buttons { display: none; } } @media (min-width: 1200px) { .nav-link-with-icon { padding-bottom: 0 !important; } } .boxBanner{ z-index: 5000; text-align: center; width: 100vw; padding: 6px; padding-left: 16px; padding-right: 16px; font-size: 1.3rem; } @media (max-width: 575.98px) { .boxBanner { font-size: 1rem; line-height: 1.6rem; } } .boxBanner em { font-style: normal; padding: 0 8px; border-radius: 4px; } header { position: fixed; top: 0; width: 100%; transition: top .3s; } body { margin-top: 84px; } @media (min-width: 768px) { body { margin-top: 124px; } } .collapse-cart-summary { transition: max-height .3s ease; overflow: hidden; } @media (max-width: 991.98px) { .collapse-cart-summary { max-height: 0; } .collapse-cart-summary.show { max-height: 1000px; } .cart-summary-toggle { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #f5f7fa; box-shadow: 0 1px 4px rgba(0,0,0,.04); transition: background .2s; } .cart-summary-toggle:active, .cart-summary-toggle:focus { background: #e0e7ef; } .cart-summary-toggle i { font-size: 1.2rem; color: #64b3f4; transition: transform .2s; } } @media (min-width: 992px) { .collapse-cart-summary { max-height: none !important; overflow: visible !important; } .cart-summary-toggle { display: none !important; } } .main-container { min-height: calc(100vh - 65px); } .bg-img { background-image: url(https://cdn.materlu.com/img/bg-img/forma3rosa.png); background-repeat: no-repeat; } .bg-img2 { background-image: url(https://cdn.materlu.com/img/bg-img/forma4rosa2.png); background-repeat: no-repeat; } @media (max-width: 575.98px) { .bg-img { background-position: 20vw -5vh; } .bg-img2 { background-position: -15vw 100%; } } @media (min-width: 576px) and (max-width: 767.98px) { .bg-img { background-position: 20vw -5vh; } .bg-img2 { background-position: -30% 100%; } } @media (min-width: 768px) and (max-width: 991.98px) { .bg-img { background-position: 40vw -5vh; } .bg-img2 { background-position: -30% 100%; } } @media (min-width: 992px) and (max-width: 1199.98px) { .bg-img { background-position: 250% 0; } .bg-img2 { background-position: -30% 100%; } } @media (min-width: 1200px) and (max-width: 1399.98px) { .bg-img { background-position: 140% 0; } .bg-img2 { background-position: -10% 100%; } } @media (min-width: 1400px) { .bg-img { background-position: 110% 0; } .bg-img2 { background-position: 0 100%; } } .customization-dot { border-radius: 26px; height: 26px; width: 26px; display: block; border: 5px solid white; cursor: pointer; -webkit-transition: border-width .1s ease-in-out; transition: border-width .1s ease-in-out; -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, .4); box-shadow: 0 0 0 rgba(204, 169, 44, .4); -webkit-transform: scale(1); transform: scale(1); margin-bottom: 5px; } .done .customization-dot { border-radius: 14px; height: 14px; width: 14px; border: 2px solid white; margin-top: 4px; margin-bottom: 6px; } .active .bg-gradient-green { background: linear-gradient(243deg, #64b3f4 0, #a5d6ff 100%) !important; } .done .bg-gradient-green { background: linear-gradient(243deg, #64b3f4 0, #a5d6ff 100%) !important; } .shopping-cart-next-button { margin-left: auto; margin-right: auto; min-width: 40%; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4); box-shadow: 0 0 0 0 rgba(255, 255, 255, .4); } 70% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } @keyframes pulse { 0 { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4); box-shadow: 0 0 0 0 rgba(255, 255, 255, .4); } 70% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } } .bread-crumb-custom .h6 { text-align: center; color: #64b3f4; width: 110px; opacity: .6; } .bread-crumb-custom .line { border-radius: 1px; width: 107px; height: 3px; background: #fff; position: absolute; top: 12px; left: -62px; } @media (max-width: 576px) { .bread-crumb-custom .h6 { font-size: calc(1rem + .3vw); width: 110px; } } .bread-crumb-custom .active .h6 { color: #64b3f4; opacity: 1; } .bread-crumb-custom .active .customization-dot { -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; } .breadcrumb-character { -o-object-fit: contain; object-fit: contain; height: 60px; max-width: 60px; vertical-align: bottom; background: #fff; border: 3px solid #b9e7f1; border-radius: 50px; } @media (max-width: 575.98px) { .breadcrumb-character { height: 50px; max-width: 50px; } } .breadcrumb-charactername { color: #fff; white-space: nowrap; background: #64b3f4; border-radius: 50px; padding: 2px 8px; position: relative; top: -8px; font-size: 12px; cursor: pointer; } .book-order { border-bottom: 1px solid #dee2e6; margin-bottom: 1rem; } .empty-cart-img { max-height: 35vh; } .hidden { display: none!important; } .sr-field-error { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; color: #df1b41; text-align: left; font-size: .93rem; line-height: 17px; margin-top: 5px; } .terms-error { opacity: 1; max-height: 40px; transition: opacity .3s, max-height .3s, margin-top .3s; overflow: hidden; } .terms-error.terms-error-hidden { opacity: 0; max-height: 0; pointer-events: none; margin-top: 0; } .checkout-group-lock { opacity: .6; } .line-through { text-decoration: line-through } #paypal-button { min-height: 50px; } #paypal_option { margin-top: 8px; } .paypal-spinner { position: absolute; top: 16px; } .paypal-spinner-div { position: absolute; width: 100%; height: 48px; text-align: center !important; } #descuentos { margin: 0 -8px; } #fee { margin-bottom: 1rem; } .validarPromo { margin-left: auto; margin-right: auto; } .paypal-section { min-height: 70px; } :not(.coupon).total-price { text-decoration: line-through; } .coupon.with-discount.price { display: none; } .teal-accent-check { accent-color: teal; } .free-shipping-label-title, .free-shipping-label { font-weight: 700; } .free-shipping-label { font-size: 1.1rem; } @media (max-width: 575.98px) { .free-shipping-label { font-size: 1.0rem; } } @media (min-width: 1200px) { .container { max-width: 1100px; } } input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } .custom-number-input { display: inline-flex; align-items: center; } .custom-number-input button { border: none; color: white; cursor: pointer; height: calc(1.5em + 1rem - 5px); min-width: 32px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .25); } .custom-number-input button.decrement { border-top-left-radius: 1.75rem; border-bottom-left-radius: 1.75rem; } .custom-number-input button.increment { border-top-right-radius: 1.75rem; border-bottom-right-radius: 1.75rem; } .custom-number-input input[type=number] { display: block; height: calc(1.5em + 1rem - 6px); padding: .5rem 1.5rem; font-family: var(--font-family-primary), sans-serif; font-size: 1.25rem; font-weight: 400; line-height: 1.5; color: #6c757d; background-color: #fff; background-clip: padding-box; width: 48px; text-align: center; border: 1px solid #ccc; border-left: none; border-right: none; padding: 10px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .25); } .custom-number-input label { margin-bottom: 0; margin-right: .5rem; } .btn-outline-secondary-cart { color: #64b3f4; border-color: #64b3f4; border-width: 1px; } .cart-avatars { flex-grow: 9999; } .cart-controls { gap: .5rem; flex-grow: 1; } .cart-controls .btn-secondary:focus { background-color: #64b3f4; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 1px 1px 4px 0 rgba(53, 53, 53, .25); } .cart-controls .btn-secondary:active { box-shadow: unset !important; } .coupon-code { overflow: hidden; padding-left: 8px; text-overflow: ellipsis; font-size: 1.3rem; } .coupon-button { padding: 8px; line-height: .6; margin-bottom: 2px; } .form-check-label { font-size: 1rem; } .stripe-loading-skeleton { display: flex; flex-direction: column; gap: 12px; min-height: 72px; padding: 8px 0; } .stripe-skeleton-bar { height: 18px; border-radius: 4px; background: #f5f7fa; position: relative; overflow: hidden; } .stripe-skeleton-bar.short { width: 60%; } .stripe-skeleton-bar.medium { width: 80%; } .stripe-skeleton-bar.long { width: 100%; } .stripe-skeleton-bar::after { content: ''; display: block; position: absolute; left: -40%; top: 0; height: 100%; width: 40%; background: linear-gradient(90deg, transparent, #eaf0f6 60%, transparent); animation: stripe-skeleton-shimmer 1.2s infinite; } @keyframes stripe-skeleton-shimmer { 0 { left: -40%; } 100% { left: 100%; } } .express-loading { min-height: 48px; position: relative; background: none; } @keyframes express-skeleton-shimmer { 0 { left: -40%; } 100% { left: 100%; } } .express-minheight { min-height: 48px; } .link-authentication-element { min-height: 72px; } .cif-label { font-size: .93rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin-bottom: .25rem; margin-top: .6rem; } .cif-input { height: 43.73px; font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; padding: .75rem .75rem; background-color: #fff; border-radius: 1rem; border: 1px solid#e6e6e6; box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02); } .cif-input.invalid { color: #df1b41; border-color: #df1b41; box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02), 0 0 0 1px #df1b41; } .cart-summary-container { flex: 1; min-width: 0; } .cart-summary-span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 1.2; } .shipping-option-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-size: 1.05rem; } .checkout-or-separator { display: flex; align-items: center; margin: 1rem 0; } .checkout-or-separator hr { flex: 1; border: none; border-top: 1px solid #ccc; margin: 0 1rem; } .checkout-or-separator span { white-space: nowrap; color: #888; font-weight: 600; } @media (max-width: 575.98px) { h4, .h4 { font-size: 1.5rem !important; } h5, .h5 { font-size: 1.275rem !important; } } .checkout-container { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 10px; } .item1 { grid-row: 1; } .item2 { grid-row: 2; } .item3 { grid-row: 3; } @media (max-width: 991.98px) { .checkout-container.step-2 .item1 { grid-row: 2; } .checkout-container.step-2 .item2 { grid-row: 1; } .checkout-container.step-2 .item3 { grid-row: 3; } } @media (min-width: 992px) { .checkout-container { grid-template-columns: 2fr 1fr; grid-template-rows: auto auto; } .item1 { grid-column: 1; grid-row: 1; } .item2 { grid-column: 2; grid-row: 1 / 3; } .item3 { grid-column: 1; grid-row: 2; } } footer { z-index: 1010; position: relative; -webkit-box-shadow: 0 -1px 4px 2px rgba(53,53,53,.3); box-shadow: 0 -1px 4px 2px rgba(53,53,53,.3); border-top: #01827b 5px solid; } .bg-gradient-green .dropdown-item:focus,.bg-gradient-green .dropdown-item:hover { color: #fff; text-decoration: none; background-color: #028d8a; } .bg-gradient-green a.text-light:focus,.bg-gradient-green a.text-light:hover { color: #fff!important; } .flag { border: 2px solid #01827b; } .flag { height: 20px; width: 20px; } footer .dropdown-menu { min-width: inherit; } .close { outline: 0!important; } .social-links .fa-stack { margin: 4px; } .x-twitter { fill: #fff; height: 1em; width: 1em; top: .5em; left: .75em; } .footer-links label { margin-bottom: 0; } .footer-links a, .footer-links label, .footer-links .fake-link, .footer-links .h5 { text-shadow: 1px 1px 5px rgb(1 130 123); transition: all .3s ease-in-out; } .footer-links a:hover, .footer-links .fake-link:hover .footer-links label:hover { text-shadow: 1px 1px 10px rgb(2 97 92); transition: all .3s ease-in-out; transform: translateX(3px); } .footer-links .h5 { text-decoration: underline; } .justify-content-evenly { justify-content: space-evenly; } 