.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 63px;
    bottom: 35px;
    right: 25px;
    background: #0a3d5c;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 9;
    transition: all 300ms ease;
}

    .btn-wsp:hover {
        background: #128c7e;
        color: #FFF;
    }

@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 63px;
        height: 63px;
        line-height: 66px;
    }
}


/* OPCIONES DE BOTON */

.float-nav {
    position: fixed;
    bottom: 0px;
    right: 25px;
    z-index: 9999999;
}

    .float-nav:hover {
        cursor: pointer;
    }

.main-nav-2 {
    font-family: sans-serif;
    position: absolute;
    bottom: 0px;
    right: 60px;
    width: 150px;
    margin-bottom: 40px;
}

    .main-nav-2.active {
        display: block;
        opacity: 1;
    }

    .main-nav-2 > ul {
        width: 100%;
        display: block;
        list-style: none;
        z-index: 10;
    }

        .main-nav-2 > ul > li {
            display: flex;
            justify-content: space-between;
        }

            .main-nav-2 > ul > li > a {
                text-decoration: none;
                display: block;
                font-weight: 200;
                padding: 18px 80px 18px 18px;
                color: black;
            }

                .main-nav-2 > ul > li > a:hover {
                    font-weight: 400;
                }

.wa-icons {
    background-color: rgba(0, 123, 131, 1);
    margin: 5px;
    padding: 10px;
    border-radius: 25px;
}

    .wa-icons a {
        color: white !important;
    }

    .wa-icons:hover {
        background-color: #20ba5a;
    }

.ocultar {
    display: none !important;
}
