@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body, html{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;color: #868686;background: #ffffff;word-wrap: break-word;
}

/*b, strong{
    font-weight: 600;
}*/

.ir-arriba {display: none;color: #005c9c;background: #fff;box-shadow: 0px 0px 3px 0px #828282;font-size: 20px;cursor: pointer;position: fixed;border-right: 0;z-index: 5;bottom: 70px;line-height: 60px;text-align: center;width: 60px;height: 60px;right: 35px;border-radius: 50%;transition: all ease 500ms;}
.ir-arriba:hover{
    background: #00c2bf;
    color: #fff;
    transition: all ease 500ms;
}
/*TOP HEADER*/
.sect_top_header{
    background: #005c9c;
}
.sect_top_header span{
        display: block;
    color: #fff;
    padding: 2px 0;
    font-size: 13px;
}
.sect_top_header span a{
    display: block;
    color: #fff;

    text-align: center;
    text-decoration: none;
}
.sect_top_header span i{
    font-size: 15px;
    vertical-align: middle;
}
.row_mobile{
    display: none;
}
@media(max-width: 991px){
    .row_desk{
        display: none;
    }
    .row_mobile{
        display: block;
    }
    .marquee_row{
        margin-top: 3px;
    }
    .sect_top_header span {
        display: inline-block;
        margin: 0 10px;
    }
}
/*MENU MAIN*/
.navbar_absolute{
    position: absolute;
    z-index: 30;
    width: 100%;
    top: 0;
}
.div_logo_main{
    width: 100%;
    text-align: center;
}
.div_logo_main img{
    width: 100%;
    max-width: 270px;
    transition: all ease 500ms;
}
.navbar_main_logo{
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #efefef;
}
.content_collapse{
    justify-content: center;
}
.content_collapse>ul li>a{
    font-weight: 700;
    padding: 5px 45px;
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
}
.content_collapse>ul li>a.active{
    color: #00c3c0;
}
.content_collapse>ul li>a.active:before{
    content: "";
    position: absolute;
    top: 3px;
    left: -3px;
    width: 25px;
    height: 24px;
    background-image: url(../../../../public/img/logo/favicon.png);
    background-size: 100% 100%;
}
.navbar_main{
    background-image: url(../../../../public/img/fondo/background_menu.png);
    background-size: 100% 100%;
    padding: 15px 0;

}
/*MENU FIXED*/

.head-navfixed{

    position: fixed;

    width: 100%;

    top: 0;

}

.head-navfixed .div_logo_main img{

    width: 100%;

    max-width: 200px;

    transition: all ease 500ms;

}

@media(max-width: 991px){

    .content_collapse>ul li>a {

        text-align: center;

    }

    .content_collapse .collapse .show{

        padding-bottom: 50px;

    }

    .navbar-toggler{

        display: block;

        margin: 0 auto;

    }

}



/*INTER FOOTER*/

.sect_foot_main{

    background-image: url(../../../../public/img/fondo/fondo_footer.png);

    background-size: 100% 100%;

    padding: 50px 0;

    padding-top: 100px;

    margin-top: -80px;

}

.logo_foot img{

    width: 100%;

    display: block;

    max-width: 450px;

    margin: 0 auto;

}

.box_foot_redes{

    margin-top: 30px;

}

.box_foot_redes>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    text-align: center;

}

.box_foot_redes>ul>li{

    display: inline-block;

    margin: 0 10px;

    width: 53px;

    height: 50px;

    border-radius: 50%;

    line-height: 49px;

}

.box_foot_redes>ul>li>a{

    display: block;

    border-radius: 50%;

    background: #fff;

    border: 3px solid #00c2bf;

    text-align: center;

    font-size: 20px;

    color: #00c2bf;

    position: relative;

    overflow: hidden;

    z-index: 1;

    transition: all ease 500ms;

}

.box_foot_redes>ul>li>a:before{

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    height: 100%;

    width: 100%;

    background: #00c2bf;

    transition: all ease 500ms;

}

.box_foot_redes>ul>li>a:hover{

    color: #fff;

    transition: all ease 300ms;

}

.box_foot_redes>ul>li>a:hover span{

    transform: rotateY(360deg);

    transition: all ease 300ms;

}

.box_foot_redes>ul>li>a:hover:before{

    top: 0;

    z-index: -1;

    transition: all ease 500ms;

}



    

.fot-bgcopy{

    background: #004e88;

    padding: 15px 0;

}

.autores{

    margin-bottom: 0;

    color: #fff;

    text-align: center;

}



@media(max-width: 500px){

    .box_foot_redes>ul>li {

        width: 35px;

        height: 30px;

        border-radius: 50%;

        line-height: 30px;

        margin: 0 5px;

    }

    .box_foot_redes>ul>li>a {

        font-size: 13px;

    }

}