 @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 { overflow: visible; } html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; }  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 { font-weight: bolder; } small { font-size: 80%; } img { border-style: none; } svg:not(:root) { overflow: hidden; } button { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button { text-transform: none; }  button, html [type=button] { -webkit-appearance: button; } [type=button]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } [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-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); } .font-primary { font-family: var(--font-family-primary), sans-serif; font-weight: 400; } .nav, ul { list-style: none; }  .btn:lang(cs), h1:lang(cs), h2:lang(cs), h3:lang(cs), h5:lang(cs), h6:lang(cs), .h1:lang(cs), .h2:lang(cs), .h3: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, h5, h6 { margin-top: 0; margin-bottom: .5rem; } p { margin-top: 0; margin-bottom: 1rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } b { 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; }  button { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button { overflow: visible; } button { text-transform: none; } button, [type=button] { -webkit-appearance: button; } button:not(:disabled), [type=button]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, [type=button]::-moz-focus-inner { padding: 0; border-style: none; } [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, h5, h6, .h1, .h2, .h3, .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); } } 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-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-xl-6, .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: 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%; } .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } } .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 { 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); } .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 { color: #6c757d; pointer-events: none; } .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 { color: #6c757d; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .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; } .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; } @media (max-width: 767.98px) { .breadcrumb-container { display: none; } } .breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: transparent; border-radius: 1rem; } .breadcrumb { box-shadow: 0 1px 3px 1px rgb(53 53 53 / 50%); border-radius: 0; margin-bottom: 0; padding-left: 1rem; padding-right: 1rem; padding-bottom: .25rem; } .breadcrumb-item a, .breadcrumb-item { font-weight: 900; text-transform: uppercase; font-size: .95rem; color: #f8f9fa; } .breadcrumb-item+.breadcrumb-item { padding-left: .5rem; } .breadcrumb-item+.breadcrumb-item::before { display: inline-block; padding-right: .5rem; color: #d4f2f8; content: "/"; } .breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: underline; } .breadcrumb-item+.breadcrumb-item:hover::before { text-decoration: none; } .breadcrumb-item.active { color: #f8f5e7; } .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; } @-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; } .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; } } .bg-blue { background-color: #64b3f4 !important; } a.bg-blue:hover, a.bg-blue:focus, button.bg-blue:hover, button.bg-blue:focus { background-color: #349cf1 !important; } .bg-cyan { background-color: #b9e7f1 !important; } a.bg-cyan:hover, a.bg-cyan:focus, button.bg-cyan:hover, button.bg-cyan:focus { background-color: #8fd8e9 !important; } .border { border: 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-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; } .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; } @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; } } @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; } } @media (min-width: 1200px) { .flex-xl-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !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; } .mt-0 { margin-top: 0 !important; } .mb-0 { margin-bottom: 0 !important; } .mt-1, .my-1 { margin-top: .25rem !important; }  .my-1 { margin-bottom: .25rem !important; } .mr-2 { margin-right: .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; }  .mx-4 { margin-right: 1.5rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; }  .px-0 { padding-right: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; }  .py-1 { padding-top: .25rem !important; }  .py-1 { padding-bottom: .25rem !important; }  .py-2 { padding-top: .5rem !important; }  .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; }  .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; } @media (min-width: 576px) { .mb-sm-4 { margin-bottom: 1.5rem !important; } .mt-sm-5 { margin-top: 3rem !important; }  .py-sm-0 { padding-top: 0 !important; }  .py-sm-0 { padding-bottom: 0 !important; } } @media (min-width: 992px) { .mb-lg-5 { margin-bottom: 3rem !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; } } @media (min-width: 1200px) { .mt-xl-0 { margin-top: 0 !important; }  .py-xl-0 { padding-top: 0 !important; }  .py-xl-0 { padding-bottom: 0 !important; } } .text-left { text-align: left !important; } .text-center { text-align: center !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-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; } .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 */ .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-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; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-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; } 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; } } .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%; } } .main-container { min-height: calc(100vh - 65px); } .step-number { color: #fff; font-family: var(--font-family-secondary); font-size: 1.25rem; background-color: #74b5dd; padding: .5rem 1.2rem; margin: 0 auto; border-radius: 100%; border: 5px solid #fff; } 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; } .whatsapp-button { position: fixed; right: 16px; bottom: 3%; z-index: 2000; } .whatsapp-button-mobile { display: block !important; width: 48px; filter: drop-shadow(3px 5px 2px rgb(0 0 0 / .4)); } .whatsapp-button-desktop { display: none !important; font-family: var(--font-family-primary); font-weight: 900; } .whatsapp-button-desktop > img { width: 32px; } @media (min-width: 576px) { .whatsapp-button-mobile { display: none !important; } .whatsapp-button-desktop { display: block !important; } } 