:root{
    --primary-color:#005A92;
    --primary-color-hover:#0085d7;
    --white: #FFFFFF;
    --text: #414D55;
}

body{
    background-color: var(--white)!important;
    color: var(--text);
}
label{
    color: var(--text);
}

.modal.fade .modal-dialog {

    transform: translate(0, 50px);
}

.modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;
    max-width: 99% !important;

}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-family: "Poppins", sans-serif;
    height: 100%;
    overflow-y: scroll !important;
}

.project_title {
    color: #f8f9fa;
    font-size: 1rem;
    font-weight: 600;
}

.indicador {
    font-size: 12px;
    font-weight: 600;
}

.info {
    width:49% !important;
    border-radius: .375rem;
    box-shadow: 0 0.013rem .5rem rgba(0, 0, 0, 0.15) !important;
}

.icone {
    font-size: 1.5rem;
}

.valores {
    font-weight: 300;
}

.body {
    position: relative;
    height: 100%;
}



.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.modal-body {
    background: #000;
    color: #000;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    --bs-btn-close-opacity: 1;
}

.logo_box {
    display: flex;
    flex-direction: column;
    position: relative;
}


.btn.btn-primary {
    background-color: #005A92;
}



.navlogo {

    background-color:#005A92 ;
}



@media (min-width: 768px) {
    .modal-dialog {
        width: 65% !important;

    }
}  

.imgProjeto, .carousel-item, #carouselImg{
    width:100%!important;
    height:9rem;
}

.imgProjeto{
    object-fit: cover
}

.badge-card{
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

.card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #ffffff;
}
 

.badge-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}

.card-text {
    font-size: 0.9em;
    color: #666;
    margin: 0 15px;
}

.card-footer {
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
}

.card-footer div {
    font-size: 0.9em;
    color: #333;
}

.card-footer i {
    color: #005A92;
    margin-right: 5px;
}

.card-header-custom {
    position: relative; 
    background-color: #005A92;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 210px; /* Ajuste a altura conforme necessário */
    overflow: hidden; /* Para o efeito parallax */
}

.image-container {
    width: 100%;
    max-height: 210px; /* Ajuste a altura conforme necessário */
    overflow: hidden;
    position: relative; /* Necessário para o efeito parallax */
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz com que a imagem preencha o contêiner */
    transition: transform 0.5s ease; /* Transição suave para o efeito parallax */
}

.project-card:hover .carousel-image {
    transform: scale(1.1); /* Aumenta o zoom no hover para o efeito parallax */
}

.badge-card {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    padding: 4px 8px;
    border-radius: 8px;
    color: #000;
}

.badge-funcao {
    top: 10px;
    left: 10px;
    background-color: #FFFFFF;
}

.badge-estagio {
    top: 10px;
    right: 10px;
}

.card-title {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.card-text {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #666;
    margin: 0 15px;
}

.loader {
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    background: radial-gradient(circle closest-side,#000 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
  }
  .loader::before {
    content: "Carregando...";
    line-height: 1em;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side,#fff 94%,#000);
    -webkit-background-clip:text;
            background-clip:text;
  }
  
  @keyframes l24{
    100%{background-position: left}
  }

.cursorHand{
    cursor:pointer;
}

/* Gradiente de baixo para cima */
#photoProject {
    position: relative;
    background-size: cover;
    background-position: center;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0.8939950980392157) 26%, rgba(0,0,0,0.8127626050420168) 49%, rgba(0,212,255,0) 100%);
    pointer-events: none; /* Permite interagir com elementos abaixo */
    z-index: 1; /* Para garantir que o gradiente esteja acima da imagem */
}

/* Para garantir que o conteúdo esteja acima do gradiente */
.container_modal_head .top_aba, 
.container_modal_head .titulo_card {
    position: relative;
    z-index: 2; /* Garante que o texto e os elementos estejam sobre o gradiente */
}

/* Ajustes para alinhamento vertical */
.titulo_card .col-8, 
.titulo_card .col-4 {
    display: flex;
    align-items: center;
}


.close-modal-button{
    background-color:#fff;
    padding: .5rem;
    border-radius:5rem;
    font-size:.8rem!important;
    position: absolute; 
    top: 3.2rem !important;
    right: 5px !important;
    transition: all 0.2s ease;
}

.close-modal-button:hover{
    background-color:#e4e4e4!important;
    padding: .5rem;
    border-radius:5rem;
    opacity:1!important;
    transition: all 0.2s ease;
} 

.stroke-bg { 
    text-shadow: 
        1px 1px 3px white,  
        -1px 1px 3px white, 
        1px -1px 3px white, 
        -1px -1px 3px white;  
}

.hidden-important {
    display: none !important;
}

.choices__list--multiple .choices__item{
    background-color:#005A92!important;
    border: 1px solid #005A92 !important;
}

#imageContainer {
    display: none; /* Inicialmente escondida */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9000;
}

#imageContainer .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

#carouselExpandido{
    width: 90%;
    height: 50%;
}

#fotosProjetosModal{
    height: 100%;
}

#fotosProjetosModal > div{
    height: 100%;
}

#fotosProjetosModal > div > div{
    height: 100%;
}

#fotosProjetosModal > div > img{
    height: 100%;
    object-fit: contain;
}



#toast-offline {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff4d4d;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: bold;
    z-index: 9999;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
  }
  
  #toast-offline.online {
    background-color: #4caf50;
  }
  
  @keyframes fadein {
    from {opacity: 0; bottom: 0;}
    to {opacity: 1; bottom: 20px;}
  }
  
  @keyframes fadeout {
    from {opacity: 1;}
    to {opacity: 0;}
  }
  