@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

html,
body {
    overflow: auto !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

:root {
    --primary-color: #2A5BB4;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.container-fluid {
    padding: 0 !important;
}

.btn-primary {
    background-color: #3779be;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1em;
    color: white;
    text-decoration: none;
    transition: background-color 0.2s;
}

.btn-primary span {
    font-size: 1.2em;
    margin-left: 10px;
}

.carousel-item {
    transition: none !important;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    background-color: #3f3d3d !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
}

.carousel-indicators .active {
    background-color: #fff !important;
}

/* ----------------- Inicio do cabeçalho ----------------- */

.header {
    background-color: #2a5bb4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
}

.logo {
    height: 100%
}

.botao-header {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--primary-color) !important;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

/* RESPONSIVO do Cabeçalho */

@media (max-width: 768px) {
    .header {
        padding: 15px 20px;
    }

    .logo {
        height: 40px;
    }
}

/* ----------------- Fim  do cabeçalho ----------------- */

/* ----------------- Início do Container-Pilares ----------------- */

.container-pilares {
    padding: 1% 5%;
    margin: 0 auto;
    max-width: 1400px;
    margin-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pilares-texto {
    font-family: 'Montserrat', sans-serif;
    margin-top: 9%;
    flex: 1;
}

.pilares-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 8%;
}

.pilares-image img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    border-radius: 35px;
}

.pilares-texto p {
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .container-pilares {
        flex-direction: column;
        text-align: center;
    }

    .pilares-image {
        order: 2;
        justify-content: center;
    }

    .pilares-texto {
        order: 1;
        padding: 10px;
    }

    .pilares-texto p {
        margin: 0;
        font-size: 18px;
    }
}

/* Responsivo para telas maiores, ajuste conforme necessário */
@media (min-width: 769px) and (max-width: 869px) {

    .container-pilares .row {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .pilares-image {
        order: 2;
        justify-content: center;
    }

    .pilares-image img {
        width: 100%;
        max-width: 700px;
        /* Ajuste conforme necessário */
    }

    .pilares-texto {
        order: 1;
    }

    .pilares-texto p {
        margin: 0;
        font-size: 12px;
        padding-top: 10px;
    }
}

@media (min-width: 870px) and (max-width: 990px) {

    .container-pilares .row {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .pilares-image {
        order: 2;
        justify-content: center;
    }

    .pilares-image img {
        width: 100%;
        max-width: 700px;
        /* Ajuste conforme necessário */
    }

    .pilares-texto {
        order: 1;
    }

    .pilares-texto p {
        margin: 0;
        font-size: 14px;
        padding-top: 10px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pilares-image img {
        width: 100%;
        max-width: 400px;
    }

    .pilares-texto p {
        padding-right: 10%;
        font-size: 16px;
        margin-right: 0;
        padding: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .pilares-image img {
        width: 100%;
        max-width: 500px;
    }

    .pilares-texto p {
        font-size: 18px;
    }
}



/* ----------------- Fim do Container-Pilares ----------------- */

/* ----------------- ìnicio do Container Cards ----------------- */

.container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 3%;
    margin-left: 29%;
    margin-right: 12%;
    margin-bottom: 3%;
}

.card-box {
    background-color: white;
    border: 3px solid #3779BE;
    border-radius: 23%;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.card-box h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.card-box p {
    font-size: 1em;
    color: #333;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;

}

.card-box a {
    margin-bottom: 10px;
}

.icon-card {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.icon-card-bg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #3779BE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-card-bg img {
    max-width: 65%;
    max-height: 65%;
}

.button-icon {
    background-color: #3779be;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.button-icon .icon-class {
    vertical-align: middle;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    transition: filter 0.3s ease;
}

.button-icon .button-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    vertical-align: middle;
}

.button-icon:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.button-icon:hover .icon-class {
    filter: brightness(0.6);
}

/* RESPONSIVO do container-cards */

@media (max-width: 768px) {

    .container-cards {
        padding: 0;
        margin-left: 9%;
        margin-right: 9%;
        margin-top: 15%;
    }

    .card-title {
        padding-right: 11%;
    }

    .cards-text h2 {
        font-size: 30px;
    }

    .cards-text h3,
    .cards-text p {
        font-size: 14px;
    }

    .card-box {
        border-radius: 10%;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-3,
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* ----------------- Fim do Container-Cards ----------------- */

/* ----------------- Início da Busca Licitações e Contratos ----------------- */

.busca-licitacoes-contratos {
    background-color: #e4e7ea;
    padding-top: 2%;
    padding-bottom: 5%;
}



.search-container .row {
    flex-wrap: nowrap;
    justify-content: center;
}



.search-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0;
    align-items: left;
}

.search-item label {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
    margin-left: 15px;
    color: #000000;
    text-align: left !important;
    justify-content: left !important;
    margin-bottom: 5px !important;
}

.search-item input,
.search-item select {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: rgb(150, 145, 145) !important;
    background-color: white;
}

.botao-personalizado {
    background-color: #2a5bb4;
    color: white;
    border: none;
    border-radius: 25px;
    height: 50px;
    padding-left: 19px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
}


.search-item select option {
    color: black;
}

.search-item select:focus {
    color: black;
}

.search-item input::placeholder,
.search-item select::placeholder {
    color: #999;
}

.search-item select {
    appearance: none;
    background-color: white;
    background-size: 29px;
    padding-right: 35px;
}

.search-item input:focus,
.search-item select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.search-item select:focus option[value=""]:first-child {
    display: none;
}

.search-item select::-ms-expand {
    display: none;
}

.licitacoes-container {
    background-color: white;
    border-radius: 40px;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 45px;
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: 992px;
}

.licitacao {
    position: relative;
    padding: 15px 0;
    display: flex;
    margin-top: 2%;
    justify-content: space-between;
}

.licitacao::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    border-bottom: 2px solid #d4d4d4;
}

.licitacao:last-child {
    border-bottom: none;
}

.licitacao h3 {
    margin: 0 0 10px;
    display: inline;
    color: #2A5BB4;
}

.licitacao .title-status {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.licitacao .title-status h3 {
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.licitacao .description {
    margin: 5px 0;
    color: #242323;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.status.andamento {
    background-color: #a1ee59;
    color: black;
}

.status.encerrada {
    background-color: #ff6961;
}

/* Botões */

.btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.btn {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    margin-bottom: 10px;
}

.btn:hover {
    background-color: #0056b3;
}

/* Paginação */




/*Botoes Licitao e Ver Edital*/

.botao-icon {
    background-color: #3779be;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.botao-icon .icone-class {
    vertical-align: middle;
    margin-left: 5px;
    width: 27px;
    margin-left: 6%;
    transition: filter 0.3s ease;
}

.botao-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.botao-icon:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.botao-icon:hover .icone-class {
    filter: brightness(0.6);
}

.icone-class1 {
    width: 25px;
    height: 25px;
    margin-left: 1%;
}

.button-icon img {
    width: 25px;
    height: 25px;
}

@media (min-width: 769px) and (max-width: 991px) {
    .licitacoes-container {
        max-width: 700px !important;
    }

    .form-inline {
        max-width: 700px !important;
    }

    .search-container .row {
        display: flex;
        flex-wrap: wrap;
    }

    .search-container .search-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }

    .botao-personalizado {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .licitacoes-container {
        max-width: 550px !important;
    }

    .form-inline {
        max-width: 450px !important;
    }

    .search-container .row {
        display: flex;
        flex-wrap: wrap;
    }

    .search-container .search-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }

    .botao-personalizado {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .licitacoes-container {
        max-width: 350px !important;
        margin-bottom: 25%;
    }

    .form-inline {
        max-width: 400px !important;
    }

    .search-container .row {
        display: flex;
        flex-wrap: wrap;
    }

    .search-container .search-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }

    .botao-personalizado {
        width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1669px) {

    .status {
        display: inline-block;
        padding: 5px auto;
        border-radius: 15px;
        font-weight: bold;
        color: white;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 11px;
        white-space: nowrap;
        min-width: auto;
    }

    .status.andamento {
        background-color: #a1ee59;
        color: black;
    }

    .status.encerrada {
        background-color: #ff6961;
    }

    .licitacao .title-status {

        align-items: center;
        justify-content: space-between;

    }

    .licitacao .title-status h3 {
        margin-right: 10px;
        font-family: 'Montserrat', sans-serif;
        font-size: 21px;
        font-weight: 700;
    }

    .button-icon {
        white-space: nowrap;
        font-size: 12px;
        padding: 8px 20px;
        padding-right: 27px;
        min-width: 100px;
        max-width: 200px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .button-icon img {
        width: 17%;
        height: auto;
    }

    .botao-icon {
        white-space: nowrap;
        font-size: 12px;
        padding: 8px 20px;
        padding-right: 27px;
        min-width: 100px;
        max-width: 200px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .icone-class {
        width: 20% !important;
        height: auto;
    }

    .licitacao .description {
        margin-right: 0%;
        font-size: 18px;

    }

}

/* ----------------- Fim da Busca Licitações e Contratos ----------------- */

/* ----------------- Início do Container-credenciamento ----------------- */

.container-credenciamento {
    margin-top: 3%;
}

.title-cont {
    padding-bottom: 20px;
}

.box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.box img {
    width: 80%;
    object-fit: cover;
}

.credenciamento-licitacoes {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    margin-left: 27%;
}

.credenciamento-licitacoes h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    color: black;
}

.credenciamento-licitacoes p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: black;
}

/* RESPONSIVO do Container Credenciamento */

@media screen and (min-width: 992px) and (max-width: 1659px) {

    .credenciamento-licitacoes {
        margin: 0;
        padding: 0;
        margin-left: 18%;
    }

    .credenciamento-licitacoes h1 {
        font-size: 33px;
    }

    .credenciamento-licitacoes p {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .credenciamento-licitacoes {
        padding: 0;
        margin: 0;
        margin-left: 10%;
    }

    .credenciamento-licitacoes h1 {
        font-size: 25px;
        padding-bottom: 0;
    }

    .credenciamento-licitacoes p {
        font-size: 18px;
    }

    .title-cont {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .credenciamento-licitacoes {
        padding-left: 30px;
        padding-right: 0;
        margin-right: 0;
    }

    .box img {
        width: 100%;
        object-fit: cover;
    }

    .credenciamento-licitacoes h1 {
        font-size: 37px;
    }

    .credenciamento-licitacoes p {
        font-size: 20px;
    }

    .container-credenciamento .row:nth-child(1) .col-md-6:first-child {
        order: 2;
        margin-top: 20px;
    }

    .container-credenciamento .row:nth-child(2) .col-md-6:last-child {
        order: 2;
    }
}

@media screen and (max-width: 576px) {

    .credenciamento-licitacoes {
        padding: 0;
        margin: 0;
    }

    .credenciamento-licitacoes h1 {
        font-size: 25px;
    }

    .credenciamento-licitacoes p {
        font-size: 16px;
    }
}

/* ----------------- Fim do Container Credenciamento ----------------- */

/* ----------------- Início do FAQ-Container ----------------- */

.faq-container {
    display: flex;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 19%;
    margin-right: 34%;
}

.faq-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2A5BB4;
}

.question {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #2A5BB4;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    user-select: none;
}

.question::before {
    content: "\25B6";
    margin-right: 5px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.question.active::before {
    transform: rotate(90deg);
}

.answer {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    display: none;
    margin-left: 20px;
    margin-bottom: 3%;
}

@media (max-width: 767px) {
    .faq-container {
        padding-top: 10%;
        margin: 9%;

    }

    .faq-title {
        font-size: 30px;
    }

    .question {
        font-size: 20px;
    }

    .answer {
        font-size: 16px;
    }
}

/* ----------------- Fim do FAQ-Container ----------------- */

/* ----------------- Início do Meu-Container ----------------- */

.meu-container {
    position: relative;
    width: 100%;
    height: 413px;
    background-image: url('/imgs/background-image.png');
    background-size: cover;
    background-position: center;
    background-color: rgb(55, 121, 190);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.texto-esquerda-novo {
    padding-left: 100px;
    flex: 1;
}

.texto-esquerda-novo p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-right: 35%;
}

.titulo-novo {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

.imagem-centro-novo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-centro-novo img {
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
}

.botao-direita-novo {
    flex: 1;
    text-align: center;
}

.botao-direita-novo button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.button-icon-direita {
    background-color: #2A5BB4;
    border: none;
    color: white;
    padding: 14px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    border-radius: 15px;
}

.button-icon-direita .icon-class2 {
    vertical-align: middle;
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

.button-icon-direita .button-text-direita {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    vertical-align: middle;
}

/* RESPONSIVO do Meu-Container */

@media only screen and (max-width: 768px) {
    .meu-container {
        height: 800px;
        flex-direction: column;
    }

    .texto-esquerda-novo {
        padding-top: 7%;
        padding-left: 8%;
        padding-right: 6%;
        padding-bottom: 7%;
    }

    .texto-esquerda-novo p {
        padding-right: 0%;
    }

    .titulo-novo {
        font-size: 30px;
    }

    .imagem-centro-novo img {
        width: 100%;
        bottom: 0;
    }

    .botao-direita-novo {
        flex: 2;
        text-align: center;
    }


    .botao-direita-novo {
        text-align: center;
    }

    .button-icon-direita {
        padding: 12px 15px;
        font-size: 18px;
    }

    .button-icon-direita .icon-class2 {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1249px) {
    .imagem-centro-novo img {
        width: 40%;
        bottom: 0;
    }

    .texto-esquerda-novo {
        padding: 0;
    }

    .texto-esquerda-novo p {
        padding: 0;
        font-size: 16px;
        margin-right: 15%;
    }

    .titulo-novo {
        font-size: 25px;
    }
}

/* ----------------- Fim do Meu-Container ----------------- */

.vigencia {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2a5bb4;
}

.info {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2a5bb4;
}

.paginacao {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    margin-top: 3%;

}

.page-link {
    text-decoration: none;
    color: #376cce !important;
    font-size: 3.2rem !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 10px 90px;
    margin: 0 20px;
    border: none !important;
    background: none !important;
    outline: none !important;
}

.paginacao .page-link.active,
.paginacao .active .page-link {
    color: #2A5BB4 !important;
    background: none !important;
    font-weight: bold;
    border-color: transparent !important;
    text-decoration: underline;
}

.page-link:hover {
    color: #2A5BB4;
}

.icon-class {
    width: 35px;
    height: auto;
}


.paginacao .prev.disabled {
    padding: 0.8rem 1rem;
    margin-right: 16px !important;
    color: #6c757d;
    cursor: not-allowed;
}


.paginacao img.prev-icon {
    transform: scaleX(-1);
}


.form-inline {
    display: flow !important;
    border-radius: 40px;
    padding: 20px;
    margin: 0 auto;
    max-width: 950px;
}

.form-inline label {
    display: flex;
}

.search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}


.input-group>.custom-select,
.input-group>.form-control {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: white !important;
    opacity: 1;
    color: black !important;
}

.form-control {
    border-radius: 25px;
}

.kv-date-picker {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

option {
    display: flex !important;
}