/* estilos whatsapp*/
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:18px;
    right:75px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}
.phone_top{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 62px;
    bottom:18px;
    right:7px;
    background:hsla(0, 0%, 32%, 0.796);
    color: #F8F2BA;
    border-radius:35px;
    text-align:center;
    font-size: 28px;
    box-shadow: 0px 0px 4px rgb(231, 233, 234);
    z-index:80;
    transition: all 300ms ease;
}
.phone_top:hover{
    background:hsl(157, 85%, 37%);

}

.btn-facebook{
    position:fixed;
    width:38px;
    height:38px;
    line-height: 38px;
    bottom:400px;
    right:10px;
    background:hsl(114, 70%, 49%);
    color:#FFF;
    border-radius:38px;
    text-align:center;
    font-size:23px;
    box-shadow: 0px 1px 10px rgb(255, 255, 255);
    z-index:80;
    transition: all 300ms ease;
}
.btn-facebook:hover{
    background: hsl(0, 0%, 100%);
}

    .btn-instagram{
        position:fixed;
        width:38px;
        height:38px;
        line-height: 38px;
        bottom:448px;
        right:10px;
        background:hsl(134, 74%, 43%);
        color:#FFF;
        border-radius:38px;
        text-align:center;
        font-size:20px;
        box-shadow: 0px 1px 10px rgb(255, 255, 255);
        z-index:80;
        transition: all 300ms ease;
    }
    .btn-instagram:hover{
        background: #fdfdfd;
    }
  
    .btn-youtube{
        position:fixed;
        width:38px;
        height:38px;
        line-height: 38px;
        bottom:495px;
        right:10px;
        background:hsl(341, 98%, 49%);
        color:#FFF;
        border-radius:38px;
        text-align:center;
        font-size:20px;
        box-shadow: 0px 1px 10px rgb(255, 255, 255);
        z-index:80;
        transition: all 300ms ease;
    }
    .btn-youtube:hover{
        background: #fcfdff;
    }
            
