* {
    margin: 0;
    padding: 0;
}

.top-bar {
    margin-bottom: 4px;
}

  
.contact-info span {
    margin-right: 20px;
    color: #555;
}

.contact-info i {
    margin-right: 5px;
    color: #007B8F;
    /* Cor personalizada combinando com seu logo */
}



.top-bar>.contact-info {
    display: flex;
    justify-content: end;
    color: #101010;
    font-size: 0.9rem;
    padding-left: 8px;
    padding-right: 8px;
}

.top-bar>.contact-info>a {
    color: #004546;
}

.jconfirm-box {
    max-width: 1200px !important;
}

.remove-item {
    margin-left: 10px;
    color: red;
    cursor: pointer;
    background-color: none;
    background: none;
    border: none;
    font-size: 16px;
}


.user_session {
    background-color: #025957;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 4px;
    display: flex;
    color: white;

}

.col-md-3 {
    width: 33%;
    margin: 0 auto
}

.row-fields {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    gap: 12px;
    margin-bottom: 12px;

}

.mt-120 {
    margin-top: 120px !important
}

.modalItemsViewer {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
}

@media screen and (max-width: 1200px) {
    .row-fields {
        grid-template-columns: 50% 50%;
    }
}


body {
    font-family: "Nunito", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    position: relative;
}

body {
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    max-width: 200px;

}

.group-logo {
    padding: 12px;
    background-color: #fff;
    border-radius: 0px 0px 20px 0px;
}


.header-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;

    width: 100%;
}

.banner {
    width: 100%;
    margin-bottom: 12px;
}

.menu {
    background-color: #fff;
    max-width: 450px;
    border-radius: 0px 0px 0px 20px;
    padding: 18px;
}

.btn-small {
    font-size: 0.8rem !important;
    padding: 8px !important;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 100%;
    padding: 15px;
    font-size: 24px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: transform 0.2s ease;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.menu>ul {
    display: flex;
    /*flex aqui - novo*/
    justify-content: space-around;
    gap: 24px;
}

.menu>ul>li {
    list-style-type: none;
    font-weight: bold;
    cursor: pointer;

}

.menu>ul>a:hover {
    text-decoration: underline;
}


.main-item {
    color: #006F6E;
    background-color: #fff;
    width: 540px;
    /* margin-top: 50%;
    margin-left: 24%; */
    border-radius: 20px;
    padding: 12px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 9999;
    top: 240px;
    left: 120px;

}

.d-flex {
    display: flex;
    gap: 18px;
    margin-bottom: 12px;
    margin-top: 12px;
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-around;

}

.content-row {
    display: grid;
    grid-template-columns: 19% 80%;
    gap: 1%;
}

.grey {
    color: #9B9B9B;
}

.content-itens {
    padding: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.content-itens>h2 {
    color: #006F6E !important;
    text-align: center;
    font-size: 2rem;
}

.content-itens>p {
    text-align: center;
    font-size: 1.4rem;
}

p {
    font-size: 1rem;
}

.group-fields {
    background-color: #025856;
    color: #fff;
    padding: 64px;
    text-align: center;
}

.group-fields>h3 {
    font-size: 1.4rem;
}


.btn-primary {
    background-color: #408E8D;
    border: none;
    color: white;
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
    min-width: 100px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 12px;
    cursor: pointer;
    padding: 16px;
}

h2 {
    color: #0D153B;
}

.btn-primary-lg {
    font-size: 20px;
    text-decoration: none;
    padding: 12px;
    min-width: 240px;
}


.row-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.item-text-2 {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.main-news {
    flex: 3;
    min-width: 300px;
}

.previous-news {
    flex: 2;
    min-width: 300px;
}

.news-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    max-height: 400px;
}

.news-item h4 {
    margin-top: 10px;
    font-size: 1.2em;
}

.news-item .resumo {
    margin: 10px 0;
}

.news-item .add-em {
    font-size: 0.9em;
    color: #777;
}

.news-grid {
    display: grid;
    gap: 20px;
}

@media (max-width: 768px) {

    .main-news,
    .previous-news {
        flex: 1 1 100%;
    }
}

.btn-primary:hover {
    transform: scale(1.05);
}

.form-group>textarea {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    padding: 20px;
    outline: none;
    font-size: 18px;
}

.form-group>textarea:hover,
.form-group>textarea:active,
.form-group>textarea:focus {}

/* Estilos gerais para o input, select e selectize */
.form-group>input,
.form-group>select,
.selectize-input,
.form-control {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    padding: 20px;
    outline: none;
    font-size: 18px;
}

/* Estilo para quando o input/selectize estiver em foco ou ativo */
.form-group>input:hover,
.form-group>input:active,
.form-group>input:focus,
.selectize-input:hover,
.selectize-input:focus {}

.p-8 {
    padding: 8px !important;
}

/* Estilo para o dropdown do selectize */
.selectize-dropdown {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    padding: 10px;
    font-size: 18px;
}

/* Estilo para os itens dentro do dropdown */
.selectize-dropdown .option {
    padding: 10px;
    font-size: 18px;
}

/* Foco nos itens do dropdown */
.selectize-dropdown .option:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}


.user-title {
    color: #008380;
    font-size: 1.6rem;
    text-align: left;
}

.redes-sociais-profile {

    /* background: linear-gradient(90deg, #00A9AC 0%, #004546 100%); */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 4px;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 4px;
    background: #159199;

}

.profile-description>.user-title {
    margin-bottom: 12px;
}


.img-perfil-lg {
    max-width: 300px;
    border-radius: 100%;
}

.img-perfil {
    max-width: 200px;
    border-radius: 100%;
    height: 200px !important;
}

.profile {
    text-align: center;
    color: #101010;
    text-decoration: none;

}

.profile>h3 {
    margin-bottom: 12px;
}


.profile {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.img-perfil {
    width: 100%;
    /* ajuste conforme necessário */
    transition: opacity 0.3s ease;
}

.profile-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.profile-main>* {
    width: 100%;
}


.profile-grid {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    justify-items: center;
    justify-content: center;
    row-gap: 32px;
}

.justify-content-end {
    justify-content: end;
    margin-right: 12px;
}

.row-items-login {
    display: flex;
    width: 90%;
    justify-content: center;
    align-content: center;
    gap: 24px;
}

.row-items-login-2 {
    display: flex;
    justify-content: center;
}

.row-items-login {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
}

.profile div {
    /* display: none; */
    position: absolute;
    top: 90%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    background-color: #fff;
    color: #008380;
    /* fundo semi-transparente */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    min-width: 120px;

}

.banner-group {
    position: relative;

}

.profile:hover>.img-perfil {
    opacity: 0.5;
}

.profile:hover div {
    display: block;
}

.login-form-container-width {
    max-width: 600px !important;
}

.login-form-container {
    background: #fff;
    z-index: 999999;
    max-width: 100%;
    padding: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 64px;
    margin-top: 64px;
    padding-top: 44px;
    padding-bottom: 44px;
}

.space-between {
    display: flex;
    justify-content: space-around;
    gap: 12px;
    align-content: center;
    align-items: center;
}

.login-form-container>h2 {
    text-align: center;
    color: #186361;
}

.login-form-container>p {
    text-align: center;
}

.btn-google {
    background-color: #DC4E41;
    border: none;
    color: white;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.4s;
    cursor: pointer;
}


.btn-login {
    border-bottom: 2px solid #0D153B;
    border-radius: 4px;
    border: none;
    padding: 12px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    background-color: #008380;
    transition: all 0.4s;
}

.login-form-container>form {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}




.contratacao-agil {
    margin-top: 24px;
    margin-bottom: 24px;
    background: #159199;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 160px;
    margin-bottom: 80px;
}

.contratacao-agil>h2 {
    text-align: center;
    color: white;
    font-size: 1.4rem;
    margin-bottom: 64px;
    margin-top: 12px;
}

.grid-contratacao-agil {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 5%;
}

.item-contratacao {
    text-align: center;
    color: #fff;
}

.item-contratacao>* {
    margin-bottom: 12px;
}

.green-h2 {
    color: #006F6E;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 32px;
    margin-top: 44px;
}

.grid-beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
}
.p-item {
    font-weight: normal;
    font-size: 0.6;
}

.item-beneficio {
    background: #006f6e;
    color: white;
    width: 350px;
    padding: 12px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.logo-beneficio {
    position: absolute;
    top: 20%;
    left: 8%;
    transform: translate(-50%, -50%);
    background-color: #008380;
    padding: 10px;
    border-radius: 5px;
    border-radius: 100%;
    max-width: 50px;
    min-width: 50px;
}

.item-beneficio>div.conteudo {
    margin-left: 40px;
    padding: 12px;
}

.item-beneficio>div>.title {
    font-weight: bold;
}

.separation {
    margin-bottom: 80px;
    margin-top: 80px;
}


swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    max-width: 140px;
    /* height: 100%; */
    max-height: 200px;
    object-fit: cover;
}

.color-a {
    color: white;
    text-decoration: underline;
}

.btn-main {

    background: #025957;
    box-shadow: 0px 4px 4px #00A9AC;
    border-radius: 10px;
    font-size: 1.2rem;
    padding: 16px;
    color: white;
    cursor: pointer;
    transition: all 0.4s;
    border: none;

}

.btn-main:hover {
    transform: scale(1.1);
}

.footer {
    width: 100%;
    min-height: 50px;
    background-color: #006F6E;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;

}


.redes-sociais-footer {
    display: flex;
    justify-content: end;
    margin-right: 24px;
}

.d-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.d-around {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 12px;
}

.item-contratacao>h3 {
    font-weight: 800;
}

.item-contratacao>p {
    font-weight: 400;
    font-size: 16px;
}

.show-only-mobile {
    display: none;
}

.pagination {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    list-style: none;

}

.pagination>li {

    background-color: #025856;
    padding: 6px;
    border-radius: 4px;
}

.pagination>li.active {
    transform: scale(1.1);
    box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
}

.pagination>li>a {
    color: #fff !important;
    text-decoration: none;
}

.pagination>li:hover {
    transform: scale(1.2);
}

.alert {
    background-color: #9B9B9B;
    color: #101010;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.alert-danger {
    background-color: #b74134;
    color: white;
}

.btn-orange {
    background-color: #E76F51;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 20px
}

.btn-orange:hover {
    transition: all 0.3s ease;
    transform: scale(1.03);
    background-color: #e55300;
    /* um tom um pouquinho mais escuro */

}

.text-align-center {
    text-align: center !important;
}

.alert-success {
    background-color: #025856;
    color: white;
}

.btn-sair {
    background: #DC4E41;
    color: white;
    text-decoration: none;
    padding: 12px;
    min-width: 200px;

}

.col-md-6 {
    width: 70%;
    margin: 0 auto;
}

.jconfirm-box {
    max-width: 1200px !important;
}

.user_session {
    background-color: #025957;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 4px;
    display: flex;
    color: white;

}

.col-md-3 {
    width: 33%;
    margin: 0 auto
}

.col-md-1 {
    max-width: 240px;
    margin: 0 auto;
}

.btn-logout {
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 4px;
}

.btn-logout:hover {
    transform: scale(1.1);
}

.menu>ul>a {
    list-style: none;
    text-decoration: none;
    color: #101010;

}

.menu>ul>a:hover {
    transform: scale(1.04);
}

.btn-meus-chats {
    max-width: 200px;
    text-decoration: none;
    color: #101010;
    margin-bottom: 32px;
    background: #d2d2d2;
    padding: 12px;
    border-radius: 4px;
    font-size: 0.9rem
}

.menu-auth>li {
    margin-bottom: 24px;
}

.btn-meus-chats:hover {
    transform: scale(1.1);
}

.profile-href {
    text-decoration: none;
}

.col-md-4 {
    width: 20%;
}

.footer p {
    font-size: 0.8rem;
}

.row-fields>.form-group>input {
    width: 80%;
}


.quadrado {
    width: 99.8%;
    height: 35%;
    min-height: 300px;
    max-height: 750px;
    position: absolute;
    background: linear-gradient(90deg, #008380 0%, rgba(0, 29, 28, 0.8) 100%);
    border: 1px solid rgba(0, 0, 0, 0.26);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;
}

.row-items-login {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
}

.buttons-actions-modal {
    /* position: absolute;
    bottom: 12px;
    right: 12px; */


}

.alinharDireita {
    display: flex;
    justify-content: end;
    margin-right: 12px;
}

.square-item-container {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    width: 80%;
    margin-top: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    min-height: 240px;
}

.square-item {
    background: #fff;
    border-radius: 12px;
    z-index: 9999;
    padding: 12px;
    width: 80%;
    margin-top: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    min-height: 240px;

}

.grey-background {
    margin-top: 44px;
    margin-bottom: 44px;
}

.item-all-page {
    margin-top: 32px;
}


.green-h2 {
    text-align: center !important;
}


@media screan and (max-width:600px) {
    .col-md-4 {
        width: 100%;
    }
}


@media screen and (max-width:700px) {
    .contratacao-agil {
        padding-bottom: 120px;
    }

    p {
        font-size: 14px;
    }

    .footer {
        grid-template-columns: 100%;
        gap: 12px;
        width: 100%;
    }

    .grid-contratacao-agil {
        display: grid;
        grid-template-columns: 100%;
        gap: 5%;
    }

    .profile-grid {
        grid-template-columns: 100%;
    }

    .main-item {
        display: none;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .redes-sociais-footer {
        justify-content: center;
    }

    .banner-group {
        display: none;
    }

    .show-only-mobile {
        display: inherit;
    }

    .show-only-desktop {
        display: none;
    }

    .mobile-content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }

    .mobile-content>img {
        max-width: 240px;
    }

    .mobile-content>a,
    .mobile-content>a>img {
        cursor: pointer;
    }

    .contratacao-agil>h2 {
        font-size: 1.6rem;
    }

    .col-md-6 {
        width: 100%;
    }

    .form-group {
        flex-wrap: wrap;
    }

    .row-fields>.form-group>input {
        min-width: 0px !important;
    }

    .col-md-4-small-input {
        width: 100% !important;
    }

}


@media screen and (max-width:700px) {
    .col-md-4-small-input {
        width: 100%;
    }

    .col-md-4 {
        width: 100%;
    }

    .row-fields {
        grid-template-columns: 100%;
    }

    .mt-120 {
        margin-top: 40px !important
    }

    .logo {
        max-width: 240px;
    }
}


@media screen and (min-width: 1600px) {
    .group-fields {
        border-radius: 12px;
    }

    .contratacao-agil,
    .grey-background {
        border-radius: 12px;
    }

    .footer {
        border-radius: 12px;
        margin-bottom: 22px;
    }

    .quadrado {
        border-radius: 12px;
    }

}

@media screen and (max-width:1000px) {}