@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: #91c11d;background: #fff;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: #91c11d;

    color: #fff;

    transition: all ease 500ms;

}

/*TOP HEADER*/

.sect_top_header{

    background: #004f88;

}

.sect_top_header span{

    display: block;

    color: #fff;

    padding: 5px 0;

}

.sect_top_header span a{

    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;

}

.sect_top_header span i{

    font-size: 25px;

    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;

    padding-top: 10px;

    padding-bottom: 20px;

}

.div_logo_main img{

    width: 100%;

    max-width: 230px;

    transition: all ease 500ms;

}

.navbar_main_logo{

    background: #fff;

    padding: 0;

}

.content_collapse{

    justify-content: center;

}

.content_collapse>ul li>a{

    font-weight: 700;

    padding: 5px 25px;

    display: block;

    color: #000;

    text-decoration: none;

    position: relative;

}

.content_collapse>ul li>a.active{

    color: #91c11d;

}

.content_collapse>ul li>a.active:before{

    content: "";

    position: absolute;

    top: -20px;

    left: 1px;

    width: 40px;

    height: 40px;

    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: 25px 0;

}





/*MENU FIXED*/

.head-navfixed{

    position: fixed;

    width: 100%;

    top: 0;

}

.head-navfixed .div_logo_main img{

    width: 100%;

    max-width: 190px;

    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;

    }

    .navbar-light .navbar-toggler {

        position: absolute;

        right: 40px;

    }

    .navbar_main{

        background: #fff;

        padding: 0;

    }

}

@media(max-width: 500px){

    .div_logo_main {

        text-align: left;

        padding-left: 15px;

    }

}

/*INTER FOOTER*/

.sect_foot_main{

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

    background-size: 100% 100%;

    padding: 50px 0;

    padding-top: 150px;

    margin-top: -120px;

    position: relative;

        z-index: 1;

}

.logo_foot img{

    width: 100%;

    display: block;

    max-width: 500px;

    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 #91c11d;

    text-align: center;

    font-size: 20px;

    color: #91c11d;

    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: #91c11d;

    transition: all ease 500ms;

}

.box_foot_redes>ul>li>a:hover{

    color: #fff;

}

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

    transform: rotateY(360deg);

    transition: all ease 500ms;

}

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

    top: 0;

    z-index: -1;

    transition: all ease 500ms;

}

/*************************************** TITLE GENERAL ****************************************/

.sect_title_general{

    padding: 100px 0;

    padding-bottom: 50px;

}

/****/

.content_title_general{

    position: relative;

    text-align: center;

}

.content_title_general:before{

        content: "";

    position: absolute;

    top: -90px;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 300px;

    height: 186px;

    background-image: url(../../../../public/img/logo/favicon-grande.png);

    background-size: 100%;

    background-repeat: no-repeat;

    z-index: -1;

    opacity: .3;

}

/**/

.content_title_general h2{

    font-size: 60px;

    font-weight: 700;

    color: #004f88;

}

.content_title_general h5{

    color: #91c11d;

    font-size: 22px;

}

/*******/

@media(max-width: 991px){

    .content_title_general h2 {

        font-size: 35px;

    }

    .sect_productos{

        padding-bottom: 50px !important;

    }

}

@media(max-width: 500px){

    .content_title_general h2 {

        font-size: 28px;

    }

    .content_title_general:before {

        top: -81px;

        width: 200px;

        height: 130px;

    }

    

}

/************************************************* END TITLE GENERAL **************************************************/

/*****/ 

.fot-bgcopy{

    background: #014373;

    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;

    }

}