.pkp_structure_head,
.pkp_head_wrapper,
       .pkp_site_name_wrapper ,
.contenedor_usuario {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    
}
.pkp_site_name_wrapper {
    background: #fff;
    display: flex;
    justify-content: space-around;
}
 .contenedor_usuario
 {
    background: #23415b;
    position: absolute;
    height: 33px;
    top: -1px;
}
.pkp_navigation_primary_row {
    background: #b6d4fa;
    color: #23415b;
}
.pkp_structure_footer_wrapper  {
    background: #23415b;
}
.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
       background: #23415b;
}
.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #23415b;
   
}
.pkp_navigation_primary_wrapper {
width: 80% !important;
max-width: 1100px !important;

}
    .pkp_navigation_primary>li>a,     .pkp_navigation_search_wrapper a {
        color: #23415b;
        text-decoration: none;
    }
    
/*footer*/
   ul.rrss-links {
    display: none !important;
} 
h4.footer__title-nav {
    color: #fff!important;
}
.d-lg-flex {
        display: flex !important;
    }
 .mb-lg-0 {
        margin-bottom: 0 !important;
    }
.pkp_brand_footer .logo {
    display: block;
    max-width: 312px;
}
.pkp_brand_footer a {
    float: none;
    max-height: 70px;
} 
.address-columns {
        display: flex;
    gap: 2rem;
    flex-direction: row;
    margin-top: 50px;
    color: #fff;
    justify-content: flex-start;
    text-align: left;
}
.row_footer {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: stretch;
    text-align: center;
    width: auto;
    padding-top: 20px;
} 
.d-flex {
    display: flex !important;
}
.address-columns .address-col {
    width: 230px;
    max-width: 230px;
}
.color-white {
    color: #fff;
}
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .footer--logos img {
    width: auto;
    max-height: 60px;
}
    .me-lg-4 {
        margin-right: 2rem !important;
    }
    .footer__title-nav {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 24px;
    display: block;
    font-weight: 600;
}
.footer__nav  {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__nav__item {
    margin-bottom: 16px;
    display: block;
}
.footer__nav__link {
    color: #fff;
    font-size: 1.125rem;
    text-decoration: none;
}
 /*footer*/   
    
    
 @media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 120px;
    }
    

}
 @media (max-width: 992px) {
 	.pkp_structure_head {
    background-color: #fff;
 }
.pkp_site_name .is_img img {

    max-height: 3.143rem;
    margin-top: -9px;
}
}