html {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(90deg, #f39222, #ffbd63);
}

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

header {
    margin: 0;
    padding: 0;
    background: #f7cc9a;
}

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

/* C U E R P O */

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

.logo {
    height: 100px;
    padding: 20px 0px 0px;
}

.calculo_total {
    height: 40px;
    padding: 5px 0 0;
}

.home {
    height: 60px;
}

h2 {
    font-size: 33px;
    color: white;
    margin: 0;
    padding: 5px 0 0;
}

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

p {
    font-size: 14px;
    color: #fff;
    padding: 1px 80px 10px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.instrucciones {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 15px 40px 15px;
}

/*
.tips {
    background: linear-gradient(90deg, #6cbebe, #9ed2d4);
    padding: 8px 53px 8px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 2px 3px 6px rgba(125, 127, 129, 0.49);
} */

.medidores {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 5px;
    margin: 10px 50px 0px;
    padding: 15px 20px 5px;
}

.slider {
    margin: 0;
    padding-bottom: 16px;
    width: 100%;
}

.rango {
    -webkit-appearance: none;
    appearance: none;
    background: #f39222;
    width: calc(100% - (70px));
    height: 6px;
    border-radius: 5px;
    outline: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.rango::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #f09729;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0.62);
    border-radius: 20px;
    cursor: pointer;
    transition: background .15s ease-in-out;
}
.rango::-webkit-slider-thumb:hover {
    background: #e76916;
}

label {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    color: #e76916;
}

.valor {
    display: inline-block;
    width: 26px;
    color: #e76916;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    margin-left: 5px;
    background: rgba(240, 151, 41, 0.5);
    border-radius: 5px;
}
.valor:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
}

/* 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: #f7cc9a;
    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: #e76916;        /**** 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: #fff;
    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;
}
