* {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}
/*cuperpo*/

body {
    background: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
}
/* contenedor del Logo*/

.container {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}
/* Referente al logo*/

.logo-cabecera {
    float: left;
    margin: 0:;
    width: 250px;
    height: 100px;
    position: relative;
    left: 120px;
}
.logo span {
    font-weight: 300;
}
/* Cabecera*/

header {
    background: transparent;
    color: #77A37A;
    padding: auto;
    position: fixed;
    width: 100%;
    z-index: 900;
}
header::after {
    content: '';
    clear: both;
    display: block;
}
/* Barra navegador */

.site-nav {
    top: 100%;
    right: 0;
    position: absolute;
    margin-left: 300px;
    background: #e38409;
    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: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: block;
    padding: 1em 4em;
    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;
}
.site-social {
    display: none;
}
.fondo {
    width: 100%;
}
.imag-fondo {
    position: relative;
    margin: 50;
    width: 100%;
}
/* Icono del menu izquierdo*/

.menu-toggle {
    background: #535353;
    padding: 1em;
    position: absolute;
    top: 0.9em;
    left: : 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;
}
.hamburger::before {
    transform: translateY(-6px);
}
.hamburger::after {
    transform: translateY(3px);
}
.elp_banderas {
    width: 100%;
    height: 10px;
}
.elp_banderas a {
    position: relative;
    float: left;
    top: 0px;
    left: 200px;
}
.bgcolor {
    background: white;
}
ion-icon {
    color: white;
    font-size: 30px;
}
footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.logo-pie {
    display: none;
}
/**************************************************** Formato escritorio***************************************/

/**************************************************************************************************************/

@media (min-width: 700px) {
    * {
        margin: 0;
        padding: 0;
        font-family: helvetica;
    }
    /* contenedor del Logo*/
    .container {
        width: 95%;
        max-width: 1300px;
        margin: 0 auto;
    }
    /* Referente al logo*/
    .logo-cabecera {
        float: left;
        margin: 0:;
        width: 570;
        height: 239;
        position: relative;
        left: 530px;
    }
    /* Cabecera*/
    header {
        background: transparent;
        color: #77A37A;
        padding: auto;
        position: fixed;
        width: 100%;
        z-index: 900;
    }
    header::after {
        content: '';
        clear: both;
        display: block;
    }
    /* Barra navegador */
    .site-nav {
        top: 100%;
        width: 100%;
        padding: auto;
        right: 0;
        position: absolute;
        margin-left: 300px;
        background: #ffffff;
        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{
        border-bottom: 1px solid #575766;

        }*/
    .site-nav li:last-child {
        border-bottom: none;
    }
    .site-nav a {
        font-family: Montserrat, sans-serif;
        color: #3a3a3a;
        font-size: 16px;
        font-style: normal;
        font-weight: 300px;
        line-height: 20px;
        display: block;
        padding: 1em 4em;
        text-decoration: none;
        text-align: center;
    }
    .site-social a {
        position: relative;
        margin-right: 10px;
        text-decoration: none;
    }
    .site-social li {
        top: 100%;
        position: relative;
        left: 400px;
        border: none;
        display: inline;
        float: left;
        margin-top: 30px;
    }
    /*.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: relative;
        margin: 50;
        width: 100%;
        height: 600px;
    }
    /* Icono del menu izquierdo*/
    .menu-toggle {
        background: transparent;
        padding: 1em;
        position: absolute;
        top: 1.9em;
        right: 30em;
    }
    .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: 5px;
        width: 2.5em;
        border-radius: 1px;
    }
    .hamburger::before {
        transform: translateY(-9px);
    }
    .hamburger::after {
        transform: translateY(4px);
    }
    .elp_banderas {
        width: 100%;
        height: 30px;
    }
    .elp_banderas a {
        position: relative;
        float: left;
        top: 30px;
        left: 930px;
    }
    .bgcolor {
        background: white;
    }
    .fas {
        position: relative;
        margin-top: 10px;
        margin-left: 100px;
        size: 16px;
    }
    footer {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .logo-pie {
        display: none;
    }
}