/* latin-ext */
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
    background-color: #FFFFFF;
    font-family: Lora;
    font-style: normal;
    font-weight: 300;
}
.contenedor-menu + .container {
	font-size: 16px;
}
nav,.contenedor-menu {
    font-family: Raleway;
}
a{
    color:#000000;
}
footer a{
    color:#FFFFFF;
}
/*navegaciÃ³n*/

.navbar{
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
    border: none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    height: 55px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    color: #FFFFFF;
    height: auto;
    padding: 20px 15px 0;
}
.nav_black_icon{
    margin: 5px 0;
    width: 50px;
}
.navbar-header{
    float: none;
}
.navbar-toggle{
    display: inline-block;
}

.icon-bar-py{
    width: 60px;
    height: 20px;
    background-color: #ffffff;
    border-color: #FFFFFF;
    content: '';
}

.menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.close_menu{
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3px;
    z-index: 999;
}
.menu .div_content{
    background-image: url('../archivos/edit_01.png');
    background-position:center;
    background-size:cover;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;

}
.menu .div_content nav{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.menu .div_content nav ul{
    list-style: none;
    width: 100vw;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.menu .div_content nav ul li{
    margin: 10px 0px;
}

.menu .div_content nav ul li a{
    text-align: center;
    font-weight: bold;
    text-decoration: uppercase;
    color:#FFFFFF;
    font-size: 40px;
}

.menu .div_content nav ul li a:hover{
    color:#FFF000;
}
.menu_inner_r{
        float: right;
        margin-top: 15px;
        position: relative;
        margin-right: 20px;
        cursor: pointer;
    }
    .menu_inner_r_open .menu_inner_line .eltd-fm-line,.eltd-fullscreen-search-holder .eltd-fullscreen-search-close .eltd-fs-lines .eltd-fs-line {
        -webkit-transition: -webkit-transform .3s ease, top .2s ease-out, background-color .2s ease-out;
        -moz-transition: -moz-transform .3s ease, top .2s ease-out, background-color .2s ease-out;
        left: 0
    }

    .eltd-dark-header .eltd-page-header>div:not(.eltd-sticky-header):not(.fixed) .menu_inner_r_open {
        color: #333
    }

    .eltd-dark-header .eltd-page-header>div:not(.eltd-sticky-header):not(.fixed) .menu_inner_r_open.eltd-fm-opened,
    .eltd-dark-header .eltd-page-header>div:not(.eltd-sticky-header):not(.fixed) .menu_inner_r_open:hover {
        color: rgba(51, 51, 51, .8)
    }

    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header):not(.fixed) .menu_inner_r_open {
        color: #fff
    }

    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header):not(.fixed) .menu_inner_r_open.eltd-fm-opened,
    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header):not(.fixed) .menu_inner_r_open:hover {
        color: rgba(255, 255, 255, .8)
    }

    .menu_inner_r_open {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #fff
    }

    .menu_inner_r_open.eltd-fm-opened,
    .menu_inner_r_open:hover {
        color: rgba(255, 255, 255, .8)
    }

    .menu_inner_r_open .menu_inner_line {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 16px
    }

    .menu_inner_r_open .menu_inner_line .eltd-fm-line {
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: currentColor;
        border-radius: 0;
        transition: transform .3s ease, top .2s ease-out, background-color .2s ease-out
    }

    .menu_inner_r_open .menu_inner_line .eltd-fm-line.eltd-line-1 {
        top: 0;
        outline: transparent solid 1px
    }

    .menu_inner_r_open .menu_inner_line .eltd-fm-line.eltd-line-2 {
        top: 50%;
        outline: transparent solid 1px
    }

    .menu_inner_r_open .menu_inner_line .eltd-fm-line.eltd-line-3 {
        top: 100%;
        outline: transparent solid 1px
    }

    .menu_inner_r_open:hover .menu_inner_line .eltd-fm-line.eltd-line-1,
    .menu_inner_r_open:hover .menu_inner_line .eltd-fm-line.eltd-line-3 {
        top: 50%
    }

    .menu_inner_r_open:hover .menu_inner_line .eltd-fm-line.eltd-line-2 {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .menu_inner_r_open.eltd-fm-opened {
        color: #fff
    }

    .menu_inner_r_open.eltd-fm-opened .menu_inner_line .eltd-fm-line.eltd-line-1 {
        display: none
    }

    .menu_inner_r_open.eltd-fm-opened .menu_inner_line .eltd-fm-line.eltd-line-2 {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .menu_inner_r_open.eltd-fm-opened .menu_inner_line .eltd-fm-line.eltd-line-3 {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    /*template contenidos*/
    div.hero{
        background-repeat: none;
        background-position: center center;
        background-size: cover;
        height: 450px;
        text-align: center;
        margin: 0 auto;
        display: table;
        position: relative;
    }
    div.hero::after{
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height:100%;
    }

    div.hero .contenido-hero{
        display: table-cell;
        vertical-align: middle;
        color: #FFFFFF;
        position: relative;
        width: 100vw;
        z-index: 2;
    }
.imglist .col-md-3:nth-child(4n+1) {
	clear: both;
}
.imglist .col-md-3 {
	margin-bottom: 25px;
}
.contenedor-menu + .container > .row > .col-md-12 img {
	max-width: 100%;
	height: auto;
}
        @media only screen and (min-width: 768px){
            .contenido-hero h1{
                width: auto;
                margin: 0 auto;
                padding: 30px;
                background-color: rgba(0,0,0,.3);
                display: inline-block;
            }
        }
        @media only screen and (max-width: 768px){
            .contenedor-menu{
                display: none;
            }
            .contenido-hero h1{
                width: auto;
                margin: 0 auto;
                padding: 30px;
                background-color: rgba(0,0,0,.3);
                display: inline-block;
            }
            .navbar{
                height: 100px;
            }
            .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
                clear: both;
                padding: 5px;
            }
        }
     
    .portada{
        display: table-cell;

    }
    .contenedor-menu{
        width: 100%;
        height: auto;
        background-color: #FCFBFA;
    }
    .contenedor-menu .container ul{
        list-style: none;
        width: 100%;
    }
    .contenedor-menu .container ul li{
        float: left;
        padding: 0 1px;
        height: 80px;
        padding-top: 30px;
        overflow: hidden;
    }
    .contenedor-menu .container ul li a{
        position: relative;
        margin: 0;
        padding: 45px 30px;
        width: 189px;
        letter-spacing: .005em;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        text-transform: capitalize;
        color:rgb(108,134,90);
    }
    .contenedor-menu .container ul li:nth-child(n+5) a {
        padding: 45px 5px;
    }
    .contenedor-menu .container ul li a:hover{
        background-color: rgb(108,134,90);
        text-decoration: none;
        color: #FFFFFF;
    } 
    .contenedor-menu .container ul li .active{
        background-color: rgb(108,134,90);
        color: #FFFFFF;
        font-weight: bold;
    }
.footer{
    width: 100%; background-color: rgb(108,134,90);
}
.footer .container .row{
    padding: 15px 0 10px;
}

@media only screen and (max-width: 768px){
    .footer{
        height: auto;
    }
}