/**estilos social bar**/






@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');


@media (min-width: 1000px){

* {

    list-style: none;

}


#nav {
    position: fixed;
    width:60px;
    top: 150px;
    right: 1vw;
    transition: all 0.3s ease-in-out cubic-bezier(0.1, 0.7, 1.0, 0.1);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index: 4000;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    

}

#nav ul {
    margin-top: 0;
    margin-bottom: -10rem
    
}

#nav li {
    height: 45px;
    position: relative
    
}

#nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 25%;
    padding-top: 35%;
    line-height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition:  all .3s linear;
    text-decoration: none !important
    
}

#nav li:nth-child(1) a {
	width: 3vw;
	height: 3vw;
    background: #25D366;
    border-radius: 100%;
}


#nav li a i {
    position: absolute;
    top: 5px;
    font-size: 2vw;
}

#nav ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*
#nav a:hover {
    z-index: 1;
    width: 120px ;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

#nav ul li:hover a span {
    padding-right: 220%;
    display: block;
    font-size: 10px
}*/

}


@media (min-width: 500px) and (max-width: 999px){


* {

    list-style: none;

}


#nav {
    position: fixed;
    width:60px;
    top: 100px;
    right: 4vw;
    transition: all 0.3s ease-in-out cubic-bezier(0.1, 0.7, 1.0, 0.1);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index: 4000;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    

}

#nav ul {
    margin-top: 0;
    margin-bottom: -10rem
    
}

#nav li {
    height: 45px;
    position: relative
    
}

#nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 45%;
    line-height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition:  all .3s linear;
    text-decoration: none !important
    
}

#nav li:nth-child(1) a {
	width: 40px;
	height: 40px;
    background: #25D366;
    border-radius: 100%;
}


#nav li a i {
    position: absolute;
    top: 10px;
    font-size: 20px
}

#nav ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*
#nav a:hover {
    z-index: 1;
    width: 120px ;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

#nav ul li:hover a span {
    padding-right: 220%;
    display: block;
    font-size: 10px
}*/

}

@media (min-width: 300px) and (max-width: 499px){
	* {

    list-style: none;

}


#nav {
    position: fixed;
    width:60px;
    top: 100px;
    right: 5vw;
    transition: all 0.3s ease-in-out cubic-bezier(0.1, 0.7, 1.0, 0.1);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    z-index: 4000;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    

}

}

#nav ul {
    margin-top: 0;
    margin-bottom: -10rem
    
}

#nav li {
    height: 45px;
    position: relative
    
}

#nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 45%;
    line-height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition:  all .3s linear;
    text-decoration: none !important
    
}

#nav li:nth-child(1) a {
	width: 40px;
	height: 40px;
    background: #25D366;
    border-radius: 100%;
}


#nav li a i {
    position: absolute;
    top: 10px;
    font-size: 20px
}

#nav ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
}

