footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30vh;
    background-color: #393939;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
footer .footer-colum{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 25%;
    min-height: 20vh;
}
footer .bloque-logo{
    width: 24%!important;
}
footer .bloque-links{
    padding-top: 2vh;
    padding-left: 3vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 50%!important;
    border-left: 5px dotted #999999;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
footer .bloque-links .link{
    width: 23vh;
    height: 50px;
    cursor: pointer;
}
footer .bloque-links .link .texto{
    height: auto;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 2vh;
    color: #bfbdbd;
    text-align: left;
    text-transform: uppercase;
}
footer .bloque-links .link .descripcion{
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    font-size: 1.50vh;
    color: #999999;
    text-align: left;
    text-transform: lowercase;
}
footer .bloque-links .link a{
    text-decoration: none;
}
footer .footer-colum .logo{
    width: 180px;
    height: 90px;
    background-image: url("../assets/_logos/logo_footer.png");
    background-size: cover;
}
footer .footer-colum .slogan{
    width: 100%;
    height: auto;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    font-size: 2vh;
    color: #999999;
    text-align: center;
}
footer .bloque-powered{
    text-decoration: none;
    padding-top: 2vh;
    padding-left: 3vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-left: 5px dotted #999999;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
footer .bloque-powered .title{
    left: 0vh;
    padding-bottom: 3vh;
    width: 100%;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 1.5vh;
    color: #999999;
    text-align: left;
    text-transform: uppercase;
}
footer .bloque-powered .html5{
    width: 13.3vh;
    height: 13.3vh;
    background-image: url("../assets/_logos/html5.png");
    background-size: cover;
}
footer .bloque-powered .angular{
    width: 13.3vh;
    height: 13.3vh;
    background-image: url("../assets/_logos/angular.png");
    background-size: cover;
}
footer .bloque-powered .css3{
    width: 13.3vh;
    height: 13.3vh;
    background-image: url("../assets/_logos/css3.png");
    background-size: cover;
}
footer .footer-copyright{
    bottom: 0px;
    width: 100%;
    height: auto;
    font-family: "JetBrains Mono";
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    text-decoration: none;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
@media only screen and (max-width: 768px) {
    footer .footer-colum{
        padding-top: 2vh;
        width: 100%!important;
    }
    footer .bloque-links{
        padding-left: 5vh;
        padding-bottom: 1vh;
        border-left: 0px dotted #999999;
        border-top: 5px dotted #999999;
    }
    footer .bloque-logo{
        padding-bottom: 3vh;
    }
    footer .bloque-powered{
        padding-bottom: 2vh;
        padding-left: 0vh!important;
        border-left: 0px dotted #999999;
        border-top: 5px dotted #999999;
    }
    footer .footer-copyright{
        padding-bottom: 3vh;
    }
}
