.header-area-v2 .header-navigation .nav-container .nav-push-item .nav-tools ul li{
	display: block;
    margin-left: 0;
}


.btn-sus{
	position: absolute;
    right: 7rem;
    padding: 9px!important;
    background: #000;
    border: none;
    color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}


.page-item.disabled .page-link{
    border-radius: 50%;
    padding: 1.2rem 1.7rem;
}

.page-item:last-child .page-link{
    border-radius: 50%;
}

.page-item.active .page-link{
    z-index: 3;
    color: #fff;
    background-color: #003578;
    border-color: #003578;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 18px;
    font-size: 18px;
}


.sidebar-widget-area .widget.widget_chakta-recent-posts ul.td-recent-post-widget li.li-have-thumbnail{
    margin-bottom: 33px;
}


.cotistyle{
    background: #808080;
    padding: 10px;
    color: #fff;
}


.cat-item a{
    color: #003578;
    font-weight: bold;
}

.subcat{
    padding-left: 15px;
}

.subcat li a{
    font-weight: normal;
    color: #000;
}


.link_active{
    color: #003578!important;
    text-decoration: underline;
}

.buscar_cri{
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-radius: 0px;
    background: #f7f7f7;
    border: none;
    border-left: 3px solid red;
    padding-left: 1rem;

}


.buscar_cri::placeholder {
    color: #696969;
    font-weight: 600;
}

.app_idiomas_respo{
    display: none;
    width: 100px;
}


.app_idiomas_respo ul{
    width: 100%;
}


.app_idiomas_respo ul li{
    width: 44%;
    display: inline-block;
}


@media (max-width: 800px) {

    .app_idiomas_respo{
        display: block;

    }
    .red-bg{
        background: #ffff;
    }
    .header-navigation.sticky{
        background: #ffff;
    }

    .header-area-v2 .header-navigation .navbar-toggler span {
        background-color: #003578;
    }

    
}


