.menu-desktop .dropdown-toggle::after {
    border: none !important;
}

.bottom-25 {
    bottom: 15%;
}

.bottom-15-neg {
    bottom: -15px;
}
.bottom-17-neg {
    bottom: -18px;
}
.overlay-grey::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: var(--bs-border-radius-xl);
}

.w-10 {
    width: 11%;
}

.w-22 {
    width: 29%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}
.overflow-res{
    overflow-x: hidden;
}

.w-60 {
    width: 60%;
}

.navbar-expand-lg .nav-link {
    color: #333333;
}

.rounded-custom10 {
    border-radius: 10px;
}

.roundedtop-custom10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-custom25 {
    border-radius: 25px;
}

.header .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    background-color: #E2E2E2;
    border: none;
    border-radius: 70px;
    border-top: unset;
    z-index: 100;
    border-bottom: none;
}

.header .carousel-indicators .active {
    width: 15px;
    height: 9px;
    z-index: 100;
    background-color: #FF0000;
}

.header .carousel-indicators {
    bottom: 1%;
    margin-bottom: 0;
}

.bottom-1 {
    bottom: -1px;
}

.rounded-custom {
    border-radius: 3rem;
}

.w-35 {
    width: 35%;
}


.hover-changes {
    background-color: #00296b;
    color: white;
    border: 1px solid #00296b;
    transition: .3s ease-in-out;
    transform-origin: center top;
}

.color-change-hover {
    color: #EEEEEE;
    transition: .3s ease-in-out;
}

.hover-changes:hover .color-change-hover {
    color: #00296b;
}


.hover-changes:hover {
    background-color: white;
    color: #00296b;
    border: 1px solid #00296b;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* .hover-changes:hover .icon-number {
    background-color: ;
} */

.btn-1 .hover-red .details-btn {
    color: #10026B;
    transition: .3s ease-in-out;

}

.hover-red:hover .details-btn {
    color: #FF0000;
}

.hover-red .hover-img-color {
    transition: .3s ease-in-out;
}

.hover-red:hover .hover-img-color {
    content: url("../images/chevron-left-red.svg");

}

.hover-border {
    border: 1px solid #EEEEEE;
    transition: .3s ease-in-out;
}

.hover-border:hover {
    border: 1px solid #FF0000;
}

.hover-scale img {
    transition: transform 0.5s ease;
}

.hover-scale:hover img {
    transform: scale(1.3);
}

.bg-feature {
    background-image: url("../images/bg-feature-mob.jpg");
}

.bg-customer {
    background-image: url("../images/custom-bg.jpg");
}

.title-underline {
    bottom: 16px;
}

.top-neg {
    top: -5rem;
}

.map-branches .nav-link:focus {
    outline: none;
}

.map-branches .nav-link.active {
    fill: #DE2D1D !important;
    filter: drop-shadow(4px 3px 4px rgba(0, 0, 0, 0.8));
}

.border-bottom-custom>*:not(:last-child) {
    border-bottom: 1px solid grey;
    border-left: none;
}



.col-lg-3-custom {
    width: 30%;
}

.col-lg-4-custom {
    width: 30%;
}

.col-lg-5-custom {
    width: 39%;
}

.rounded-40 {
    border-radius: 40px;
}

.border-blue-cutom {
    border: 3px solid #00296b;
}

.footer {
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    min-height: max-content;
    background-size: cover;
}

@media (min-width:576px) {
    .w-30 {
        width: 22%;
    }
}

@media (min-width:992px) {
    .overlay-grey::after {
        top: 0;
        bottom: 0;
        height: 100%;
        right: 1rem;
        left: 1rem;
        border-radius: 3rem;
    }

    .border-bottom-custom>*:not(:last-child) {
        border-bottom: 1px solid grey;
        border-left: none;
    }


    .border-blue-cutom {
        border: 5px solid #00296b;
    }

    .header .carousel-indicators [data-bs-target] {
        width: 12px;
    }

    .header .carousel-indicators .active {
        width: 20px;
    }

    .title-underline {
        bottom: 0;
    }

    .top-neg {
        top: -20rem;
    }

    .margin-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
}

.hover-img {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease-in-out;
    width: 30px;

}

.box .hover-scale {
    transition: transform 1s ease-in-out;
}

.box:hover .hover-scale {
    transform: scale(1.1);
}

.box:hover .hover-img {
    opacity: 1;
}

.brand-item {
    position: relative;
}

.brand-image-wrapper {
    position: relative;
    overflow: hidden;
}

.brand-image {
    width: 100%;
    border-radius: 10px;
    transition: transform .4s ease;
}

.brand-hover-icon {
    width: 35px;
    opacity: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity .3s ease-in-out;
    z-index: 20;
}

.brand-item:hover .brand-image {
    transform: scale(1.05);
}

.brand-item:hover .brand-hover-icon {
    opacity: 1;
}

.layer1 {
    width: 180px;
    height: 180px;
    animation: spin 40s linear infinite;
}

.layer2 {
    width: 210px;
    height: 210px;
    animation: spin-reverse 54s linear infinite;
}

.layer3 {
    width: 240px;
    height: 240px;
    animation: spin 60s linear infinite;
}

.layer4 {
    width: 270px;
    height: 270px;
    animation: spin-reverse 46s linear infinite;
}

.layer5 {
    width: 150px;
    height: 150px;
    animation: spin 70s linear infinite;
}

.layer6 {
    width: 120px;
    height: 120px;
    animation: spin 60s linear infinite;
}

.my-box {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    transition: bottom 0.25s ease;
    z-index: 10;
}

.my-box:hover {
    bottom: 0;

}

.circle-map {
    left: -9%;
    bottom: -3%;

}

.border-custom-circled {
    border: 1px solid black;
    border-radius: 50%;
}

.circles-wrapper {
    position: relative;
    width: 400px !important;
    height: 400px;
    margin: auto;
}

@media (min-width:768px) and (max-width:992px) {
    .margin-40 {
        margin-left: 56px;
        margin-right: 56px;
    }
    .overflow-res{
    overflow-x:unset ;
}

    .border-bottom-custom>*:not(:last-child) {
        border-left: 1px solid grey;
        border-bottom: none;
    }

    .circle-map {
        left: 22%;
        bottom: -13%;
    }

    .layer1 {
        width: 200px;
        height: 200px;
        animation: spin 40s linear infinite;
    }

    .layer2 {
        width: 230px;
        height: 230px;
        animation: spin-reverse 54s linear infinite;
    }

    .layer3 {
        width: 260px;
        height: 260px;
        animation: spin 60s linear infinite;
    }

    .layer4 {
        width: 290px;
        height: 290px;
        animation: spin-reverse 46s linear infinite;
    }

    .layer5 {
        width: 170px;
        height: 170px;
        animation: spin 70s linear infinite;
    }

    .layer6 {
        width: 140px;
        height: 140px;
        animation: spin 60s linear infinite;
    }



}

@media (min-width:992px) and (max-width:1200px) {
    .circle-map {
        left: -28%;
        bottom: -1%;

    }
       .overflow-res{
    overflow-x:unset ;
}


    .layer1 {
        width: 180px;
        height: 180px;
        animation: spin 40s linear infinite;
    }

    .layer2 {
        width: 210px;
        height: 210px;
        animation: spin-reverse 54s linear infinite;
    }

    .layer3 {
        width: 240px;
        height: 240px;
        animation: spin 60s linear infinite;
    }

    .layer4 {
        width: 240px;
        height: 240px;
        animation: spin-reverse 46s linear infinite;
    }

    .layer5 {
        width: 150px;
        height: 150px;
        animation: spin 70s linear infinite;
    }

    .layer6 {
        width: 120px;
        height: 120px;
        animation: spin 60s linear infinite;
    }

}

@media (min-width:1200px) and (max-width:1400px) {
    .circle-map {
        left: -16%;
        bottom: 0%;
    }
       .overflow-res{
    overflow-x:unset ;
}


}

@media (min-width: 1400px) {
    .circle-map {
        left: -5%;
        bottom: -7%;
    }
       .overflow-res{
    overflow-x:unset ;
}

}