body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    position: relative;
}

.header-himn {
    background: #2a2f34;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.title-header {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.nav-header {
    float: right;
}

.nav-header ul {
    padding: 0px;
}

.item-nav {
    text-decoration: none;
    text-decoration-style: none;
    list-style: none;
    background: #00b8b8;
    display: inline-block;
    font-size: 15px;
    padding: 5px 12px;
    cursor: pointer;
    font-weight: bold;
}

.item-nav:hover {
    background: #ff4d00;
}

.item-nav a {
    color: #fff;
}

.download-app {
    text-decoration: none;
    text-decoration-style: none;
    background: #01963a;
    color: #fff;
    padding: 15px;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
}

.download-app:hover {
    background: #01c54c;
    color: #fff;
}

.list-details li {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #00b8b8;
}

.list-details img {
    margin-top: 10px;
}

footer {
    width: 100%;
    background: #2a2f34;
    color: #fff;
    padding: 15px 10px;
}

.container-footer {
    position: relative;
    display: block;
    height: 200px;
}

.divider-footer {
    position: absolute;
    display: block;
    width: 33%;
    height: 100%;
    text-align: center;
}

.d2 {
    left: 33%;
}

.d3 {
    left: 66%;
}

.title-footer {
    font-family: 'Pacifico';font-size: 30px;
    text-align: center;
}

.link-footer {
    list-style: none;
    color: #fff;
}

.copy {
    margin: auto;
    text-align: center;
    border-top: 1px solid rgb(216, 216, 216);
    width: 95%;
}

@media screen and (max-width: 760px) {
    .header-himn {
        padding: 15px 10px 0px 10px;
    }

    .title-header {
        font-size: 20px;
    }

    .nav-header {
        float: none;
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    footer {
        width: 100%;
        height: 100%;
        padding: 10px 10px;
    }

    .container-footer {
        position: relative;
        display: block;
        height: 100%;
    }

    .divider-footer {
        position: static;
        display: inline-block;
        width: 100%;
        height: min-content;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 380px) {
    .item-nav {
        font-size: 15px;
        padding: 5px 5px;
    }

    .header-himn {
        padding: 15px 10px 0px 10px;
    }

    .download-app {
        padding: 10px;
        font-size: 13px;
    }

    .download-app img {
        width: 25px;
    }
}
