* {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}
/*cuperpo*/

body {
    background: #ffffff;
    font-family: Artifika, sans-serif;
}
/* contenedor del Logo*/

.container {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}
/* Referente al logo*/

.bajo-menu {
    width: 100%;
    height: 100px;
}
.logo-cabecera {
    position: relative;
    margin-top: 10px;
    width: 100px;
    height: 50px;
    left: 140px;
}
/* Cabecera*/

.elp_Contenido {
    position: relative;
    width: 100%;
    top: 100;
}
.cabecera {
    background: #000000;
    color: #77A37A;
    padding: auto;
    position: relative;
    width: 100%;
}
.cabecera::after {
    content: '';
    clear: both;
    display: block;
}
/* Barra navegador */

.site-nav {
    top: 100%;
    right: 0;
    position: absolute;
    margin-left: 300px;
    background: #0C0201;
    clip-path: circle(0px at top right);
    transition: clip-path ease-in-out 700ms;
}
.site-nav-open {
    clip-path: circle(150% at top right);
}
.site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-nav li:last-child {
    border-bottom: none;
}
.site-nav a {
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    padding: 1em 3em;
    text-decoration: none;
    text-align: center;
}
.site-nav a:hover, .site-nav a:focus {
    /*background: #e4b363;
    color:#464655;*/
}
.site-nav--icon {
    display: inline-block;
    text-align: center;
    font-size: 1px;
    margin-right: 1em;
    width: 1.1em;
    color: white;
}
.fondo {
    width: 100%;
}
.imag-fondo {
    height: 100px;
    width: 100%;
}
/* Icono del menu izquierdo*/

.menu-toggle {
    background: #0C0201;
    padding: 0.5em;
    right: 0.5em;
}
.menu-open .hamburger {
    transform: rotate(45deg);
}
.menu-open .hamburger::before {
    opacity: 0;
}
.menu-open .hamburger::after {
    transform: translateY(-3px) rotate(-90deg);
}
.hamburger, .hamburger::before, .hamburger::after {
    content: '';
    display: block;
    background: #ffffff;
    height: 3px;
    width: 1.75em;
    border-radius: 3px;
}
.flecha {
    color: #8A372A;
    position: relative;
    float: left;
    left: 40px;
    top: 30px;
}
.hamburger::before {
    transform: translateY(-6px);
}
.hamburger::after {
    transform: translateY(3px);
}
footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.site-pie {
    background: #ffffff;
}
.logo-pie {
    position: relative;
    float: left;
    width: 60px;
    margin-left: 180px;
    overflow: hidden;
}
/* Formato escritorio************************************************************************/

/********************************************************************************************/

@media (min-width: 700px) {
    .menu-toggle {
        display: none;
    }
    .site-nav {
        float: left;
        height: auto;
        position: relative;
        background: #0C0201;
        margin-bottom: 10px;
        margin-right: 10px;
        clip-path: none;
    }
    .site-nav li {
        display: inline-block;
        border: none;
    }
    .site-nav a {
        font-family: Artifika, sans-serif;
        font-size: 15px;
        color: white;
        padding: 9px;
    }
    .site-nav a:hover .site-nav a:focus {
        color: #8F7A41;
    }
    .elp_banderas {
        float: left;
        position: absolute;
        right: 50px;
        top: 30px;
    }
    .imag-fondo {
        position: relative;
        top: 0px;
        width: 100%;
        height: 500px;
    }
    .logo-cabecera {
        position: relative;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 180px;
        height: 70px;
        left: 80px;
    }
    .contenido {
        position: relative;
        top: 70px;
    }
    .n-logo {
        display: none;
    }
    .menu {
        position: fixed;
        z-index: 900;
    }
    .logo-pie {
        float: left;
        position: relative;
        width: 100px;
        left: 200px;
        top: 180px;
    }
}