@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
body {
    /*padding-bottom: 85px;*/
    color: rgb(var(--bs-tertiary-color-rgb));
  
    padding-top: 4.5rem;
    font-family: 'Montserrat', sans-serif !important;
}

.navbar-nav .nav-link.active {
    color: #ffcd00;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: #344549;
    font-size:16px !important;
    font-weight: 600;
     font-family: 'Montserrat', sans-serif !important;
}

#logo {
    width: auto !important;
    height: 50px;
}

.img-fluid {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}

.featurette-heading .logo {
    width: auto !important;
    height: 34px !important;
}

.highlight {
    color: #ffcd00;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
}

.titulo {
    color: #344549;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
}

#about .titulo {
    font-size: 35px;
}

#about .subtitulo {
    color: #ffcd00;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
}

.lead {
    color: #595c5f;
}

.alert {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0px;
    right: 0px;
}

.loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1050;
    display: none;
}

.loader .display-table {
    height: 100%;
    text-align: center;
}

.loader img {
    z-index: 1060;
    height: 70px;
}

section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: rgb(252 200 37)!important;
}

.line-height-normal {
    line-height: normal;
}

.line-height-1-3 {
    line-height: 1.3;
}

.border-none {
    border: none !important;
}

.border-solid-1 {
    border: 1px solid #000;
}

.border-radius-100 {
    border-radius: 100px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-10 {
    border-radius: 10px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-size-65 {
    font-size: 65px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.bg-amarelo {
    background: #ffcd00;
    color: #FFF;
}

.bg-preto {
    background: #344549;
}
.bg-branco {
    background: #fff;
}

.c-preto {
    color: #344549;
}

.c-amarelo {
    color: #ffcd00;
}


.c-branco {
    color: #fff;
}

a {
    text-decoration: none !important;
}

#aviso-cookies {
    top: auto !important;
    right: 0px;
    left: 0px;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    color: #fff;
}

#btn-aceitar-cookies {
    background-color: rgb(254 201 36);
    border: solid rgb(55 66 68) 0px;
    cursor: pointer !important;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    border-radius: 30px;
    width: 200px;
}

.whatsapp {
    background: #27d045;
}

.floating-buttons {
    bottom: 90px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    position: fixed;
    right: 0;
}

.floating-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #000;
    z-index: 1000;
    cursor: pointer;
    padding: 10px;
    margin: 0 15px 15px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.z-index-1000 {
    z-index: 1000;
}

.p-materia {
    margin: 0 0 25px !important;
}

.btn-ler-materia {
    background-color: rgba(255, 255, 255, 1);
    border: solid rgba(182, 243, 232, 1) 0px;
    cursor: pointer !important;
    border-radius: 100px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 11px 0px rgba(18, 128, 94, 0.39);
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 4rem;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
  -------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}


/* rtl:begin:ignore */

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* rtl:end:ignore */


/* Featurettes
  ------------------------- */

.featurette-content {
    display: flex;
    flex-direction: column;
}

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
    color: #344549;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

#destaque .materias .titulo, #destaque .materias .titulo a {
    font-size: 15px !important;
    line-height: 1.1;
    letter-spacing: unset;
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #344549;
    text-align: left !important;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager:before {
      display: table;
    content: " ";
}
.pager:after{
    clear: both;
    display: table;
    content: " ";
}
.pager li {
    display: inline;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager li a {
    color: #29cc62 !important;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 35px;
    }
}

@media (min-width: 62em) {
    /*     .featurette-heading {
        margin-top: 7rem;
    } */
}

@media (min-width: 768px) {}

@media (max-width: 768px) {
    
    .carousel-item{
        height:auto;
    }
    .floating-buttons {
        bottom: 90px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
        position: fixed;
        right: 0;
    }
    .floating-button {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #000;
        z-index: 1000;
        cursor: pointer;
        padding: 10px;
        margin: 0 15px 15px;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }
    .floating-buttons {
        bottom: 20px;
    }
    .floating-button {
        margin: 0 5px 5px;
    }
    body {
        padding-bottom: 0px !important;
    }
}