﻿
.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    /*width: 100vw;*/
    /*height: 70dvh;*/ /* Ajusta 70px al alto real del navbar */
    border-radius: 0 !important;
}

.carousel-item {
    position: relative;
}

    .carousel-item img {
        /*object-fit: cover;*/
    }

.get-quote {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 1rem 3rem 1rem 1rem;
}

#navbar-wrapper {
    position: relative;
    z-index: 1040;
    background-color: #234783;
}

#main-content {
    transition: margin-top 0.3s ease;
    margin-top:100px;
}

#navbarSupportedContentIndex {
    background-color: #234783;
}

    #navbarSupportedContentIndex > ul > li > a {
        color: #FFFFFF;
        margin-left: 10px;
    }

