/*=============================================================== SIDE BAR ====*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    }

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    }

.sidebar a:hover {
    color: #f1f1f1;
    }

.sidebar .closebtn {
    position: absolute;
    top: 50;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    }

.openbtn:hover {
    background-color: #444;
    }

#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 800px) {
    .sidebar {
        left: 0;
        padding-top: 15px;
    }
    .sidebar a {font-size: 18px;}
}

        /*=============================================================== CATEGORIAS ====*/
        .categoria {
            padding: 0;
            margin: 0;
            width: 100%;
            height: 26px;
            border: 0px;
            background-color: #f0f0f6;
            text-align: center;
        }
        .categoria p {
            margin: 0px;
        }
        .categoria a{
            font-family: Lato;
            font-size: 15pt;
            font-weight: 300;
            color: #1F6F8B;
            text-decoration: none;
            padding: 0px 20px;
        }
        .categoria a:hover {
            font-weight: 700;
        }
        @media screen and (max-width: 768px) {
            .categoria {
                height: 50px;
            }
            .categoria p {
                padding: 2px;
                line-height: 23px;
            }
            .categoria a{
                font-size: 12pt;
                font-weight: normal;
            }
        }

/*====================================================== OPCIONES */
.opcion {
    font-size: 18px;
}
a.opcion {
    font-size: 18px;
    padding: 10px 0;
}