@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700&family=Oxygen:wght@300;400;700&display=swap');
body {
    
    overflow-x: hidden;
}

.margin-section {
    padding: 2rem 0 2rem 0;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.no-scroll::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.no-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.text-medium {
    font-size: 0.85em;
    line-height: 1.5;
}

.text-small {
    font-size: small;
    line-height: 1;
}

.text-verysmall {
    font-size: 0.675em;
    line-height: 1;
}

.text-white {
    color: #FFFFFF !important;
}

.text-blue {
    color: #002554 !important;
}

.text-graylight {
    color: #c9c9c9 !important;
}

.text-gray {
    color: #2E2B2B !important;
}

.card-title {
    font-weight: 600;
}

.breadcrumb {
    font-weight: bold;
}

.bg-primary {
    background-color: #002554 !important;
}

.link-color {
    color: #0d6efd;
    text-decoration: none;
}

.btn-grande-d {
    color: #FFFFFF;
    background-color: #002554 !important;
}

.bg-secondary {
    background: #F1F4FA !important;
}

.navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0;
}

.navbar-toggler-icon {
    color: #fff !important;
}

.navbar-nav {
    color: #fff;
}

.dropend .dropdown-toggle {
    color: #fff;
    margin-left: 1em;
}

.dropdown-item {
    height: 35px;
    border-bottom: 1px solid #dddddd;
}

.dropdown-item-last {
    padding-top: 8px;
    height: 30px;
    border-bottom: 0;
}

.dropdown-item:hover {
    background-color: #F1F4FA;
    color: #2E2B2B;
}

.carousel-caption {
    position: absolute;
    top: 35%;
    color: #fff;
    text-align: center;
}

.carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: solid 0px;
}

.card-header {
    border-bottom: solid 0px;
}

.btn-light-border {
    border: solid #2E2B2B 1px;
}

.btn-bottom-border {
    border-bottom: solid #dee2e6 1px;
}

.imagecontainer {
    position: relative;
}

.nav-pills {
    background-color: #fff;
    border-radius: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid #dddddd;
}

.nav-link-tab {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
    background: none;
    border: 0;
    color: #343A40;
    background-color: #fff;
    border-top: 1px solid #dddddd;
}

.nav-link-tab.active {
    color: #007BFF !important;
    background-color: #fff;
    font-weight: 600;
}



.nav-underline .nav-link.active {
    font-weight: 500;
    color: #007BFF;
    border-bottom-color: currentcolor;
    font-weight: 600;
}

.nav-box {
    text-align: center;
    width: 20% !important;
}

.nav-pills {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.nav-link-c {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #2E2B2B;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.accordion {
    margin: 0;
    --bs-accordion-btn-icon: url("/sites/gfi/image/chevron.svg");
    --bs-accordion-btn-active-icon: url("/sites/gfi/image/chevronup.svg");
}

.accordion-button:not(.collapsed) {
    color: #2E2B2B;
    background-color: #FFFFFF;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.staticframe {
    color: #FFFFFF;
    background: #00658B;
    border-radius: 5px;
}

.static-carousel {
    color: #FFFFFF;
    background: #044DA2;
}

.static-carousel-B {
    color: #FFFFFF;
    background: #00658B;
}

.tbl-container {
    margin-top: 10px;
    margin-left: 10px;
}

.tbl-margin {
    margin-left: 30%;
    margin-right: 30%;
}

.bg-tabla {
    background-color: #EBF3FF;
    color: #002554;
}

.bg-renglon {
    background-color: #efefef;
}

.bdr {
    border-radius: 10px;
    overflow: hidden;
}

.dots {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #c5c5c5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot:focus {
    outline: none;
}

.dot--active {
    background: #007BFF;
}

.container-custom {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

.container-small {
    max-width: 80%;
}

.carousel-control-next {
    margin-right: -30px;
}

.carousel-control-prev {
    margin-left: -30px;
}

.img-slider-resp {
    width: 100%;
    object-fit: fill;
}

.svg-icon-resp {
    width: 56px;
    height: 56px;
}

.row-custom-height>img {
    object-fit: cover;
    height: 325px !important;
    width: 100%;
}

.text-footer-align {
    text-align: start !important;
}

.aligniconfoot {
    margin-left: -10px;
}

.sliderWidth {
    width: 98% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.card-footer {
    display: flex;
    background: transparent;
    border-top: 0px;
    justify-content: start;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}


/* ============ small devices .end// ============ */

@media (min-width: 768px) and (max-width: 990px) {
    .aligniconfoot {
        margin-left: 36%;
    }
    .alignMenu {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .card-m > img {
        object-fit: cover;
        height: 205px !important;
        width: 100%;
    }
    .img-slider-resp {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .text-footer-align {
        text-align: center !important;
    }
    .aligniconfoot {
        margin-left: 0px;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .alignMenu {
        display: flex;
        justify-content: start;
        width: 100%;
    }
    .card-m > img {
        object-fit: cover;
        height: 205px !important;
        width: 100%;
    }
    .svg-icon-resp {
        width: 36px;
        height: 36px;
    }
    .img-slider-resp {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .text-footer-align {
        text-align: center !important;
    }
    .aligniconfoot {
        margin-left: 30%;
    }
    .container-small {
        max-width: 100%;
    }
    .aligniconfoot {
        margin-left: 0px;
    }
}