* {
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/*

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
#67AA38
*/








/*
==========================================
==========================================
            INFO
==========================================
==========================================
*/

.info {
    position: fixed;
    width: 100%;
    z-index: 30;
    bottom: -6px;
    background-color: #1DB0F4;
    text-align: center;
    padding-top: 10px;
}

.cada-info {
    display: inline-block;
}

.info p {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: lighter;
    font-size: 0.9em;
}

.info img {
    height: 22px;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES INFO  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  570PX  ========================
=============================================*/

@media only screen and (max-width: 570px) {
    
    .info {
        position: fixed;
        width: 100%;
        z-index: 30;
        bottom: -6px;
        background-color: #1DB0F4;
        text-align: center;
        padding-top: 10px;
    }
    
    .cada-info {
        display: block;
        margin-bottom: -10px;
    }

    .info p {
        display: inline-block;
        color: #fff;
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-weight: lighter;
        font-size: 0.9em;
    }

    .info img {
        height: 19px;
    }
    
}


















/*
==========================================
==========================================
            NAV
==========================================
==========================================
*/



nav {
    position: relative;
    background-color: #67AA38;
    height: 60px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
}

.nav-list {
    position: relative;
    width: 100%;
    display: inline-block;
}

.nav-item {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 105px;
    padding-top: -30px;
    text-align: center;
}

.nav-item a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    top: -20px;
    height: 100%;
    width: 100%;
    padding-top: 15px;
    text-decoration: none;
    transition: all 0.5s;
}

.nav-item a:hover {
    background-color: #467923;
}



.ham {
  display: none;
}

.active {
    display: block;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES NAV  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  660PX  ========================
=============================================*/
/*
@media only screen and (max-width: 660px) {
    
    nav {
        padding-right: 0;
    }
    
    .nav-item {
        height: 60px;
        width: 100px;
    }

    .nav-item a {
        font-size: 1.1em;
    }
}

*/

@media only screen and (min-width: 660px) {
    
    .nav-list {
        display: inline-block !important;
    }
}


@media only screen and (max-width: 660px) {
    
    .ham {
        position: relative;
        display: inline-block;
        color: #fff;
        background: #467923;
        font-style: normal;
        font-size: 1.2em;
        padding: 15px;
        height: 60px;
        top: -20px;
    }
    
    .ham:hover {
        background-color: #92e55a;
        text-decoration: none;
    }
    
    
    nav {
        z-index: 30;
        padding-top: 20px;
        text-align: right;
    }

    .nav-list {
        display: none;
        background-color: #67AA38;
        height: 320px;
        width: 90%;
        position: relative;
        padding-top: 20px;
        top: 40px;
        left: 30px;
    }

    .nav-item {
        position: relative;
        display: block;
        height: 60px;
        width: 100%;
        padding-top: -30px;
        text-align: center;
    }

    .nav-item a {
        position: relative;
        display: inline-block;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.2em;
        top: -20px;
        height: 100%;
        width: 100%;
        padding-top: 15px;
        text-decoration: none;
        transition: all 0.5s;
    }
    
    .open {
        display: block;
    }
    
}














/*==================================================================
====================================================================
=========================     REDES     =========================
====================================================================
==================================================================*/



#redes {
    background-color: #69A940;
    position: fixed;
    right: 0;
    top: 300px;
    width: 50px;
    height: 130px;
    z-index: 200;
    text-align: center;
    padding-top: 11px;
}

.cada-red {
    
}

#redes h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 100;
}

#redes img {
    height: 45px;
    padding: 7px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

#redes img:hover {
    background-color: #134525;
    padding: 7px;
    border-radius: 10px;
}

#redes p {
    color: #3dcc71;
}













/*
==========================================
==========================================
            RELOJ
==========================================
==========================================
*/

.cabezote-horario {
    height: 1450px;
    margin-bottom: 50px;
}

.reloj {
    height: 800px;
    background-image: url(../img/reloj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
        
}

.logo-home {
    height: 200px;
    text-align: center;
    margin-bottom: 30px;
}

.logo-home img {
    height: 100%;
}

.texto-horario {
    padding: 70px 20px;
}

.texto-horario h2 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #696969;
    text-align: center;
}

.texto-horario h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    text-align: center;
    color: #fff;
    background-color: #1A7826;
    padding: 30px;
}





/*
==========================================
==========================================
            FOOTER
==========================================
==========================================
*/

#footer {
    background-color: #2f2f2f;
    padding: 50px 0;
    margin-top: 30px;
}

.cada-foot {
    margin: 20px auto;
}

#footer p {
    color: #B5B5B5;
    text-align: center;
    margin: -2px auto;
    font-weight: 100;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 60%;
}
