@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Great+Vibes|Marcellus|Tangerine:400,700');
html, body{
    margin: 0;
    padding: 0;
}
body{
     font-family: 'Marcellus', serif;
    overflow-x: hidden;
    font-size: 15px;
    background: #ffffff;    
}
/*SECTION TOP HEADER*/
.sect_top_header{
    background: #1c1f25;
}
.content_info_top{
    text-align: right;
}
.content_info_top>span a{
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 15px;
}
.list_redes_head{
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_redes_head>li{
    display: inline-block;
}
.list_redes_head>li a{
    display: block;
    color: #009D70;
    padding: 5px 10px;

}

/*-------------------------------- SECTION NAVBAR ----------------------------*/
.sect_main_menu .conten_nav{
    position: absolute;
    width: 100%;
    z-index: 10;
}
.sect_main_menu .core-nav.nav-core-sticky.on-scroll {
    background: #fff;
    transition: all ease 500ms;
    z-index: 10;
    transition: all ease 500ms;
}
.nav {
    min-height: 60px;
}

nav .wrap-core-nav-list {
    transition: all ease 500ms;
}
nav .wrap-core-nav-list .core-nav-list{
    margin: 0 0 -7px !important;
}
nav .brand {
    display: block;
    position: relative;
    width: 360px;
    padding: 10px;
    top: 0;
    /* margin-top: -22px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all ease 500ms;
}

nav .brand img {
    width: 100%;
}

nav .menu>li>a {
    display: block;
    padding: 0;
    margin: 50px 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /* font-weight: 400; */
    letter-spacing: 0.8px;
    position: relative;
    transition: all ease 500ms;
}
nav .menu>li.li_contact>a {
    background: #009D70;
    display: block;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    margin: 40px 10px;
    font-family: 'Lato', sans-serif;
}
nav .menu>li.li_contact>a:hover{
    color: #fff;
    background: #222;
    transition: all ease 500ms;
}
nav .menu>li.li_contact>a:before {
    display: none;
}
nav .menu>li>a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #009D70;
    transition: all ease 500ms;
}
nav .menu li a:hover {
    color: #009D70;
    transition: all ease 500ms;
}
nav .menu>li>a:hover:before{
    width: 100%;
    transition: all ease 500ms;
}
.core-nav .dropdown>.dropdown-menu{
    margin-top: 0;
}
/**/

.logo{
    display: none;
}

/*MENU FIXED*/
.head-navfixed .brand {
    top: 0;
    width: 250px;
    transition: all ease 500ms;
}
.head-navfixed .logo-white{
    display: none;
}
.head-navfixed .logo{
    display: block;
}

.sect_main_menu .head-navfixed .core-nav.nav-core-sticky.on-scroll {
    background: #fff;
    transition: all ease 500ms;
}

.sect_main_menu .head-navfixed .menu>li>a {
    color: #222;
    margin: 20px 10px;
    transition: all ease 500ms;
}
.sect_main_menu .head-navfixed .menu>li.li_contact>a {
    margin: 10px 10px;
}



@media (max-width: 992px) {
    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }
    nav .nav-header {
        min-height: 60px;
    }
    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
    }
    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 20px;
        left: 15px;
        color: #fff;
        background: #009D70;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
    }
    nav .menu li a {
        padding: 10px 10px;
        border-bottom: solid 1px #efefef;
    }
    .sect_main_menu .conten_nav {
        position: absolute;
        width: 100%;
    }
    nav .brand {
        width: 190px;
    }
    .head-navfixed .brand {
        width: 150px;
    }
    .sect_main_menu .head-navfixed .core-nav.nav-core-sticky.on-scroll {
        background: transparent;
    }
}

@media (max-width: 767px) {
    nav .nav-header .toggle-bar {
        left: 15px;
    }
}
/**/


/*------------------------------PIE DE PÁGINA-----------------------------*/
.sect_main{
    background-image: url(../../../../public/img/fondo/footer/home-banner2.jpg);
    background-size: cover;
    background-position: top;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
.sect_main:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
}
.sect_main .box_footer .box_head a{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin-top: 55px;
}
.sect_main .box_footer.correo{
    text-align: center;
    margin-top: 30px;
}
/**/


/**/

/*SECT SIGN*/
.sect_sign{
    padding: 5px 0;
    background: #222;
}
.p_sign{
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}