#myFooter {
    width: 100%;
    background-color: #768657;
    margin-top: 30px;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter ul li {
    color: #fff;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter ul li a {
    color: yellow;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: black;
}

.second-bar h4 {
    font-size: 16px;
    margin-left: 30px;
    color: #fff;
}

#btnTopo {
    display: none;
    position: fixed;
    opacity: 50%;
    margin-left: 95%;
    width: 40px;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    padding: 10px;
    border: none;
    border-radius: 265px;
    background-color: greenyellow;
    color: black;
    font-size: 12px;
    font-weight: bolder;
}

.col-sm-3 #imgLogo {
    margin-top: 30px;
}