#myFooter {
    background-color: black;
    color: white;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#myFooter .logo{
    /*margin-top: 10px;*/
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter .second-bar .logo a img{
    margin:0px;
    margin-left: -5px;
}

#myFooter .second-bar .letrachica{
    color:white;
    font-size: 10px;
    float: left;
    /*font-weight: bold;*/
    /*line-height: 68px;*/
    margin: 0;
    padding: 0;
}

#myFooter .second-bar .marca {
    color:white;
    font-size: 10px;
    float:right;
    margin: 0;
    padding: 0;
}

#myFooter .second-bar .marca:hover {
    color: #2e9df7;
    font-size: 10px;
    float:right;
    margin: 0;
    padding: 0;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: black;
    text-align: center;
}

.borde{
    border-bottom: 1px solid rgba(255,255,255,0.15);
    clear: both;
}

#myFooter .second-bar .facebook {
    font-size: 15px;
    color: #9fa3a9;
    padding: 5px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-iconss {
    float:right;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
   #myFooter .second-bar .marca {
    margin-right: 130px;
    }
    .facebook{
        margin-right: 5px;
    }
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}
.facebook{
    border: 1px solid;
    letter-spacing: 0px;
    width: 37px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    margin: 0px 5px;
    color: white;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}