﻿/*#footerStyle {
    background: #1E1E1E;
    color: #cccccc;
    width: 103%;
    height: 100%;


}*/

#footerStyle {
   /* background: #1E1E1E;*/
    color: #cccccc;
    /*width: 103%;*/
    height: 100%;
    background-image: linear-gradient( 90deg, #252829db 60%, #121213db 80%),url('../imagenes/footer/foto footer.jpg');
    background-size: cover;
    background-position-y: bottom;
}



#footerStyle span {
    padding-right: 15px;
}

#footerStyle h4 {
    font-size: 15px;
    text-transform: uppercase;
}


#footerStyle ul {
    font-size: 13px;
    padding-left: 0px;
    list-style: none;
    padding-top: 10px;
    
    li {
    padding-top: 15px;
    }
}

#footerStyle hr {
    border: 1px solid rgb(146, 146, 146);
    border-bottom: none;
}

#footerStyle .f-b {
    font-size: 12px;
    text-align: center;
}

#footerStyle .fa {
    font-size: 16px;
    color: #cccccc;
}
#footerStyle .fat {
    font-size: 14px;
    font: Regular 16px/60px Poppins;
    color: #FFFFFF;
}


#footerStyle .fa-youtube-play:hover {
    color: red;
}

#footerStyle .fa-facebook:hover {
    color: #002fff;
}

#footerStyle .fa-twitter:hover {
    color: #00aeff;
}

#footerStyle .fa-instagram:hover {
    color: rgb(133, 9, 9);
}

#footerStyle hrv {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    /*height: 100vh;*/
    /*width: 1px;*/
}
