.dropdown-toggle::after {
    content: none;
}

.invisible {
    opacity: 0;
}

.dropdown-menu{
    transform: translate3d(-190px, 40px, 0px) !important;
    z-index: -100 !important;
    background-color: rgba(31, 40, 49, 0.85);
    border: 0;
    color: white;
    border-radius: 20px 20px;
}

.dropdown-item{
    color: white;
    opacity: 0.65;
    width: 290px;
    padding: 0rem 1.5rem !important;
    font-family: bemboStd;
}

.dropdown-item:hover{
    color: white;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

#flotante {
    display:scroll;
    position:fixed;
    bottom:85%;
    right:20px;
}

#icon-float-button{
    text-align: center;
    height: auto;
    width: 80%;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 100%;
    text-align: center;
}

.text-dropdown{
    display: inline-block;
    margin-left: 5%;
    font-size: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-dropdown:hover{
    color: white;
}

.img-dropdown{
    display: inline-block;
    width: 11%;
    height: auto;
    margin-top: -3%;
}

@media(max-width: 767px) and (min-width: 1px){
    #icon-float-button{
        width: 60%;
    }

    #flotante{
        right: 10%;
    }

    .btn-circle.btn-sm-md {
        width: 40px;
        height: 40px;
        padding: 6px 0px;
        border-radius: 35px;
        font-size: 8px;
        text-align: center;
        background: #246ab7;
        /*margin-right: 190px;*/
    }

    .dropdown-menu{
        transform: translate3d(-230px, 30px, 0px) !important;
    }
}

@media(max-width: 1023px) and (min-width: 768px){
    #icon-float-button{
        width: 60%;
    }

    .btn-circle.btn-sm-md {
        width: 40px;
        height: 40px;
        padding: 6px 0px;
        border-radius: 35px;
        font-size: 8px;
        text-align: center;
        background: #246ab7;
        margin-right: 20px;
    }

    .dropdown-menu{
         transform: translate3d(-200px, 30px, 0px) !important;
    }
}

@media(max-width: 1279px) and (min-width: 1024px){
    #flotante {
        bottom:89%;
    }

    #icon-float-button{
        width: 60%;
    }

     .btn-circle.btn-sm-md {
        width: 45px;
        height: 45px;
        padding: 0px 0px;
        border-radius: 40px;
        font-size: 9px;
        text-align: center;
        background: #246ab7;
        margin-right: 30px;
    }
}

@media(max-width: 1439px) and (min-width: 1280px){
    #flotante {
        bottom:89%;
    }

    #icon-float-button{
        width: 60%;
    }

     .btn-circle.btn-sm-md {
        width: 50px;
        height: 50px;
        padding: 0px 0px;
        border-radius: 40px;
        font-size: 9px;
        text-align: center;
        background: #246ab7;
        margin-right: 35px;
    }
}

@media(max-width: 1700px) and (min-width: 1440px){
    #flotante {
        bottom:89%;
    }

    #icon-float-button{
        width: 60%;
    }

     .btn-circle.btn-sm-md {
        width: 55px;
        height: 55px;
        padding: 0px 0px;
        border-radius: 40px;
        font-size: 9px;
        text-align: center;
        background: #246ab7;
        margin-right: 40px;
    }
}

@media(max-width: 1920px) and (min-width: 1701px){
    #flotante {
        bottom:89%;
    }

    #icon-float-button{
        width: 60%;
    }

     .btn-circle.btn-sm-md {
        width: 60px;
        height: 60px;
        padding: 0px 0px;
        border-radius: 45px;
        font-size: 9px;
        text-align: center;
        background: #246ab7;
        margin-right: 45px;
    }

    .dropdown-menu{
         transform: translate3d(-190px, 40px, 0px) !important;
    }
}

@media(max-width: 2559px) and (min-width: 1921px){
    #flotante {
        bottom:85%;
    }

    #icon-float-button{
        width: 60%;
    }

     .btn-circle.btn-sm-md {
        width: 75px;
        height: 75px;
        padding: 0px 0px;
        border-radius: 45px;
        font-size: 9px;
        text-align: center;
        background: #246ab7;
        margin-right: 65px;
    }

    .dropdown-menu{
         transform: translate3d(-160px, 50px, 0px) !important;
    }
}

@media(min-width: 2560px){
    #flotante {
        bottom:85%;
    }

    #icon-float-button{
        width: 60%;
    }

     .btn-circle.btn-sm-md {
        width: 95px;
        height: 95px;
        padding: 0px 0px;
        border-radius: 55px;
        font-size: 9px;
        text-align: center;
        background: #246ab7;
        margin-right: 85px;
    }

    .dropdown-menu{
         transform: translate3d(-150px, 85px, 0px) !important;
    }
}
