
.parallax {
    background-image: url("/images/contadores01.jpg");
    min-height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


li {
    font-size: 2rem;
    width: 300px;
    margin: 4px;
    padding: 4px;
    list-style: none
}

.midlaner {
    background-color: #eeeeee
}

.toplaner {
    background-color: #ffea00
}

.font8 {
    background-color: transparent;
    font-size: 8px;
    color: #000000;
}

.font10 {
    background-color: transparent;
    font-size: 10px;
    color: #000000;
}

.font12 {
    background-color: transparent;
    font-size: 12px;
    color: #000000;
}

.font80 {
    background-color: transparent;
    font-size: 80px;
    color: #000000;
}

.font50 {
    background-color: transparent;
    font-size: 50px;
    color: #000000;
}

.font240 {
    background-color: transparent;
    font-size: 240px;
    color: #000000;
}

.font25 {
    background-color: transparent;
    font-size: 25px;
}

.font30 {
    background-color: transparent;
    font-size: 30px;
}

.font35 {
    background-color: transparent;
    font-size: 35px;
}

.font50 {
    background-color: transparent;
    font-size: 50px;
}

.font100 {
    background-color: transparent;
    font-size: 100px;
    color: #000000;
}

.fblue1 {
    color: #3f99ee;
}
/* Inicia Menu */
body {
    font-family: "Lato", sans-serif;
    transition: background-color .5s;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

.mainOffcanvas {
    display: none;
    transition: margin-left .5s;
    padding: 16px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 101;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

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

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

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }


/* new */
@media (max-width:768px) {
    .topnav {
        display: none;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .mainOffcanvas {
        display: inline-block;
    }
}


/* Termina Menu */

.borderGreen {
    border-style: solid;
    border-width: 1px;
    border-color: #27ae60;
    border-radius: 8px;
}

.borderOrange {
    border-style: solid;
    border-width: 1px;
    border-color: #f39c12;
    border-radius: 8px;
}

.backColorOrange {
    background-color: #f39c12;
    color: white;
    height: 70px;
    text-align: center;
}

.backColorGreen {
    background-color: #27ae60;
    color: white;
    height: 70px;
    text-align: center;
    vertical-align: baseline;
}

.backColorOdd {
    background-color: #f8f6ff;
    color: #808080;
    height: 70px;
    text-align: center;
}

.backColorPar {
    background-color: white;
    color: #808080;
    height: 70px;
    text-align: center;
}
