.menu.show {
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16) !important;
    transition: ease-out 300ms !important;
    backdrop-filter: blur(5px) opacity(0.8) brightness(1.2) !important;
    -webkit-backdrop-filter: blur(5px) opacity(0.8) brightness(1.2) !important;
}


.banner-endo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 105px);
    min-height: calc(600px - 105px);
    max-height: calc(900px - 105px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Cor preta com 50% de opacidade */
    z-index: 1;
    /* Coloca a sobreposição acima do fundo */
}

.btn-endocall a {
    border: #223C57 1px solid;
    border-radius: 10px;
    padding: 5px 50px 5px 50px;

    transition: 0.5s;
}

.btn-endocall a:hover {
    color: #FFF;
    background-color: #223C57;
}

.card-endo {
    max-width: 124px;
    min-height: 137px;
    border: 1px solid #6D6E70;
    border-radius: 15px;
    transition: 0.5s;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-banner-endo {
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 10px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.card-banner-endo li h3 {
    color: #223C57;
    font-size: 17px;
    margin: 0;
}

.card-banner-endo li {
    margin-bottom: 10px;
}

.clientes-endo img {
    width: 176px;
}

.cards-endo-desk {
    margin-top: -30px;
}

.cards-endo-mobile {
    margin-top: -20px;
}

.section-2 {
    margin-top: 290px;
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-126 {
    margin-top: 126px;
}

@media (max-width: 362px) {
    .cards-endo-mobile-2 {
        display: block !important;
    }

    .cards-endo-mobile {
        display: none !important;
    }

    .cards-endo-mobile-3 {
        display: none !important;
    }

    .mt-126{
        margin-top: -294px;
    }
}

@media (max-width: 410px) {
    .section-2-margin {
        margin-top: 10px !important;
    }

    .banner-txt-mobile {
        padding-top: 160px !important;
    }
}

@media (max-width: 588px) {
    .col-linha {
        display: none;
    }

    .banner-desk {
        display: none !important;
    }

    .banner-mobile {
        display: block !important;
    }

    .banner-txt-mobile {
        padding-top: 370px;
        padding-right: 20px;
    }

    .section-2 {
        margin-top: 490px !important;
    }

    .clientes-endo img {
        width: 100px !important;
    }

    .br-sm-none {
        display: none;
    }

    .card-mkt {
        width: 97px !important;
    }

    .card-mkt img {
        width: 40px !important;
    }

    .meritor-logo {
        border-radius: 9px !important;
    }
}

@media (max-width: 668px) {
    .card-mkt {
        width: 110px;
    }
}

@media (max-width: 700px) {
    .clientes-endo img {
        width: 136px;
    }

    .banner-txt-mobile {
        padding-right: 20px;
    }
}

@media (max-width: 851px) {
    .div-form-endo {
        display: none !important;
    }

    .img-bruno {
        display: block !important;
    }

    .mt-sml-3 {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .cards-endo-desk {
        display: none !important;
    }

    .cards-endo-mobile {
        display: block !important;
    }

    .card-mkt {
        width: 130px;
    }

    .card-mkt img {
        width: 47px;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .section-2 {
        margin-top: 430px;
    }
}

@media (min-width: 1199px) {
    .section-2 {
        margin-top: 300px;
    }
}