.bg-body {
    background: linear-gradient(to bottom, #15193F, #B74E86);
}

.container {
    margin-top: 3%;
    margin-bottom: 3%;
}

.box-row {
    background: black;
    opacity: 0.9;
}

@media (min-width: 576px) {
    .box-row {
        border-radius: 20px;
    }
}

.box-footer {
    background: #391427;
    opacity: 0.9;
    color: white;
}

@media (min-width: 576px) {
    .box-footer {
        border-radius: 10px;
    }
}

.img-profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 1;
    z-index: 3;

}


.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #007bff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.timeline-item {
    padding: 10px 20px;
    position: relative;
    width: 50%;
    border-radius: 6px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
.timeline-item::before {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    top: 15px;
    transform: translateX(-50%);
}
.timeline-item-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
}
.timeline-item:nth-child(odd) {
    left: 0;
}
.timeline-item:nth-child(even) {
    left: 50%;
}
.timeline-item:nth-child(odd)::before {
    left: calc(100% - 10px);
}
.timeline-item:nth-child(even)::before {
    left: -10px;
}
.badge {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000;
    background: var(--button-background);
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--button-background);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.btn-circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: transparent;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 1.2rem;
    color: white;
    z-index: 2;

}

.btn-circle i {
    position: absolute;
    z-index: 3;
    font-size: 3em;
    color:white;
    transform: translate(-50%, -50%);
}
.btn-circle:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 50%;
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.btn-circle:active {
    color: #000;
    background: var(--button-background);
  }
.btn-circle:active:after {
    background: transparent;
}
.btn-circle:hover:before {
opacity: 1;
}

.btn-circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--button-background);
    left: 0;
    top: 0;
    border-radius: 50%;
}

.title-digit {
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    margin: 2%;
}

.line-1{
    position: relative;
    top: 50%;
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

.anim-typewriter {
    animation: typewriter 8s steps(60) 1s infinite both,
               blinkTextCursor 500ms steps(1) infinite normal;
}

@keyframes typewriter {
    0% { width: 0; }
    50% { width: 11.7em; }
    90% { width: 11.7em; }
    100% { width: 0; }
}

@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.open-color {
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
}

.open-color-return {
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.bg-register {
    background: black;
    opacity: 0.7;
}

@media (min-width: 576px) {
    .bg-register {
        border-radius: 10px;
    }
}

.text-register {
    font-family: 'Bai Jamjuree', sans-serif;
    margin-top: 5%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #26c6da;
    text-align: left;
    opacity: 1;
}

.text-register-message {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 1rem;
    color: white;
    /* margin-top: 14%; */
    margin: 5%;
    position: relative;
    /* top: 50%; */
    /* width: 24em; */
    /* margin: 0 auto; */
    border-right: 2px solid rgba(255,255,255,.75);
    /* font-size: 180%; */
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}


.anim-register_message{
    animation: typewriter2 6s steps(60) 1s 1 normal both,
               blinkTextCursor2 500ms steps(1) infinite normal;
  }
  @keyframes typewriter2{
    from{width: 0;}
    to{width: 22em;}
  }
  @keyframes blinkTextCursor2{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
  }

.gif-margen {
    margin: 0%;
    border-radius: 15px;
  }
.title-block {
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

.title-block-left {
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}

.subtitle-block {
    font-family: 'Bai Jamjuree', sans-serif;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    opacity: 0.8;
  }

.title-timeline {
    font-family: 'Bai Jamjuree', sans-serif;
    color: black;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

.subtitle-timeline{
    font-family: 'Bai Jamjuree', sans-serif;
    color: black;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    opacity: 0.8;
  }

.content-timeline {
    font-family: 'Bai Jamjuree', sans-serif;
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
  }

.read-background {
    background: #fdedd0;
  }


.menu-fixed {
    text-align: center;
    margin: 0 auto; /* Centraliza horizontalmente */
    position: fixed;
    background: black;
    /* border-radius: 15px; */
    margin-top: 0%;
    z-index: 999;
    opacity: 0.7;
}

.menu-fixed ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.menu-fixed ul li {
    margin: 0 10px;
}

@media (min-width: 767px) {
    .menu-fixed {
        position: fixed;
        background: transparent;
        border-radius: 15px;
        margin-top: 0;
        left: 50%; /* Move para o meio da tela */
        transform: translateX(-50%); /* Ajusta para centralizar horizontalmente */
        z-index: 999;
        opacity: 0.7;
    }

    .menu-fixed ul {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .menu-fixed ul li {
        margin: 0 10px;
    }
}

/* .img-left {
    border-radius: 90px 10px 90px 10px !important;
  }
  
.img-right {
    border-radius: 10px 90px 10px 90px !important;
} */

.card-left {
    border-radius: 10px 90px 10px 90px !important;
    background: black !important;
    opacity: 0.7 !important;
    color: white !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-size: 1.3rem;
    /* padding: 100px 10px 10px 10px !important; */
}

.card-right {
    border-radius: 90px 10px 90px 10px !important;
    background: black !important;
    opacity: 0.7 !important;
    color: white !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-size: 1.3rem;
    /* padding: 100px 10px 10px 10px !important; */
}

.card-job {
    /* border-radius: 10px 90px 10px 90px !important; */
    background: black !important;
    opacity: 0.7 !important;
    color: white !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    font-size: 1.3rem;
    border:  5px solid #eeefee !important;
    /* padding: 100px 10px 10px 10px !important; */
}
.welcome {
    opacity: 0.9 !important;
    color: white !important;
    font-size: 1.6rem;
    padding: 50px 50px 50px 50px !important;
}
