/***************    <!-- T7 TEAM AS MELHORES TELA QUE VCS KIBAM --> *********************/
/* ================== FONTES POPPINS PERSONALIZADAS ================== */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 83, 82, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-box {
    background: transparent;
    padding: 25px 40px;
    border-radius: 12px;

    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;

    text-align: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


@font-face {
    font-family: 'Poppins ExtraLight';
    src: url('../font/poppinextralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../font/poppinlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppinregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../font/poppinsemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('../font/poppinbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}


.div1 {
    width: 100%;
    height: 136px;
    background-color: #fff;
    border-bottom: 1px solid #c0c7d4;
    line-height: 0;

}

/**********************************/
.div-alto {
    height: 58px;
    margin: 0 229px;
    border-bottom: 1px solid #c0c7d4;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.esquerda {
    display: flex;
    align-items: center;
    gap: 10px;

}

.icone-svg {
    width: 3.25rem;
    height: auto;
    display: block;
}

.texto-alto {
    font-size: .65625rem !important;
    line-height: 105%;
    font-family: 'Poppins', sans-serif;
    color: #0b7675;
    margin: 0;
    letter-spacing: 0.5px;
}

.links-direita {
    display: flex;
    align-items: center;
    gap: 14px;

}

.links-direita p {
    margin: 0;
    Font-size: 12.25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #0b7675;
    cursor: pointer;
    letter-spacing: 0.5px;
}

/****************************/
.div-baixo {
    display: flex;
    align-items: center;
    padding-left: 229px;
    gap: 16px;
    height: calc(136px - 58px - 1px);
}

/********************************/
.linha-vertical2 {
    width: 1px;
    height: 45px;
    background-color: #c0c7d4;
    margin-left: 10px;
    margin-right: 10px;

}


.notificacao {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.notificacao:hover {
    background-color: #cee4e3;
}

.notificacao .fa-bell {
    font-size: 18px;
    color: #0b7675;
    line-height: 1;

}

.notificacao .fa-user {
    font-size: 18px;
    color: #0b7675;
    line-height: 1;

}

/*******************************/
.linha-vertical {
    width: 1px;
    height: 45px;
    background-color: #c0c7d4;

}

.icone-svg2 {
    width: 148px;
    height: auto;
    margin-left: 0px;
    margin-top: 5px;
    display: block;
}

.menu-bolinha {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;

    cursor: pointer;
}

.menu-bolinha span {
    width: 3px;
    height: 3px;
    background: #0b7675;
    border-radius: 50%;
    display: block;
    border: 1px solid #0b7675;
}

.menu-bolinha:hover {
    background-color: #cee4e3;
}

.input-busca {
    width: 748px;
    height: 42px;
    border-radius: 20px;
    background-color: #f4f4f4;
    color: #475254;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 0 20px;
    outline: none;
    border: 2px solid transparent;
    background-image:
        linear-gradient(#f4f4f4, #f4f4f4),
        linear-gradient(90deg, #1c9453, #36b143, #90c72b);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

/****************************************/
.busca-mobile {
    width: 26px;
    height: 26px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.busca-mobile:hover {
    background-color: #cee4e3;
}

.busca-mobile .fa-search {
    font-size: 18px;
    color: #0b7675;
    line-height: 1;
}

/*********************************/
.div2 {
    margin-top: 28px;

    display: flex;
    justify-content: flex-start;

    align-items: center;

    padding-left: 229px;

}

.breadcrumb {
    font-size: 12.25px;
    font-family: 'Poppins', sans-serif;
    color: #228382;
    margin: 0;
    letter-spacing: 0.3px;
}

.breadcrumb span {
    color: rgb(37, 36, 36);

}

/*******************************/


.div3 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c7d4;
    width: calc(100% - 458px);
    margin-left: auto;
    margin-right: auto;
}

.seta-bolinha {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.seta-bolinha:hover {
    background-color: #cee4e3;
}

.seta-bolinha .fa-arrow-left {
    font-size: 16px;
    color: #0b7675;
}

.titulo-secao {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0;
    letter-spacing: 0.3px;
}

/********************************/
.div4 {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 229px;
    padding-right: 229px;

}

h3 {
    font-style: normal;
    font-weight: 600;
    font-family: 'Poppins';
    color: #6f7482;
    Font-size: 20px;
}

label {
    color: #6f7482;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    Font-size: 14px;
    padding-bottom: 6px;
}

input {
    outline: none;
    border: 1px solid #c5c5c7;
    height: 46px;
    width: 100%;
    color: #6f7482;
    font-family: 'Poppins Bold';
    background: transparent;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16PX;
}

.btn-consultar {
    outline: none;
    border: none;
    width: 100%;
    height: 35px;
    color: white;
    font-family: 'Poppins Bold';
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #0b7675;
}

.card-direita {
    width: 549px;
    height: 402px;
    background-color: #f6f6f9;
    border-radius: 35px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}


.lupa-img {
    width: 100px;
    height: auto;
    opacity: 0.5;
    margin-top: 150px;
}

.texto-direito {
    max-width: 240px;
    text-align: right;
    margin-right: 0;
    flex-shrink: 0;
    align-self: flex-end;
}

.texto-direito p {

    font-size: 14px;
    color: #0b7675;
    line-height: 1.7;
    margin: 0;
    font-family: 'Poppins Bold';
}

/***************************/
.div5 {
    margin-top: 50px;
    width: 100%;
    background-color: #0c5352;
    padding: 40px 229px;
    box-sizing: border-box;
    position: relative;
}

.linha-inferior {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}


.div5-conteudo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.logos-esquerda {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-go {
    width: 96px;
    height: 56px;
}

.divisor {
    width: 1px;
    height: 80px;
    background-color: #558786;
    margin: 0 10px;
}

.logo-expresso {
    width: 234px;
    height: 60px;
}

.lado-direito {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 90px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    flex: 1;
    margin-left: 120px;
}

.linha-divisoria {
    width: 1px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.5);
    align-self: center;
}

.coluna {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.titulo-coluna {
    font-size: 14px;
    font-family: 'Poppins SemiBold';
    margin-bottom: 8px;
    margin-top: -10px;
}

.icones,
.icones-lojas {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icone-social {
    width: 20px;
    height: auto;
    cursor: pointer;
}

.icone-loja {
    height: 34px;
    cursor: pointer;
}

.botoes-rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.botao-rodape {
    flex: 1;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
}


.botao-rodape:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.rodape-final {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.9;
}

.logo-final {
    height: 22px;
    width: auto;
    opacity: 0.9;
}


@media (max-width: 768px) {

    .div5 {
        padding: 30px 16px;
    }


    .div5-conteudo {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 22px;
    }


    .logos-esquerda {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .logo-go {
        width: 100px;
        height: auto;
    }

    .logo-expresso {
        width: 130px;
        height: auto;
    }

    .divisor {
        display: none;
    }


    .linha-inferior {
        width: 90%;
        margin: 20px auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }


    .botoes-rodape {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        margin-top: 0;
    }

    .botao-rodape {
        width: 100%;
        height: 36px;
        font-size: 13px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background: transparent;
        color: #fff;
    }


    .lado-direito {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin: 0;
        text-align: center;
    }

    .coluna.redes {
        align-items: center;
    }

    .titulo-coluna {
        margin: 0;
        font-size: 14px;
    }

    .icones {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }


    .coluna.apps {
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .icones-lojas {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        margin-top: 6px;
    }

    .icone-loja {
        height: 40px;
    }


    .rodape-final {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        text-align: center;
        margin-top: 18px;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 12.5px;
        font-weight: 400;
        opacity: 0.9;
    }

    .logo-final {
        height: 20px;
        width: auto;
        opacity: 0.9;
    }
}

@media (max-width: 768px) {
    .div4 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 0 16px;
        margin-top: 30px;
    }

    .card-direita {
        width: 100%;
        height: auto;
        max-width: 420px;
        margin: 0 auto;
    }

    .lupa-img {
        display: none;
    }

    .texto-direito {
        align-self: flex-end;
        text-align: right;
        margin-right: 16px;
        max-width: 320px;
    }

    .texto-direito p {
        font-size: 14px;
        line-height: 1.6;
        color: #0b7675;
    }

    /****************************/
    .breadcrumb {
        width: 250px;
        font-size: 16px;
    }

    .div3 {
        width: 97%;
    }

    .div2,
    .div3 {
        padding-left: 10px;
    }

    .div-alto {
        justify-content: flex-start;
        padding-left: 16px;
        padding-right: 16px;
        gap: 8px;
        margin: 0;
        flex-wrap: wrap;
        box-sizing: border-box;
    }


    .icone-svg {
        width: 50px;
    }

    .texto-alto {
        display: block;
        font-size: 13px;
        white-space: normal;
        word-break: break-word;
        line-height: 1.2;
    }


    .links-direita {
        display: none;
    }


    .div-baixo {
        padding-left: 16px;
        padding-right: 16px;
        gap: 12px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .busca-mobile,
    .linha-vertical2,
    .notificacao {
        margin-left: auto;

    }


    .notificacao:last-child {
        margin-right: 0;
    }

    .icone-svg2 {
        width: 120px;
        margin-top: 0;
    }

    .input-busca {
        display: none;
    }

    .busca-mobile {
        margin-top: -4px;

        display: flex;

    }

    .notificacao {
        margin-top: -4px;
    }

    .linha-vertical,
    .linha-vertical2 {
        height: 32px;
    }
}