body {
    background: linear-gradient(
            rgba(255, 255, 255, 0.7) 100%,
            rgba(255, 255, 255, 0.7) 100%
        ),
        url("/../img/patternbackground1.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

div .btn-primary {
    background: rgb(6, 138, 186);
    background: linear-gradient(
        180deg,
        rgba(6, 138, 186, 1) 0%,
        rgba(29, 68, 122, 1) 100%
    );
    border-radius: 0px;
    font-size: 12px;
}

.fa-star {
    color: #dbac34;
}

.active {
    color: #1d4477;
}

hr {
    margin: 0;
    opacity: 1;
}

.sectionExp {
    width: 100%;
    left: 0;
    max-width: 1140px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.divExp {
    align-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-image: url("/../img/colaboradores1.webp");
    padding: 10px;
    margin: 10px;
}

.divExp2 {
    align-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-image: url("/../img/experiencia1.webp");
    padding: 10px;
    margin: 10px;
}

.divExp3 {
    align-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-image: url("/../img/clientes1.webp");
    padding: 10px;
    margin: 10px;
}

.div2Exp {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 10px;
}

.div3Exp {
    text-align: center;
    width: 100%;
    position: relative;
    align-content: center;
    align-items: center;
    padding: 10px;
}

.divB {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.div2B {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background: rgb(6, 138, 186);
    background: linear-gradient(
        180deg,
        rgba(6, 138, 186, 1) 0%,
        rgba(2, 68, 122, 1) 100%
    );
}

.div3B {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.div4B {
    align-content: center;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.liB {
    display: inline;
    justify-content: center;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-pack: center;
}

.video {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-content: center;
    overflow: hidden;
}

.div1 {
    width: 130%;
    --widgets-spacing: 20px;
    position: relative;
    display: flex;
    transform: translate(-70px, -10px);
}

.div2 {
    position: relative;
}

.div3 {
    margin: 50px 0px 0px 0px;
    height: auto;
    max-width: 100%;
}

.img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.fas {
    font-size: 20px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
