.mlr-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.d-ib {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    max-width: 100%;
    width: 100%;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.5);
}

.font-white {
    color: #fff !important;
    text-decoration: none !important;
}

.row + .row {
	margin-top: 20px;
}

section {
	padding: 80px 0;
    
}

section h1 {
    margin: 20px auto 12px;
    font-size: 4rem;
    font-weight: bold;
}

section h2 {
	margin: 20px 0 32px;
    font-size: 1.8rem;
}

section h3 {
	margin: 30px 0 10px;
    font-size: 1.3rem;
    font-weight: lighter;
}


.separator-primary::after {
    width: 136px;
    height: 3px;
    content: "";
    background: var(--bg-primary);
    display: block;
    margin: 32px auto 80px auto;
}

.separator-secondary::after{
    width: 136px;
    height: 3px;
    content: "";
    background: var(--bg-secondary);
    display: block;
    margin: 32px auto 80px auto;
}

.l-separator-primary::after {
    width: 136px;
    height: 3px;
    content: "";
    background: var(--bg-primary);
    display: block;
    margin: 32px 0;
}

.l-separator-secondary::after{
    width: 136px;
    height: 3px;
    content: "";
    background: var(--bg-secondary);
    display: block;
    margin: 32px 0;
}

.card-custom {
    background: transparent !important;
    border: none !important;
}

.card-title-custom {
    font-weight: bold;
}


.card-body-custom h5 {
    font-weight: bolder !important;
}

.card-body-custom p {
    font-size: 1rem;
    font-weight: lighter !important;
}

.fa {
    padding: 10px;
    font-size: 20px;
    width: 48px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    border: 3px solid;
    margin: 0 10px; 
}

.fa:hover {
    opacity: 0.7;
}

.img-fluid-custom {
    max-width: 80%;
    height: auto;
}

.img-fluid-50 {
    max-width: 50%;
    height: auto;
}

.img-fluid-18 {
    max-width: 18%;
    height: auto;
}

.img-fluid-12 {
    max-width: 12%;
    height: auto;
}