/*.Footer {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: auto;
} */

.btn-RdS {
    /* border: 5px solid fuchsia; */
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 100;
    right: 15px;
}

.btn-RdS:hover {
    /* border: 5px solid greenyellow; */
    width: 65px;
    height: 65px;
}

.btn-fb {
    /* bottom: 150px; */
    /* bottom: 120px; */
    bottom: 175px;
}

.btn-insta {
    /* bottom: 90px; */
    /* bottom: 65px; */
    bottom: 120px;
}

.btn-tiktok {
    /* bottom: 30px; */
    /* bottom: 10px; */
    bottom: 65px;
}

.btn-whsp {
    /* bottom: 65px; */
    /* bottom: 30px; */
    bottom: 10px;
}

.btn-RdS-img {
    width: 60px;
    height: 60px;
}

.btn-RdS-img:hover {
    width: 65px;
    height: 65px;
    image-rendering: optimizeQuality;
    image-resolution: inherit;
    filter: drop-shadow(17px 7px 8px #15253e);
}

/******* Segunda prueba *******/
.btnRds {
    bottom: 65px;
    right: 50px;
    border: none;
    /* border: 2px solid green; */
}

.dropdown-menu {
    border: none;
    background-color: transparent;
    width: 70px;
    min-width: 0.5rem;
}

/***************** Tercera prueba *****************/
.TextContact {
    font-size: 10px;
    color: white;
    font-weight: bolder;
    filter: drop-shadow(10px#15253e);
}

/* Tercera prueba */
.ContacdRraco {
    /* border: 2px solid white; */
    justify-content: flex-end;
    align-items: flex-end;
    width: 70px;
}

.contactD {
    width: 30px;
    height: 30px;
}

.btn-prb {
    right: 50px;
}

.contactD1 {
    width: 40px;
    height: 40px;
    filter: contrast(200%);
    /* filter: drop-shadow(5px 5px 0 #fff)  ; */
    /* border: 1px solid blue;
    filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) drop-shadow(5px 5px 0 red); */
}

/* Media screen*/
@media only screen and (min-width:300px) and (max-width:780px) {

    .btn-RdS {
        width: 40px;
        height: 40px;
        right: 10px;
    }

    .btn-RdS:hover {
        width: 45px;
        height: 45px;
    }

    .btn-fb {
        bottom: 130px;
    }

    .btn-insta {
        bottom: 90px;
    }

    .btn-whsp {
        bottom: 10px;
    }

    .btn-tiktok {
        bottom: 50px;
    }

    .btn-RdS-img {
        width: 40px;
        height: 40px;
    }

    .btn-RdS-img:hover {
        width: 45px;
        height: 45px;
    }


}