.wrapper-footer {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -0.7%;
    color: white;
    background-color: #000000;
}

.wrapper-footer h5 {
    /* background: url("../assets/img/pxgray.png"), white; */
    background-color: #3eb8e5;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 2%;
    height: 50px;
    width: 100%;
    font-family: "BebasNeue";
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    /* color: black; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wrapper-footer ul {
    text-align: left;
    margin: 5%;
    font-size: 25px;
}

.wrapper-footer ul>li {
    padding-top: 29px;
    border-bottom: solid 1px #cccccc;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.wrapper-footer ul>li:hover {
    padding-left: 10%;
    width: 100%;
    color: white;
}

.wrapper-footer ul>li:first-child {
    border-bottom: none;
}

.wrapper-footer a {
    width: 100%;
    text-decoration: none;
    color: #37bcf9;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

.wrapper-footer a:hover {
    color: #ffffff;
}

.wrapper-footer .wrapper-menu {
    width: 26.67%;
}

.wrapper-footer .wrapper-map {
    width: 26.67%;
}

.wrapper-footer .wrapper-map iframe {
    width: 100%;
    height: 259px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wrapper-footer .wrapper-info {
    width: 26.67%;
}

.wrapper-footer .wrapper-info .optimization img {
    width: 15%;
    height: 37px;
}

.wrapper-footer .browsers {
    margin-bottom: 1%;
}

.wrapper-footer .browsers img {
    width: 80%;
}

.wrapper-footer .optimization {
    margin-bottom: 1%;
}

.wrapper-footer .author {
    margin-bottom: 1%;
}

.wrapper-footer .author>p {
    text-align: center;
}

.wrapper-footer figure {
    text-align: center;
}