@font-face {
    font-family: 'cavaeiro';
    src: url("sackers-gothic-std-heavy.otf");
}

.fontCavaeiro {
    font-family: 'cavaeiro' !important;
}
.colorCavaeiro {
    color: #0f4758;
}

.colorCavaeiroVerde {
    color: #53aa82;
}

.backgroundColorCavaeiro {
    background-color: #0f4758;
}

.colorWhite {
    color: white;
}

.fontSize {
    font-size: 1.0rem;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.textJustify {
    text-align: justify;
    text-justify: inter-word;
}

.navbarCAE {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background-color: #1C1C1C !important
}

.navbarLogo {
    height: 2.5rem !important;
}
@media (max-width: 992px) {
    .navbarLogo {
        height: 2rem !important;
    }
}

@media (min-width: 992px) {
    .marginTop1emMin992 {
        margin-top: 1em;
    }
}

@media (max-width: 992px) {
    .lineBreakAuto {
        display: block;
    }
}

.iconeEquipe {
    width: 1rem !important;
    height: 1rem !important;
    border: 0 !important;
}

.iconeSacoDinheiro {
    width: 5rem !important;
    height: 5rem !important;
    border: 0 !important;
}

.brilho100{
    -webkit-filter: brightness(100%) !important;
}

.botaoHome {
    padding: 0.7rem 1.4rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 700;
}
@media (max-width: 992px) {
    .botaoHome {
        padding: 0.5rem 1.05rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.9rem;
        font-weight: 600;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1400px) {
    .botaoHome {
        margin-top: 1.5em;
        padding: 0.5rem 1.05rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.9rem;
        font-weight: 600;
    }
}

.rem1{
    width: 40%;
    opacity: 0.65;
}
.paddingTop0 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}
@media (max-width: 992px) {
    .rem1{
        width: 60%;
        opacity: 0.65;
    }   
}
@media only screen and (min-width: 993px) and (max-width: 1400px) {
	.rem1{
        width: 40%;
        opacity: 0.65;
    }
    .paddingTop0 {
        padding-top: 13rem !important;
        padding-bottom: 13rem !important;
    }
}