body {
    color: #727171;
}

a {
    color: #727171;
}

    a:hover {
        color: #ED6D03;
    }

iframe,
img {
    max-width: 100%;
}

nav {
    background-color: rgba(255,255,255,.8);
}

    nav a {
        border-radius: 1rem;
        color: #707070;
        font-family: '';
        text-decoration: none;
        margin: 0 .3rem;
        padding: .2rem .7rem;
    }

        nav a:hover,
        nav a.active {
            background-color: #ED6D03;
            color: #fff;
        }

    nav .brandFix {
        border-radius: 100%;
        padding: 0;
        margin: 0;
    }

.iconMenu {
    background-color: transparent;
    border: 1px solid #7f7f7f;
    border-radius: 3px;
}

    .iconMenu img {
        color: #7f7f7f;
        height: 1rem;
        margin-top: -3px;
        width: 1rem;
    }

    .iconMenu:hover {
        border: 1px solid #575656;
    }

        .iconMenu:hover img {
            color: #575656;
        }
/* offcanvas Menu */
#offcanvasNavbar {
    width: 40%;
}

#offcanvas-menu li {
    margin: 1rem 0;
}
/* banner */
.banner {
    height: auto;
    width: 100vw;
}

main p {
    margin-top: .2em;
    margin-bottom: .2em;
}

/* footer */
footer {
    background-color: #727171;
    color: #fff;
}

    footer h4 {
        border: 1px solid #fff;
        border-radius: 1rem;
        font-size: 1em;
        font-weight: normal;
        padding: .3rem 1.6rem;
        text-align: center;
    }

    footer .menu {
        font-size: .9em;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

        footer .menu ul {
            list-style: none;
            padding: 0;
        }

            footer .menu ul li {
                text-align: center;
                width: 100%;
            }

        footer .menu a {
            display: block;
            color: #fff;
            text-decoration: none;
        }

    footer .info {
        font-size: .9em;
    }

        footer .info p {
            color: #A9AC9B;
            line-height: 1.2;
            margin-bottom: .3rem;
        }

@media all and (min-width: 1200px) {
    footer .menu {
        display: block !important;
    }
}

@media all and (max-width: 1199px) {
    footer .menu {
        display: none !important;
    }
}

.bs-tooltip.bs-tooltip-bottom {
    margin-top: -30px !important;
}

.tooltip-inner {
    background-color: #ED6D03 !important;
    text-align: left;
}

.bs-tooltip-auto[dapta-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ED6D03;
}

.bs-tooltip-auto[dapta-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ED6D03;
}

.bs-tooltip-auto[dapta-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #ED6D03;
}

.bs-tooltip-auto[dapta-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ED6D03;
}

.w-80 {
    width: 80% !important;
}

.w-20 {
    width: 20% !important;
}

.call-the-tooltip {
    width: 20% !important;
}

@media all and (min-width: 1200px) {
    .banner.desktop {
        display: block;
    }

    .banner.mobile {
        display: none;
    }

    .call-the-tooltip {
        width: 20% !important;
    }
}

@media all and (max-width: 1199px) {
    .banner.desktop {
        display: none;
    }

    .banner.mobile {
        display: block;
    }

    .call-the-tooltip {
        width: 20% !important;
    }
}

.call-the-tooltip {
    display: block;
    line-height: 2;
    height: 20px !important;
    width: 20px !important;
}

.border-lt-radius {
    border-top-left-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
}

.border-rt-radius {
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

h4.title {
    color: #ed6c00;
    font-weight: 900;
}
