.main_header_div{
    min-width: 300px !important;
    background: #651d32;
    min-height: 80px;
    color: white;
    display: flex;
}

@media (width >= 925px) {
    .long_menu_div{
        display: flex;
    }
    .short_menu_div{
        display: none !important;
    }
    
}
@media (width < 925px) {
    .long_menu_div{
        display: none!important;
    }
    .short_menu_div{
        display: flex;
        
    }    
}

.header_logo_div {
    vertical-align: middle;
    max-width: 160px !important;
}

.header_txt_div {
    vertical-align: middle;
    width: 240px !important;
}

.header_links_div{
    min-height: 48px;
    width:fit-content !important;
    
}
/**/

.header_links_a{
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: clamp(0.5rem,1rem,2rem);
    line-height: 1.5rem;
    font-weight: 700;
  }

.header_links_a:hover {
    color: #DDC9A3;    
    text-decoration: underline;
  }

.bg_menu{
    background-color: #888;
}

/**/

.logo_gob_img{
    height: 48px;
    margin-right: 15px;
}

.menu_img{
    height: 35px !important;
}

.logo_footer_gob_img{
    height: 74px;
    margin-right: 15px;
}

.lupa_img{
    height: 22px !important;
    margin-right: 15px;
}

.icon_footer_img{
    width: 24px;
}

  /* footer */
.footer_a {
    color: white;
    text-decoration: none;
}

.footer_a_denuncia{
    text-decoration:underline !important;
}

.footer_a:hover {
    color: #DDC9A3;    
    text-decoration:underline;
}

.bg_color_footer{
    background-color:rgb(105 13 50 / var(--tw-bg-opacity, 1));
}

.container_footer{
    max-width: 1300px !important;
    min-width: 300px !important;
    width: 80vw !important;
    margin: auto !important;
}