/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/static/fonts/lato-400-1.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/static/fonts/lato-400-2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/static/fonts/lato-700-1.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/static/fonts/lato-700-2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'fl-icon';
    src: url(/static/fonts/fl-icons.woff2) format('woff2');
}

.btn-outline-success {
    --bs-btn-color: var(--fs-primary);
    --bs-btn-bg: rgb(234, 234, 234);
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #dfdfdf;
    --bs-btn-hover-bg: rgba(234, 234, 234, 0.8);
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cacaca;
    --bs-btn-active-border-color: #989898;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #67604c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #595343;
    --bs-gradient: none;
}

:root {

    --bs-body-color: #424753;
    --bs-body-color-rgb: 66, 71, 83;
    --bs-warning: #8fb4df;
    --bs-warning-rgb: 143, 180, 223;

    --fs-primary: #143255;
    --fs-primary-rgb: 20, 50, 85;
    --fs-primary-dark: #091728;
    --fs-primary-dark-rgb: 9, 23, 40;
    --fs-primary-light: #245997;
    --fs-primary-light-rgb: 36, 89, 151;
    --fs-secondary: #FC5609;
    --fs-secondary-rgb: 252, 86, 9;
    --fs-tertiary: #334237;
    --fs-tertiary-rgb: 51, 66, 66;



    --fs-experimental-link-color: #d6d6d6;
    --fs-experimental-link-color-hover: #8d99ae;
}

.text-primary {
    --bs-primary-rgb: var(--fs-primary-rgb);
}

.text-secondary {
    --bs-secondary-rgb: var(--fs-secondary-rgb);
}

a {
    text-decoration: none;
    --bs-link-color-rgb: var(--fs-secondary-rgb);
    --bs-link-hover-color-rgb: var(--fs-primary-dark-rgb);
}


.btn-brand {
    --bs-btn-color: #FFF;
    --bs-btn-bg: var(--fs-primary);
    --bs-btn-border-color: var(--fs-primary);
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: var(--fs-primary-light);
    --bs-btn-hover-border-color: var(--fs-primary-light);
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--fs-primary-light);
    --bs-btn-active-border-color: var(--fs-primary-light);
}

.btn-outline-brand {
    --bs-btn-color: var(--fs-primary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--fs-primary);
    --bs-btn-hover-color: var(--fs-primary-light);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--fs-primary-light);
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--fs-primary-light);
}


.navbar-nav {
    --bs-nav-link-color: #fff;
    --bs-navbar-hover-color: #fff;
    --bs-navbar-disabled-color: #939393;
    --bs-navbar-active-color: #ffb5b5;
}

.pop-form {
    .modal-header {
        border-bottom: none;
    }
}

#pop-form {
    font-size: 1em;

    .modal-content {
        form {
            padding: 0 2em 2em 2em;
        }
    }

    .btn {
        padding: .5em 2em;
    }
}

.modal-backdrop {
    --bs-backdrop-zindex: 1010;
}

.clearfix {
    clear: both;
}

i[class*=" icon-"], i[class^=icon-] {
    font-family: 'fl-icon', serif;
    font-style: normal;
    vertical-align: middle;
    margin: 0 .5em;
}

.icon-angle-right:before {
    content: "";
}

.icon-map-pin-fill:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-whatsapp:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-envelop:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.text-red {
    color: #ef233c;
}

.top-bar {
    background: var(--fs-secondary);
    line-height: 18px;
    padding: 10px 0;
    font-size: 16px;

    .container {
        text-align: center;
        font-weight: 400;
    }

    .btn-contact {
        background: transparent;
        color: #FFF;
        display: inline-block;
        border: transparent;
        font-size: .9em;
        text-transform: uppercase;
        padding: 0 1.2em;
        font-style: normal;
        font-weight: bolder;
    }

    span {
        color: #FFF;
        font-size: .9em;
    }
}

.container-fluid {
    max-width: 1080px;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

.navbar {
    width: 100%;
    z-index: 1001;
    padding: 0;
    background: var(--fs-primary);

    .container-fluid {
        border-bottom: 1px solid rgba(43, 44, 66, .1);
    }

    .header-logo {
        height: 50px;
        width: auto;
    }

    .nav-link {
        white-space: nowrap;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
    }

    &.stuck {
        position: fixed;
        top: 0;
        transition: all .5s;
        box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 10px;

        .container-fluid {
            border-bottom: none;
        }

        animation: stuckMoveDown .6s;
    }
}

@media (min-width: 992px) {
    .navbar {
        .navbar-nav {
            li {

                .nav-link {
                    margin-left: -1px;
                    border-radius: 1em;
                    padding: .4rem 1rem;

                    &.active {
                        background: var(--fs-secondary);
                        color: #fff;
                    }
                }
            }

            li:last-child::after {
                border: none;
            }
        }
    }
}

.circle-corner {
    border-radius: 1em;
    overflow: hidden;
}

a.button {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 8px;
    background: #fff;
    color: var(--fs-primary);
    line-height: 2.5em;
    font-weight: 700;
    text-align: center;
    transition: all .3s;

    &:hover {
        opacity: .8;
    }

    &.link-underline {
        background: transparent;
        color: #fff;
        position: relative;

        &::before {
            background-color: currentColor;
            bottom: 0;
            content: "";
            height: 2px;
            left: 20%;
            opacity: .3;
            position: absolute;
            width: 60%;
            transition: all .3s;
        }

        &:hover::before {
            left: 0;
            width: 100%;
            opacity: 1;
        }
    }

    &.link-tertiary-color {
        color: var(--fs-tertiary);
    }

    &.primary {
        background-color: var(--fs-primary);
    }
}

section {
    img {
        width: 100%;
        height: auto;
        vertical-align: middle;
        overflow-clip-margin: content-box;
        overflow: clip;
    }
}

.banner {
    position: relative;
    height: 100%;

    img.bg {
        overflow-clip-margin: content-box;
        overflow: clip;
        object-fit: cover;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    h3 {
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 1em;
    }

    .text-box {
        background: rgba(0, 0, 0, .39);
        height: 100%;

        .text-box-inner {
            position: absolute;
            left: 5%;
            right: 5%;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    .bottom-cover {
        position: absolute;
        height: 100px;
        width: 100%;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(255, 126, 95, 0), rgb(255, 255, 255, 1));
    }

    .logo-mark {
        position: absolute;
        bottom: 1em;
        right: 5%;
        width: 14%;
        height: auto;
    }
}

.divider {
    background-color: var(--fs-primary);
    max-width: 100px;
    height: 4px;
    margin: 1em 0;
}

form {
    .require::after {
        content: '*';
        color: var(--fs-primary);
        margin-left: .2em;
        margin-top: .3em;
        height: 1px;
    }

    label {
        display: flex;
        overflow: hidden;
        font-weight: 700;

        &.form-check-label {
            display: inline-block;
            font-weight: normal;
        }
    }

    .btn-primary {
        background: var(--fs-primary);
        border: none;
        margin-top: 1em;

        &:hover {
            box-shadow: 2px 2px 5px #2b2d42;
            opacity: .8;
            background: var(--fs-primary);
        }
    }
}

@media (max-width: 768px) {
    section.customers-say {
        .said-item {
            .detail {
                .btn-box {
                    a.button {
                        display: block;
                        justify-self: center;
                        width: 100%;

                        &.link-underline {
                            max-width: 8em;
                        }
                    }
                }
            }
        }
    }
}

section.footer {
    background-color: var(--fs-primary);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 1.2rem;
    color: white;
    transition: all .3s;

    a {
        color: white;
        text-decoration: none;
    }

    .get-started {
        .button {
            background-color: var(--fs-secondary);
            border-bottom-color: rgba(0, 0, 0, 0.05);
            padding: 0 2em;
            text-transform: none;
            color: white;
            border-radius: 2em;
        }
    }

    .link-container {
        margin-top: 2em;

        a {
            &:hover {
                opacity: .8;
            }
        }
    }

    .address-box {
        padding: 5em 1em 0 1em;

        div {
            margin: 1em 0;
        }

        a {
            color: var(--fs-primary);

            &:hover {
                color: #8d99ae;
            }
        }
    }

    .partners {
        ul {
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: .5rem;
            max-height: 216px;
            overflow: auto;
        }
        li {
            flex: 1 1 calc(50% - 1rem);
        }
    }

}

section.bottom-menu {
    .footer-logo {
        width: 46px;
        height: auto;
        margin-right: 10px;
    }

    .footer-brand {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    .map-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        height: 12em;
    }

    .map-container iframe {
        width: 100%;
        height: 100%;
    }

    .address-footer {
        font-size: 14px;
    }
}

.copyright-footer {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    background-color: var(--fs-primary);
    padding: .9em;
    font-size: .9em;
    font-weight: 400;

    a {
        color: inherit;
    }
}
