﻿@charset "UTF-8";


.osano-cm-link {
    display: none;
}

.osano-cm-widget {
    display: none;
} 
/* latin-ext */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v6/92zatBhPNqw73ord4jQmfxIC7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v6/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v6/92zatBhPNqw73ord4jQmfxIC7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/jost/v6/92zatBhPNqw73oTd4jQmfxI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family: Jost;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

b,
strong {
    font-weight: bold;
}

section {
    background-color: #ffffff;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

.page-header {
    padding-top: 0.1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}

    .page-header img {
        width: 100%;
    }

.page-banner {
    background-image: url("/assets/images/mbr.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title {
    padding-top: 2rem;
    background-color: #ffffff;
}

.page-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.page-adv {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

    .page-adv .line {
        background-color: #692c17;
        height: 2px;
        margin: 0 auto;
    }

.page-footer {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #232323;
    color: #fff;
}

@media (max-width: 767px) {
    .page-footer .content {
        text-align: center;
    }

        .page-footer .content > div:not(:last-child) {
            margin-bottom: 2rem;
        }
}

.page-footer .map {
    height: 18.75rem;
}

@media (max-width: 767px) {
    .page-footer .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.page-footer .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: 0.05;
}

.page-footer .google-map {
    height: 25rem;
    position: relative;
}

    .page-footer .google-map iframe {
        height: 100%;
        width: 100%;
    }

    .page-footer .google-map [data-state-details] {
        color: #6b6763;
        font-family: Montserrat;
        height: 1.5em;
        margin-top: -0.75em;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }

    .page-footer .google-map[data-state] {
        background: #e9e5dc;
    }

    .page-footer .google-map[data-state="loading"] [data-state-details] {
        display: none;
    }


.page-footer a {
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

    .page-footer a:hover {
        opacity: 1;
    }


.mbr-overlay {
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.mbr-fullscreen .mbr-overlay {
    min-height: 65vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 65vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

body {
    counter-reset: item;
}

ol.item-terms {
    list-style-position: inside;
    padding-left: 0;
}

    ol.item-terms > li {
        display: block;
        padding-bottom: 0.7em;
        text-align: justify;
    }

        ol.item-terms > li:before {
            content: counter(item) ". ";
            counter-increment: item;
        }

.box {
    background-color: #c49a8e;
    opacity: 0.8;
    border-radius: 15px;
    margin-bottom: 1.5rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.display-1 {
    font-family: 'Jost', sans-serif;
    font-size: 4.6rem;
    line-height: 1.1;
}

    .display-1 > .mbr-iconfont {
        font-size: 5.75rem;
    }

.display-2 {
    font-family: 'Jost', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
}

    .display-2 > .mbr-iconfont {
        font-size: 3.75rem;
    }

.display-4 {
    font-family: 'Jost', sans-serif;
    font-size: 2.6rem;
    line-height: 1.5;
}

    .display-4 > .mbr-iconfont {
        font-size: 1.375rem;
    }

.display-5 {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}

    .display-5 > .mbr-iconfont {
        font-size: 2.5rem;
    }

.display-6 {
    font-family: 'Jost', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

    .display-6 > .mbr-iconfont {
        font-size: 2rem;
    }

.display-7 {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

    .display-7 > .mbr-iconfont {
        font-size: 1.5rem;
    }

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */

@media (max-width: 992px) {
    .display-1 {
        font-size: 3.68rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 3.22rem;
        font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.88rem;
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.6rem;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-6 {
        font-size: 1.2rem;
        font-size: calc( 1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.5rem + (2 - 1.5) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-7 {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

.text-primary {
    color: #6592e6 !important;
}

.text-secondary {
    color: #ff6666 !important;
}

.text-success {
    color: #40b0bf !important;
}

.text-info {
    color: #47b5ed !important;
}

.text-warning {
    color: #ffe161 !important;
}

.text-danger {
    color: #ff9966 !important;
}

.text-white {
    color: #fafafa !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #205ac5 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #ff0000 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #266a73 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #1283bc !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #facb00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #ff5500 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #000000 !important;
}

a {
    transition: color 0.6s;
}

    a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
        position: relative;
        background-image: transparent;
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0px 1.2em;
        background-position: -10000px 1.2em;
    }

        a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
            transition: background-position 2s ease-in-out;
            background-image: linear-gradient(currentColor 50%, currentColor 50%);
            background-position: 0px 1.2em;
        }

div#truste-consent-text {
    font-size: 14px;
}
