h1, h2,h3,h4,h5,h6 , p {
    margin: 0px ;
}

.overflow-y {
	overflow-y: auto;
}

.overflow-x-no {
	overflow-x: hidden;
}
.overflow-no {
	overflow: hidden;
}


.btn:focus, .btn.focus {
    outline: 0;
}

.f10 {
    font-size: 10px;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}


a:hover {
    text-decoration: none;
}
button:focus {
    outline: none;
} 
 
.f700 {
    font-weight: 700 !important;
}   

.flex-between-center {
    display: flex ;
    justify-content: space-between ;
    align-items: center;
}

.flex-between {
    display: flex !important;
    justify-content: space-between !important;
}

.flex-center {
    display: flex ;
    align-items: center;
}
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flexGrow {
    flex-grow: 1;
}

.w25 {
    width: 25px;
}
.w50 {
    width: 50px;
}
.w80 {
    width: 80px;
}
.w100 {
    width: 100px;
}
.w120 {
    width: 120px;
}


#barraTop {
    z-index: 50;
    position: sticky;
    top: 0px;
}

.h100 {
    height: 100vh !important;
}

.oculto {
    display: none;
}