@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(33, 33, 33);
}

.outline-none{
    outline: none !important;
}

.border-none{
    border: none !important;
}

.back-transparent{
    background-color: transparent !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

/* CORES - INI*/

.bg-ch-c{
    background-color: rgb(41, 41, 41);
}

.bg-ch-e{
    background-color: rgb(33, 33, 33);
}

.txtc-c-c{
    color: rgb(179, 179, 179);
}


.txtc-c-e{
    color: rgb(93, 93, 93);
}

.txtc-b{
    color: rgb(241, 241, 241);
}

.txtc-b-e{
    color: rgb(196, 196, 196);
}

.txtc-a{
    color: rgb(39, 131, 255);
}

.txtc-a-e{
    color: rgb(50, 96, 151);
}
/* CORES - FIM*/

/* BORDAS - INI */

.border-c-menu{
    border-right: 1px solid rgb(54, 54, 54);
}

.border-c-form{
    border: 1px solid rgb(54, 54, 54);
}

.border-btm{
    border-bottom: 1px solid rgb(54, 54, 54);
}

.border-btm-2{
    border-bottom: 2px solid rgb(90, 141, 190);
    transition: 0.2s;
}

.border-btm-3{
    border-bottom: 2px solid rgb(122, 125, 128);
    transition: 0.2s;
}

.border-btm-4{
    border-bottom: 2px solid rgb(33, 33, 33);
    transition: 0.2s;
}

.border-4{
    border: 3px solid #474747;
    transition: 0.2s;
}
/* BORDAS - FIM */

/* BOTÕES - INI */

.btn-1{
    border: 1px solid rgb(69, 69, 69);
    background-color: rgb(41, 41, 41);
    color: rgb(239, 239, 239);
    padding: 6px 6px;
    transition: 0.3s;
}

.btn-1:hover{
    border: 1px solid rgb(69, 69, 69);
    background-color: rgb(69, 69, 69);
    color: rgb(239, 239, 239);
    padding: 6px 6px;
    transition: 0.5s;
}

.btn-2{
    border: 1px solid rgb(39, 131, 255);
    background-color: rgb(39, 131, 255);
    color: rgb(239, 239, 239);
    padding: 6px 6px;
    transition: 0.3s;
}
.btn-2:hover{
    border: 1px solid rgb(39, 131, 255);
    background-color: rgb(33, 33, 33);
    color: rgb(39, 131, 255);
    padding: 6px 6px;
    transition: 0.5s;
}
.btn-3{
    border: 0px solid rgb(39, 131, 255);
    background-color: rgb(28, 80, 208);
    padding: 5px 4px;
    color: rgb(239, 239, 239);
}

.btn-4{
    border: 0px solid rgb(41, 41, 41);
    background-color: rgb(41, 41, 41);
    padding: 5px 4px;
    color: rgb(179, 179, 179);
}

.btn-5{
    border: 0px solid rgb(41, 41, 41);
    background-color: rgb(114, 114, 114);
    color: rgb(33, 33, 33);
    padding: 2px 6px 2px 6px;
}

.btn-6{
    border: 1px solid rgb(71, 71, 71);
    background-color: rgb(71, 71, 71);
    color: rgb(239, 239, 239);
    padding: 6px 6px;
    transition: 0.3s;
}
.btn-6:hover{
    border: 1px solid rgb(27, 27, 27);
    background-color: rgb(56, 56, 56);
    color: rgb(239, 239, 239);
    padding: 6px 6px;
    transition: 0.5s;
}

.btn-7{
    border: 1px solid #212121;
    background-color: #212121;
    color: #FFFFFF;
    padding: 6px 6px;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
}
/* BOTÕES - FIM */

/* SELECT, INPUTS - INI */

.select-1{
    border: 1px solid rgb(70, 70, 70);
    background-color: rgb(71, 71, 71);
    color: rgb(238, 238, 238);
    padding: 4px 6px;
}

.select-2{
    border: 2px solid rgb(70, 70, 70);
    background-color: rgb(41, 41, 41);
    color: rgb(238, 238, 238);
    padding: 4px 6px;
}

/* SELECT, INPUTS - FIM */

/* CARDS, OBJS - INI */

.card-1{
    background-color: rgb(26, 113, 61);
    color: rgb(155, 239, 183);
    padding: 5px;
}

.card-2{
    background-color: rgb(76, 86, 96);
    color: rgb(223,232,243);
    padding: 5px;
}

.card-3{
    background-color: transparent;
    border: 1px solid rgb(127, 34, 31);
    color: rgb(180, 89, 90);
    padding: 5px;
}

.card-4{
    background-color: transparent;
    border: 1px solid rgb(55, 100, 76);
    color: rgb(74, 168, 97);
    padding: 5px;
}

.card-5{
    background-color: transparent;
    border: 1px solid rgb(96,72,41);
    color: rgb(204,176,81);
    padding: 5px;
}
/* CARDS, OBJS - FIM */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Fundo escuro semiblack */
    backdrop-filter: blur(4px); /* Aplica o desfoque */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.modal {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* outros */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: rgb(68, 68, 68);
    background-image: linear-gradient(rgb(68, 68, 68), rgb(49, 49, 49));
    top: 0;
    bottom: 0;
    left: 5.5%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
  }

  .container-2 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
  }
  
  /* The circles on the timeline */
  .container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #b0bbbe;
    border: 1px solid #97a2a5;
    color: black;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }

  .container-2::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgb(37, 138, 77);
    border: 1px solid rgb(26, 113, 61);
    color: black;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
    left: 0;
  }
  
  /* Place the container to the right */
  .right {
    left: 6.5%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right::before {
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
    left: -16px;
  }
  
  /* The actual content */
  .content {
    background-color: transparent;
    position: relative;
    border-radius: 6px;
  }
  .img-logo{
    display: block;
    }

    .menu-desk{
        display: block;
    }

    .menu-mobile{
        display: none;
    }

    .ml-100{
        margin-left: 100px;
    }
    .w-35{
        width: 35%;
    }
    .w-100{
        text-decoration: none;
    }

    .w-400{
        width: 400px;
    }
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
    
    .img-logo{
        display: none;
    }

    .menu-desk{
        display: none;
    }

    .menu-mobile{
        display: block;
    }

    .ml-100{
        margin: 0px;
    }

    .w-35{
        width: 100%;
    }

    .w-100{
        width: 100% !important;
    }

    .w-400{
        width: 280px;
    }

    /* Place the timelime to the left */
    .timeline::after {
    left: 31px;
    }
    
    /* Full-width containers */
    .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    
    /* Make sure that all arrows are pointing leftwards */
    .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
    left: 15px;
    }
    
    /* Make all right containers behave like the left ones */
    .right {
    left: 0%;
    }
  }


/* TABLES - INI */


/* TABLES - FIM */

/* SCROLBAR - INI */

::-webkit-scrollbar {
    width: 3px;
  }
  
/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(241, 241, 241); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}

/* SCROLBAR - FIM */

a{
    text-decoration: none !important;
}

/**/
.comment-box {
    position: relative;
    background: #2d2d2d;
    color: white;
    border-radius: 1px;
    height: 40px;
    border: 1.5px solid grey;
  }
  
  /* camada de trás: borda do triângulo */
  .comment-box::before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid grey;
  }
  
  /* camada da frente: fundo da caixinha */
  .comment-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2d2d2d;
  }
  