html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: "Chivo", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

a {
    color: #0067b1!important;
}

a:hover {
    color: #003c66;
}

.navbar-nav .nav-link {
    color: #3b3aba !important;
}

body#exerca a.exerca,

body#dicas a.dicas,

body#compromissos a.compromissos,

body#home a.home,

body#sobre a.sobre,

body#politica a.politica,

body#termos a.termos {
    color: #f19800 !important;
}

/* cores */
.text-primary {
    color: #0067b1 !important;
}

.text-warning {
    color: #f19800 !important;
}

.bg-primary {
    background-color: #0067b1 !important;
}

.bg-warning {
    background-color: #f19800 !important;
}

.bg-info {
    background-color: rgba(22, 178, 255, 0.07) !important;
}

.text-dark:hover,

.text-dark:focus {
    color: #f19800 !important;
}

.btn-outline-primary {
    color: #0067b1!important;
    background-color: transparent!important;
    border-color: #0d6efd!important;
}

.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #0067b1!important;
    border-color: #0d6efd!important;
}

/* fim cores */
.navbar-nav {
    display: flex;
    align-items: center;
    font-weight: 700;
}

@media (min-width: 1400px) {
    .navbar-nav {
        font-size: 1.1em !important;
    }

    .nav-item {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navbar-nav {
        font-size: 1em !important;
    }

    .nav-item {
        padding-left: 0.15rem !important;
        padding-right: 0.15rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1198.9px) {
    .navbar-nav {
        font-size: 1em !important;
        display: flex;
        align-items: center;
    }

    .logo {
        width: 177px;
    }

    .nav-item {
        padding-left: 0.15rem !important;
        padding-right: 0.15rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .logo {
        width: 130px;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .logo {
        width: 110px;
    }
}

@media (max-width: 575.9px) {
    .logo {
        width: 100px;
    }
}

@media (max-width: 991.9px) {
    /* .nav-link {
        border-bottom: 1px solid #FF690A;
    } */
}

.nav-link {
    /* color: #0067B1 !important; */
    padding-top: 5px;
    padding-bottom: 0px;
    line-height: 1.05;
}

.banner {
    background-image: url("./img/bg-splash.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;

    /* height: 100vh !important; */
}

.img-banner {
    margin-top: 170px;
}

.text-banner {
    margin-top: 60px;
}

@media (max-width: 575.9px) {
    .banner {
        background-image: url("./img/bg-splash-sx.png");
        background-position: right top;
        background-size: cover;
    }

    .img-banner {
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .banner {
        background-image: url("./img/bg-splash-moblie.png");
        background-position: right top;
        background-size: cover;
    }

    .img-banner {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .banner {
        background-image: url("./img/bg-splash.png");
        background-position: center top;
        background-size: cover;
    }

    .img-banner {
        margin-top: 140px;
    }

    .text-banner {
        margin-top: 110px;
    }

    .banner h3 {
        font-size: calc(1rem + 0.3vw);
    }
}

.banner-politica,

.banner-termos {
    background-image: url("./img/bg-splash-politica.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-sobre {
    background-image: url("./img/bg-sobre.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-politica {
    margin-top: 60px;
}

.text-termos {
    margin-top: 60px;
}

.img-politica {
    margin-top: 60px;
}

.img-termos {
    margin-top: 60px;
}

.img-sobre {
    margin-top: 60px;
}

@media (max-width: 767.9px) {
    .banner-politica,
    
  .banner-termos {
        background-image: url("./img/bg-splash-sx.png");
        background-position: right bottom;
    }

    .texto-politica,
    
  .texto-termos {
        margin-top: 0px;
        padding-right: 5rem;
    }

    .img-politica,
    
  .img-termos {
        margin-top: 0px;
    }

    .img-termos {
        margin-top: 20px;
    }

    .banner-sobre {
        background-image: url("./img/bg-sobre-mobile.png");
        background-position: center bottom;
        background-size: cover;
    }

    .img-sobre {
        margin-top: 00px;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .banner-politica,
    
  .banner-termos {
        background-image: url("./img/bg-splash-moblie.png");
    }

    .banner-sobre {
        background-image: url("./img/bg-sobre.png");
    }

    .img-sobre {
        margin-top: 00px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .banner-politica,
    
  .banner-termos {
        background-image: url("./img/bg-splash-politica.png");
        background-position: left bottom;
    }

    .texto-politica,
    
  .texto-termos {
        margin-top: 20px;
    }

    .img-politica,
    
  .img-termos {
        margin-top: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .img-termos {
        margin-top: 80px;
    }
}

.banner h3 {
    color: #3b3aba;
}

.compromissos h4 {
    min-height: 58px;
}

/* .marcas { */
/* border: 1px solid #095aa5; */
/* border-radius: 20px; */
/* } */
.contem-marcas {
    border: 1px solid #095aa5;
    border-radius: 20px;
}

.colunado {
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #ccc;
}

@media (max-width: 767.9px) {
    .colunado {
        column-count: 1;
    }
}

li {
    margin-bottom: 0.5rem !important;
}

ol.roman {
    list-style-type: upper-roman !important;
}

ol.alpha {
    list-style-type: lower-alpha !important;
}

.conteudo-politica p {
    text-align: justify;
}

.conteudo-exerca ul li {
    margin-bottom: 0!important;
}

.conteudo-dicas p {
    line-height: 1.2em;
}

.bg-conteudo {
    background-image: url("./img/img-politica-04.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
}

@media (max-width: 992px) {
    .bg-conteudo {
        background-image: url("./img/img-politica-04-transp.png");
    }
}

.ancora {
    margin-top: 150px;
}

/* Animação */
[data-anime] {
    opacity: 0;
    transition: 0.3s;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
    transform: translate3d(0, -50px, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

/* fim animação */
/* accordion */
.accordion-button {
    font-size: 0.75em !important;
    font-weight: bold !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.75em !important;
    font-weight: bold !important;
    color: #0067b1;
    text-align: left;
    background-color: #effaff;
    border: 0;
    border-top: 2px solid #0067b1 !important;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0067b1;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-top: 2px solid #fff !important;
    outline: 0;
    box-shadow: none !important;
}

/* fim accordion */
/* botão flutuante */
.ot-btn-anchor {
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

.ot-exercise-button-light {
    background: #0067b1;
    border: 1px solid #fff;
}

/* .ot-exercise-button-light {
  margin-left: 44px;
} */
.ot-exercise-button {
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.ot-exercise-button img {
    margin-right: 0px;
    vertical-align: middle;
}

.ot-exercise-button .ot-text-container {
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
    color: #fff;
    font-size: 13px;
}

.ot-exercise-button .ot-subtext {
    /* float: right; */
    margin-top: 0px;
    font-size: 11px;
}

.ot-exercise-button .ot-powered-by-text {
    font-size: 7px;
    font-family: "Open Sans";
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    line-height: 16px;
}

.ot-exercise-button.ot-exercise-button-light .ot-powered-by-text {
    /* color: #095AA5; */
    color: #fff;
}

/* fim botão flutuante */
@media (max-width: 576px) {
    .marcas {
        width: 120px;
        margin: 15px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .marcas {
        width: 120px;
        margin: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .marcas {
        width: 144px;
        margin: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .marcas {
        width: 155px;
        margin: 10px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .marcas {
        width: 190px;
        margin: 15px;
    }
}

@media (min-width: 1401px) {
    .marcas {
        width: 190px;
        margin: 15px;
    }
}

.dropdown-item:focus,

.dropdown-item:hover {
    color: #ffffff;
    background-color: #f19800 !important;
}

/* Quando nav-item é hover, mostra o dropdown-menu */
.nav-item:hover .dropdown-menu {
    display: block;
}

.grid-container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}

.grid-item {
    position: relative;
    background-color: #0dcaf049;
    padding: 10px 30px;
    text-align: left;
}

.grid-item-01 {
    width: auto;
}

.grid-item img {
    width: 100px;
}

@media (max-width: 450px) {
    .grid-container {
        grid-template-columns: auto;
    }
    .grid-item {
        min-height: 180px;
    }
}
@media (min-width: 451px) and (max-width: 576px) {
    .grid-container {
        grid-template-columns: auto;
    }
    .grid-item {
        min-height: 160px;
    }
}


@media (min-width: 577px) and (max-width: 767px) {
    .grid-container {
        grid-template-columns: auto;
    }
    .grid-item {
        min-height: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
    .grid-item {
        min-height: 260px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
    .grid-item {
        min-height: 160px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .grid-item {
        min-height: 210px;
    }
}

@media (min-width: 1401px) {
    .grid-item {
        min-height: 180px;
    }
}

#dicas .modal-header {
    background-color: #0067b1;
    color: white;
}

.AstvTopHeader, .AstvWinToolbar{
    background-color: #0067b1!important;
}

.AstvNavbar .AstvNavSelected .AstvNavIcon{
    background-color: #0067b1!important;
}
.AssistiveIcon_default .AssistiveMainBtn .AstvBtnIcon {
    background-image: url(TriggerIcon_default.7.svg) !important;
}