#header_left{
    display: none;
}
.icon_menu
{
    display: block;
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: center;
    margin: 0;
    width: 3.6rem;
    height: 2.7rem;
    position: relative;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: auto;
}

.icon_menu span 
{
    display: block;
    position: absolute;
    height: .54rem;
    width: 100%;
    background: #df2820;
    border-radius: 0.9rem;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}

.icon_menu span:nth-child(1) 
{
    top: 0;
}

.icon_menu span:nth-child(2), 
.icon_menu span:nth-child(3) 
{
    top: 1.04rem;
}

.icon_menu span:nth-child(4) 
{
    top: 2.16rem;
}

.icon_menu.opened span:nth-child(1) 
{
    top: 1.08rem;
    width: 0%;
    left: 50%;
}

.icon_menu.opened span:nth-child(2) 
{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.icon_menu.opened span:nth-child(3) 
{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.icon_menu.opened span:nth-child(4) 
{
    top: 1.08rem;
    width: 0%;
    left: 50%;
}
.background_click {
    position: fixed;
    top: 0;
    left: -100vW;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 5;
    opacity: 0.5;
}
.background_click.opened {
    left: 0;
}
.responsive_info {
    background-color: #ffffff;
    width: 35rem;
    height: calc(100vh - 7rem);
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 7rem;
    right: -100vW;
    z-index: 9;
    display: none;
    flex-direction: column;
    transition: all 0.5s linear;
}
.responsive_info.opened {
    right: 0;
}
#menu_res {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: auto;
    padding: 2rem;
    margin-top: 0rem;
}
#menu_res li {
    width: 100%;
    margin-left: 0;
    padding-top: 1rem;
    margin-top: 0.5rem;
    text-align: center;
}
#menu_res li:first-child{
    margin-bottom: 2rem;
}
#menu_res li a {
    margin: auto;
    font-size: 1.7rem;
    line-height: 2.6rem;
    font-weight: 600;
    color: #151519;
    text-transform: uppercase;
}
#menu_res li a svg {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.5rem;
}
.responsive_info .donativo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background-color: #df2820;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 5rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: auto;
}
.responsive_info .header_phones {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.responsive_info .header_phones ul {
    display: flex;
    margin-left: 1rem;
    flex-direction: column;
    align-items: center;
}
.responsive_info .header_phones ul li a {
    text-decoration: none;
    color: #191F22;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}
.responsive_info .header_phones ul li a svg{
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
.responsive_info .social_media {
    display: flex;
    flex-direction: row;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.responsive_info .social_media li a{
    margin-right: 2.6rem;
}
.responsive_info .social_media li:last-child a{
    margin-right: 0;
}
.responsive_info .social_media li a svg{
    width: 2rem;
    height: 2rem;
}
.responsive_info .social_media li:nth-child(4) a svg{
    width: 3rem;
    height: 3rem;
}
.responsive_info .social_media svg *{
    fill: #151519;
}
#header_left{
    width: 100%;
}
.flag_intelligence{
    width: 100%;
    display: flex;
    justify-content: center;   
}
.flag_intelligence svg{
    width: 4rem;
}