/********* BODY */

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#28323b;
}

::-webkit-scrollbar {
    display: none;
}

.main {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 50px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.logo {
    width: 320px;
    height: 110px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    margin: 10px calc(50% - 160px);
}

.apps {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.app {
    width: 100px;
    height: auto;
    margin: 12px;
    position: relative;
}

.icono-app {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.texto-app {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ffffff;
}

.trademark {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #f0f0f0;
}

.phantomy {
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 6px;
    font-size: 15px;
    cursor: pointer;
}