.btn-facebook{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 53px;
    bottom:220px;
    right:10px;
    background:#3b5998;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:28px;
    font-weight: 600;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-facebook:hover{
    background: #4071ee;
    color:#FFF;
}

.btn-intagram{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 53px;
    bottom:155px;
    right:10px;
    background:#C13584;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:28px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-intagram:hover{
    background: #a93075;
    color:#FFF;
}

.btn-wsp{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 53px;
    bottom:90px;
    right:10px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:28px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
    color:#FFF;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 53px;
	}
    .btn-intagram{
        width:50px;
        height:50px;
        line-height: 53px;
	}
    .btn-facebook{
        width:50px;
        height:50px;
        line-height: 53px;
	}
}

/* forms alta turno */
.service_show{
    display: none;
}

.btn-acceder {
    background: var(--skin-color);
}
