* {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}
/*cuperpo*/

body {
    background: #ffffff;
    font-family: "Josefin Sans", sans-serif;
}
/* contenedor del Logo*/

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
/* Referente al logo*/

.logo-cabecera {
    float: left;
    position: relative;
    margin-top: 10px;
    width: 150px;
    height: 70px;
    left: 140px;
}
.logo span {
    font-weight: 300;
}
/* Cabecera*/

header {
    background: transparent;
    padding: auto;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 900;
}
header::after {
    content: '';
    clear: both;
    display: block;
}
.site-nav {
    top: 1px;
    right: 100px;
    position: absolute;
    background: #454547;
    clip-path: circle(0px at top right);
    transition: clip-path ease-in-out 700ms;
    z-index: 1000;
}
.site-nav-open {
    clip-path: circle(150% at top right);
}
.site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-nav li {
    border-bottom: 1px solid #454547;
}
.site-nav li:last-child {
    border-bottom: none;
}
.site-nav a {
    color: #ffffff;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    display: block;
    padding: 1em 4em;
    /*text-transform: uppercase;*/
    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 {
    position: absolute;
    float: left;
    top: 0px;
    height: 100px;
    width: 100%;
}
/* Icono del menu izquierdo*/

.menu-toggle {
    background: #ffffff;
    padding: 0.5em;
    position: absolute;
    top: 1em;
    left: 0.5em;
}
.elp_banderas {
    position: relative;
    float: left;
    top: 80px;
}
.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: black;
    height: 3px;
    width: 1.75em;
    border-radius: 3px;
}
.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 {
    display: none;
}
/* Formato escritorio*************************************/

/*********************************************************/

@media (min-width: 700px) {
    .menu-toggle {
        display: none;
    }
    header {
        background: transparent;
        padding: auto;
        position: fixed;
        width: 100%;
        z-index: 900;
        border-bottom: 1px solid #ffffff;
    }
    .site-nav {
        height: auto;
        position: relative;
        background: transparent;
        float: left;
        margin-top: 30px;
        margin-left: 700px;
        clip-path: initial;
    }
    .site-nav li {
        display: inline-block;
        border: none;
    }
    .site-nav a {
        color: #ffffff;
        font-size: 13px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        display: block;
        padding: 2px;
        margin-left: 50px;
        /*text-transform: uppercase;*/
        text-decoration: none;
        text-align: center;
    }
    .site-nav--icon::before {
        display: none;
    }
    .site-nav a:hover .site-nav a:focus {
        background: transparent;
    }
    .imag-fondo {
        position: relative;
        top: 0px;
        width: 100%;
        height: 500px;
    }
    .logo-cabecera {
        position: relative;
        margin-top: 20px;
        width: 350px;
        height: 130px;
        left: 430px;
    }
    .bgcolor {
        background: #454547;
    }
    .contenido {
        position: relative;
        top: 50px;
    }
    .nologo {
        display: none;
    }
    o-pie {
        position: relative;
        width: 100px;
        right: 60px;
        top: 180px;
    }
}