html {
    font-family: 'Open Sans', sans-serif;
    background: #c8e8e8;
}

.menu{
    padding: 15px 20px 8px;
    display: flex;
    align-items:flex-start;
}

header {
    margin: 0;
    background: #6cbebe;
}

.gasto {
    height: 15px;
    float:left;
    margin: 1px 4px 0px;
}

body{
    text-align: center;
    margin: 0px;
    padding: 0px;
}

/* C U E R P O */

h3{
    font-weight: 700;
    font-size: 20px;
    color: #3e9f9b;
    padding: 10px 0px 0px;
    margin: 5px 0px 10px;
}

p {
    font-size: 14px;
    color: #3e9f9b;
    font-weight: 600;    
}

.botones{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.seleccionado {
    background: linear-gradient(90deg, #f39222, #ffbd63);
    width: 22%;
    padding: 10px 20px 10px;
    margin: 15px 10px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 2px;
    text-decoration: none;
}

.secundario {
    background: linear-gradient(90deg, #6cbebe, #9ed2d4);
    width: 22%;
    padding: 10px 20px 10px;
    margin: 15px 10px 0px;
    font-size: 15px;
    font-weight: 600;
    color: #3e9f9b;
    border-radius: 10px;
    letter-spacing: 2px;
    text-decoration: none;
}

.secundario:hover {
    background: linear-gradient(90deg, #f39222, #ffbd63);
    color: #fff;
}

.tips {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 20px 0px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.caja {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0px 10px 10px;
    width: 40%;
}

.caja img {
    height: 50px;
}

a img {
    height: 60px;
    margin: 0px 0px 20px;
}


@media screen and (min-width: 550px) {

    html {
        background: #efcda6;
    }

    header {
        margin: 0;
        background: #f39222;
        padding-bottom: 15px
    }

    p {
        font-size: 16px;
        color: #e76916;
        font-weight: 600;    
    }

    h3 {
        font-weight: 700;
        font-size: 20px;
        color: #e76916;
        padding: 10px 0px 0px;
        margin: 5px 0px 10px;
    }

    .botones {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .seleccionado {
        background: #e76916;
        width: 15%;
        padding: 10px 20px 10px;
        margin: 15px 10px 0px;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        border-radius: 10px;
        letter-spacing: 2px;
        text-decoration: none;
    }

    .secundario {
        background: linear-gradient(90deg, #f39222, #ffbd63);
        width: 15%;
        padding: 10px 10px 10px;
        margin: 15px 10px 0px;
        font-size: 15px;
        font-weight: 600;
        color: #e76916;
        border-radius: 10px;
        letter-spacing: 2px;
        text-decoration: none;
    }

    .secundario:hover {
        background: #e76916;
        width: 15%;
        padding: 10px 10px 10px;
        margin: 15px 10px 0px;
        font-size: 15px;
        font-weight: 600;
        color: white;
        border-radius: 10px;
        letter-spacing: 2px;
        text-decoration: none;
    }

    .caja img {
        height: 70px;
    }

    a img {
        display: none;
    }
}



/* N A V */

nav {
    padding: 0 0 8px;
}

.usuario {
    height: 60px;
    padding-bottom: 20px;
}

.nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #c8e8e8;
    opacity: 0;
    transition: all 0.2s ease;
}

.nav-wrapper ul {
    position: absolute;
    top: 20%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-wrapper ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.nav-wrapper ul li:not(:first-child) {
    margin-left: 0;
    padding: 8px 0 0;
}

.nav-wrapper ul li a {
    padding: 10px 0px;
    opacity: 0;
    color: #3e9f9b;        /**** MENU ****/
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-wrapper ul li a:hover {
    padding: 10px 0px;
    opacity: 0;
    color: #e76916;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

/* */

.linea {
    color: white;
    font-weight: 700;
    margin: 0;
    padding: 0px 0px 12px;
}

.nav-btn {
    position: fixed;
    right: 4px;
    top: 1px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
}

.nav-btn i {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin-left: 14px;
}

.nav-btn i:nth-child(1) {
    margin-top: 16px;
}

.nav-btn i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
}

.nav-btn i:nth-child(3) {
    margin-top: 4px;
}

#nav:checked + .nav-btn {
    transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
    background: #fff;   /* COLOR CHECKED */
    transition: transform 0.2s ease;
}

#nav:checked + .nav-btn i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
    opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-wrapper {
    z-index: 9990;
    opacity: 1;
}

#nav:checked ~ .nav-wrapper ul li a {
    opacity: 1;
    transform: translateX(0);
}

.hidden {
    display: none;
}