html {
    min-width: 340px;
    font-size: 16px;
}

@media (max-width: 991px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: 'Intelo';
    font-weight: 400;
    color: #939296;
    font-size: 1rem;
    line-height: 1.2;
    overflow-x: hidden;
    letter-spacing: -0.05rem;
}

@media (min-width: 540px) and (max-width: 1199px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1330px) {
    .container {
        max-width: 1270px;
    }
}

.lead {
    font-size: 1rem;
    font-weight: 300;
}

.Color1 {
    color: #354f7a;
}

.bgColor1 {
    background: #354f7a;
    /* color: #fff !important; */
}

.bgColor2 {
    background: #598dc9;
    /* color: #fff !important; */
}

.btn-outline-primary {
    color: #354f7a;
    border-color: #354f7a;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #354f7a;
    border-color: #354f7a;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #354f7a;
    border-color: #354f7a;
}

.bg-light {
    background-color: #edeef0 !important;
}

.bg-primary {
    background-color: #39ad60 !important;
    background-color: #39ad60 !important;
}

.bg-secondary {
    background-color: #5b4e9c !important;
}

.text-primary {
    color: #39ad60 !important;
    color: #39ad60 !important;
}

.text-secondary {
    color: #5b4e9c !important;
}

p {
    margin-bottom: 1.3rem;
}

section {
    position: relative;
}

.socialComp a {
    display: inline-block;
    font-size: 42px;
    line-height: 1;
    /* background-color: #ccc; */
    text-align: center;
    margin: 0 10px 0 0;
    /* color:#444; */
}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

body .fixH {
    height: 110px;
}


/* body.menuComplete .fixH{
    height: 80px;
} */

#ola .barra strong {
    /* font-weight: lighter; */
    color: #6bae65;
}

#ola .barra strong:nth-of-type(even) {
    color: #5C4FA0 !important;
}

.btTrabalhe:hover {
    background-color: #5C4FA0 !important;
}

#empresa .barra strong {
    /* font-weight: lighter; */
    color: #6bae65;
}


/* #empresa .barra strong:nth-of-type(even) {
    color: #5C4FA0 !important;
} */

#maoCartao {
    bottom: 0;
    padding: 0 30px;
}

#barraCrediario {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

@media (max-width: 1199px) {
    #barraCrediario {
        background-image: none !important;
    }
}

@media (max-width: 991px) {
    #maoCartao {
        position: relative !important;
    }
}

.destaque strong {
    color: #555555;
}