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

    /* Alineación perfecta */
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-wsp:hover{
    /*background: #20ba5a; */
    background: #eaf2e3;
}
@media only screen and (min-width:320px) and (max-width:640px){
    .btn-wsp{
        width:63px;
        height:363px;
        line-height: 63px;
	}
}

.btn-comp {
    font-size: 25px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 60px !important;
    height: 60px !important;
    font-size: 25px !important;
    right: 25px;
    background: #000000; /*#fadcde;*/
    color: #FFF;
    border-radius: 50px;
    border: 2px solid red; /* TEMPORAL para testeo */
    text-align: center;
    z-index: 100;
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    


}
.btn-comp:hover {
    background: #000000; /*#eaf2e3;*/
}


/*
.btn-comp{
    font-size:25px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    background:#fadcde; 
    color:#FFF;
    border-radius:50px;
    text-align:center;
    z-index:100; 
    transition: all 300ms ease;

    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-comp:hover{
    background: #eaf2e3;
}
@media only screen and (min-width:320px) and (max-width:640px){
    .btn-comp{
        width:60px;
        height:60px;
        line-height: 60px;
	}
}
*/


