.header{
    margin: auto;
    position: sticky;
    border-radius: 25px;
    min-width: 500px;
    width: 80%;
    max-width: 1700px;
}

.headerdiv_a{
    text-decoration: none;
}

.cabeceraHr{
    margin-top: 20px;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.053);
}

.header_divFlexX{
    display: flex;
}

.headerUpper_h1,.headerUpper_p{
    font-size: xx-large;
    width: 100%;
    text-align: center;
    font-family: Br;
    margin-bottom: 0;
    letter-spacing: 5pt;
    padding-left: 10px;
}

.headerUpper_p,.headerUpper_p_right{
    margin-top: 2px;
    font-size: 1em;
    color:yellow;
    letter-spacing: 10px;
    font-family: Br3;
}
.headerUpper_p_right{
    text-align: right;
    font-family: Br3;
    margin: auto;
    margin-top: 32px;

}

.headertit{
    display: flex;
    justify-content: flex-start;
}


.header_headerUpperSizing{
    width: 1000px;
    display: flex;

}

.headerUpper{
    display: flex;
    justify-content: flex-start;
}

.headerUpper_verticaldiv{
    display: flex;
    flex-direction: column;
    width: 69%;
}

.headerUpper_icoDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.headerUpper_img-ico2,.headerUpper_img_ico{
    width: 70px;
    height: 70px;
    filter: invert();
}

.headerUpper_img_ico2{
    width: 100%;
    filter: invert();
    margin-top: 5px;
    margin-bottom: 0;

}

.headerUpper_img_ico3{
    padding-top: 4px;
    margin: auto;
    width: 60%;
    filter: invert();
    margin-top: 0;
}