.menulateral {
    width: 100%;
    margin: 0px 0px 14px 0;
    padding: 10px;
    font-family: 'Semibold', Arial;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    background-color: #5186c5;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border-radius: 4px;
    border: 0;
    transition: 0.5s;
    min-height: 70px;
}
.menulateral a{color:#fff!important;}
.menulateral:hover a{color:#22252b!important;}

.menulateral1 {
    width: 100%;
    margin: 0px 0px 14px 0;
    padding: 10px;
    font-family: 'Semibold', Arial;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    background-color: #f05a71;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    min-height: 70px;
}

.menulateral1:after {
    right: -17px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #f05a71;
    border-width: 9px;
    top: 20px;
}

.menulateral2 {
    width: calc(100% - 20px);
    margin: 0px 0px 14px 20px;
    padding: 10px 10px 10px 20px;
    font-family: 'Semibold', Arial;
    font-size: 15px;
    font-weight: normal;
    background-color: #f05a71;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    min-height: 42px;
}

.menulateral1 a{color:#fff!important;font-family: 'Semibold', Arial;}

.menulateral:hover{transition: 0.5s; background-color: #ababab;}


h1:before { content: ''; display: block; width: 100%; height: 100%;  background: none;  color: #5186c5; mix-blend-mode: screen;  position: absolute; top: 0; left: 0;}


@media (max-width: 1024px) {
    .menulateral, .menulateral1{font-size: 10px; padding: 5px 10px;}

}


@media (max-width: 1023px) {
.menulateral {    min-height: 30px;}  
.fotoPerfil {   width: 100px;    float: none;    display: block;}  
}