@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
html, body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;

}
/*SECTION TOP HEADER*/
.sect_top_header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list_info_top, .list_info_top2{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.list_info_top2{
    display: inline-block;
}
.list_info_top>li, .list_info_top2>li{
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list_info_top>li a, .list_info_top2>li a{
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: all ease 500ms;
}
.list_info_top>li a:hover, .list_info_top2>li a:hover{
    color: #0076B3;
    transition: all ease 500ms;
}
/*----------------------------- SECTION LOGO ---------------------------------*/
.sect_main_logo{
    text-align: center;
}
.sect_main_logo img{
    width: 100%;
    max-width: 350px;
}
/*-------------------------------- SECTION NAVBAR ----------------------------*/
.header_main{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 60;
}
.nav {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    min-height: 60px;
}

nav .wrap-core-nav-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all ease 500ms;
}
nav .wrap-core-nav-list .core-nav-list{
    margin: 0 0 -7px !important;
}

nav .nav-header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

nav .brand {
    display: block;
    position: relative;
    width: 170px;
    padding: 20px 0;
}

nav .brand img {
    width: 100%;
}

nav .menu>li>a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    border-left: solid 1px #dfdfdf;
    transition: all ease 500ms;
}

nav .menu li a:hover {
    color: #fff;
    background: #10135F;
    transition: all ease 500ms;
}

nav .menu li:last-child a {
    border-right: solid 1px #dfdfdf;
}
.core-nav .dropdown>.dropdown-menu{
    margin-top: 0;
}
/**/

/*MENU FIXED*/
.head-navfixed .wrap-core-nav-list{
    background: #10135F;
    transition: all ease 500ms;
}
.head-navfixed .nav-header {
    border-bottom: 0;
}

.head-navfixed .nav-header .core-nav .wrap-core-nav-list .core-nav-list li a
{
    background: #0076B3;
}

@media (max-width: 992px) {
    nav .nav-header {
        min-height: 60px;
        border-bottom: solid 1px #dfdfdf;
    }
    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
        position: relative;
        top: 17px;
        padding: 0;
    }
    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
        color: #fff;
    }
    nav .menu li a {
        padding: 10px 15px;
        border: 0;
        border-bottom: solid 1px #dfdfdf;
    }
    nav .menu li:last-child a {
        border: 0;
        border-bottom: none;
    }
    .conten_nav{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .wrap-core-nav-list{
        background: #0076B3;
    }
    .head-navfixed .core-nav{
        background: #10135F;
    } 
}

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


/*------------------------------PIE DE PÁGINA-----------------------------*/
.footer_main{
    background-image: url(../../../../public/img/fondo/fondo-footer.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.footer_main:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10135F;
    opacity: .7;
}
/**/
.sect_main{
    padding: 70px 0;
}
.sect_main .logo_foot {
    text-align: center;
}
.sect_main .logo_foot img{
    width: 100%;
    max-width: 350px;
}
.box_footer{
    margin-top: 50px;
}
.box_footer .box_head h5{
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.box_footer .box_body .list_contacto{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.box_footer .box_body .list_contacto>li{
    position: relative;
    color: #8e8e8e;
    padding-left: 25px;
    font-size: 13px;
    margin-bottom: 10px;
}
.box_footer .box_body .list_contacto>li a{
    color: #8e8e8e;
    text-decoration: none;
}
.box_footer .box_body .list_contacto>li span{
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    font-size: 16px;
    text-align: center;
}
.p_msms_foot{
    margin-top: 20px;
    color: #828282;
    font-size: 13px;
    font-style: italic;
}
/**/
.box_footer .box_body .list_categorias_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: fit-content;
}
.box_footer .box_body .list_categorias_foot a{
    font-size: 13px;
    color: #828282;
    text-decoration: none;
    vertical-align: bottom;
    transition: all ease 500ms;
}
.box_footer .box_body .list_categorias_foot a:hover{
    color: #fff;
}
.box_footer .box_body .list_categorias_foot a span{
    width: 7px;
    height: 7px;
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    transition: all ease 500ms;
    vertical-align: middle;
    margin: 0 5px;
}
.box_footer .box_body .list_categorias_foot a:hover span{
    background: transparent;
    transition: all ease 500ms;
}

.body-body
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/**/
.box_footer .box_body .list_galeria{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
.box_footer .box_body .list_galeria>li{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.box_footer .box_body .list_galeria>li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media(max-width: 767px){
    .box_footer .box_body .list_categorias_foot {
        -moz-column-count: 2;
        column-count: 2;
    }
    .box_footer .box_head h5 {
        text-align: center;
    }
}
/**/
/*SECT SIGN*/
.sect_sign{
    background: #121212;   
}

.p_sign{
    text-align: center;
    color: #828282;
    margin-bottom: 0;
    font-size: 14px;
    padding: 15px 0;
}
.p_sign b{
    color: #fff;
}

.slogan
{
    color: #fff;
    font-weight: lighter;
}

@media(max-width: 576px)
{
    .sect_main_logo img
    {
        max-width: 200px;
    }

}

.btn-wsp-container
{
    display:scroll;
    position:fixed;
    right: 2%;
    bottom: 5%;
    z-index: 100;
    box-shadow: 0px 2px 17px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 2px 17px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 17px 1px rgba(0,0,0,0.35);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29A71A;
    transition: all .2s;
}

.btn-wsp-container a 
{
    font-size: 80px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    
}

.btn-wsp-container:active
{
    transform: scale(0.8);
}

.btn-wsp-container a  span 
{
    display: flex;
    align-items: center;
    justify-content: center;
}