* {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}
/*cuperpo*/

body {
    background: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
}
/* contenedor del Logo*/

.container {
    width: 95%;
    margin: 0 auto;
}
/* Referente al logo*/

.logo-cabecera {
    float: left;
    margin: 10px;
    width: 150px;
    height: 40px;
    position: relative;
    left: 150px;
}
.logo span {
    font-weight: 300;
}
/* Cabecera*/

header {
    background: #252B2D;
    position: relative;
    width: 100%;
    padding: auto;
    z-index: 900;
}
header::after {
    content: '';
    clear: both;
    display: block;
}
/* Barra navegador */

.site-nav {
    top: 100%;
    right: 86px;
    position: relative;
    margin-left: 300px;
    background: #ffffff;
    clip-path: circle(0px at top right);
    transition: clip-path ease-in-out 700ms;
    z-index: 1100;
}
.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 {
    color: #252B2D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: block;
    padding: 1em 4em;
    text-decoration: none;
    text-align: right;
}
.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;
}
.contenido {
    z-index: 1000;
    position: relative;
}
.fondo {
    width: 100%;
}
.imag-fondo {
    position: relative;
    margin: 50;
    width: 100%;
}
.elp_banderas {
    width: 100%;
    position: relative;
    left: 180px;
}
.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);
}
footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.logo-pie {
    display: none;
}
/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffffff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}
/* Formato escritorio**************************************************************************/

/**********************************************************************************************/

@media (min-width: 700px) {
    header {
        background: #252B2D;
        color: #77A3;
        padding: 25px;
        position: fixed;
        width: 100%;
        z-index: 2000;
    }
    .menu-toggle {
        display: none;
    }
    .site-nav {
        height: auto;
        position: relative;
        background: transparent;
        float: left;
        margin-top: 20px;
        margin-left: 350px;
        clip-path: initial;
    }
    .site-nav li {
        display: inline-block;
        border: none;
    }
    .site-nav a {
        color: #ffffff;
        font-size: 17px;
        line-height: 14px;
        font-family: Roboto, sans-serif;
        padding: 0;
        margin-left: 5em;
    }
    .site-nav--icon::before {
        display: none;
    }
    .site-nav a:hover .site-nav a:focus {
        background: transparent;
    }
    .contenido {
        position: relative;
        top: 110px;
        z-index: 1000;
    }
    .elp_Contenido {
        position: relative;
        top: 110px;
        z-index: 1000;
    }
    .bgcolor {
        display: none;
    }
    .imag-fondo {
        position: relative;
        margin: 0;
        width: 100%;
    }
    .mrp_capa_pasafoto_V2_INC {
        position: relative;
        top: 110px;
    }
    .elp_banderas {
        position: relative;
        left: 890px;
        top: 112px;
    }
    .site-pie {
        background: #ffffff;
    }
    .logo-pie {
        position: relative;
        width: 60px;
        margin-left: 168px;
    }
}