@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,600&display=swap');

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background-color: #4f5050;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aeaeae;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}


:root {
    --body-color: #E4E9F7;
    --sidebar-color: #FFF;
    --primary-color: #00AA4B;
    --primary-color-active: rgb(3, 198, 88);
    --primart-color-light: #F6F5FF;
    --toggle-color: #DDD;
    --text-color: #FFF;


    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.5s ease;
    --tran-05: all 0.6s ease;
    --tran-06: all 2s ease;
}

.page .sidebar {
    height: 100vh;
    width: 300px;
    background: linear-gradient(120deg, #282c2fd3, #282C2F) !important;
    top: 0;
    left: 0;
    position: fixed;
    transition: var(--tran-05);
}

.page .content {
    margin-left: 300px;
    transition: var(--tran-05);
}

body.active .page .sidebar {
    left: -300px;
    transition: var(--tran-05);
}


body.active .page .content {
    margin-left: 0;
    width: calc(100%);
    transition: var(--tran-05);
}

.sidebar-header {
    padding: 10px 20px;

}

.sidebar-logo-container {
    background-color: rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    padding-left: 3px;
}

.logo-container {
    max-width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 8px;
    padding: 1px 1px;
}

.logo-sidebar {
    width: 100%;
    height: auto;
}

.brand-name-container {
    padding: 0px;
    margin: 10px 10px 0px 2px;
}

.brand-name {
    color: var(--primart-color-light);
    margin: 0px;
    font-weight: 500;
    line-height: 1.1rem;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


.brand-subname {
    font-weight: 300;
    font-size: 14px;
}

.navigation-list {
    list-style-type: none;
    padding: 0px 18px;
    margin-top: 30px;
}

.navigation-list-item {

    padding: 10px 18px 10px 18px;
    border-radius: 8px;
    margin: 15px 0px;
}

.navigation-list-item:hover {
    background: rgb(0, 0, 0, 0.5);
    box-shadow: 0 0 0.4em rgb(24, 23, 23);
    cursor: pointer;
}

.navigation-list-item.active {
    background: rgb(0, 0, 0, 0.1);
    box-shadow: 0 0 0.4em rgb(24, 23, 23);
}

.navigation-link {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.navigation-list-item:hover .navigation-link {
    color: var(--sidebar-color);
}

.navigation-list-item.active .navigation-link {
    color: #FFFFFF;
    font-weight: 500;
}

.navigation-link i {
    font-size: 20px;
}

.line {
    margin: 30px;
    color: var(--primart-color-light);
}

#navigationBar {
    background-color: white;
    height: 150px;
    display: flex;
    align-items: center;
}

.sidebarToggle {
    transform: rotate(180deg);
    position: absolute;
    right: -10px;
    background: #888989;
    color: var(--sidebar-color);
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--tran-05);

}

.sidebarToggle.active {
    right: -40px;
    transform: rotate(360deg);
    transition: var(--tran-05);
}

.nav-tabs .nav-link.active {
    background-color: #00AA4B !important;
    color: antiquewhite !important;

}

.nav-link:focus,
.nav-link:hover {
    color: #696969 !important;
}

.nav-link {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #222222 !important;
}

.navigation-link:disabled {
    background-color: #222222;
}

.circular-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #30CC81
}

.circular-image img {
    filter: grayscale(100%)
}

.JUNIOR .circular-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(248, 252, 16)
}

.PLENO .circular-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(58, 128, 240)
}

.SENIOR .circular-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(208, 209, 210)
}

.swiper-slide .circular-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.circular-image img {
    width: 100%;
    transform: scale(1.3) translate(-2px, 20px);

}

.swiper-slide .circular-image img {
    width: 100%;
    transform: scale(1.3) translate(-3px, 10px);

}

.card-title {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;

}

.swiper-slide .card-title {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;

}
.metallic-card  .card-title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;

}
.card-text {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;

}

.swiper-slide .card-text {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;

}
.metallic-card .card-text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;


    
}
.slick-prev:before,
.slick-next:before {
    color: #222222 !important;
}

.modal-body {}

.logo-container:hover {
    color: #00AA4B;
    cursor: pointer;

}

.logo-container i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    font-size: 25px;

}

.redes-logo {
    font-size: 25px;
}

.swiper-slide .redes-logo {
    font-size: 20px;
}

.slide-container {
    height: 400px;
    /* background: #696969; */

}

.swiper-slide .card {
    width: 14rem;
    height: 22rem;
    margin: 0 auto;
    text-align: center;
   
}
.modal-body .card-body p{
    
}

.swiper-slide .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    /* Ajuste o valor conforme necessário */
}

.button {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: none;
    font-size: 14px;
    color: #FFF;
    padding: 2px 16px;
    background-color: #232323;
    border-radius: 6px;
    width: 110px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3 ease;
    display: none;
}


.swiper-slide .button {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: none;
    font-size: 14px;
    color: #FFF;
    padding: 2px 16px;
    background-color: #232323;
    border-radius: 6px;
    width: 110px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3 ease;
    display: block;
}




.button:hover {
    background: #414142;
}

.swiper-pagination-bullet-active-main {
    color: #30CC81;
}

.swiper-navBtn {
    --swiper-theme-color:#333334
    transition: color 0.3s ease;
}
.swiper-pagination-bullet-active{
    --swiper-theme-color:#333334;
    transition: color 0.3s ease;
}


.swiper-navBtn:hover {
    color: #707071;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 40px;
   
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination.bullet {
    background-color: #505050;
    opacity: 1;
}

.swiper-pagination.bullet-active {
    background-color: #333334;
}

.card-flip>div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}


.card-front {
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

.card-front {
    transform: rotateY(-180deg);
}

.card-back {
    transform: rotateY(0deg);
}

.card {
    border: none;
}

.card.cracha {
    transition: transform 0.3s;
}

.card.cracha:hover {
    transform: scale(1.05);
}

.card.card-flip {
    transition: transform 0.3s;
}

.card.card-flip:hover {
    transform: scale(1.05);
}

.card-body:hover >.row >.col >.circular-image img{
    filter: grayscale(0%);
}

.row-cols-3 .col {
    margin: 10px;
  }
  .metallic-card {
    background-image: linear-gradient(135deg, #bdc3c7 0%, #2c3e50 100%);
    color: #fff;
    background-size: 200% 200%;
    animation: gradient 10s ease infinite;
  }
  
 
  .gold-card {
    background-image: linear-gradient(-45deg, #d4af37 0%, #ffd700 100%);
    color: #fff;
    background-size: 200% 200%;
    animation: gradient 10s ease infinite;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  
  
  .body {
    height: 400px;
    width: 200px;
}

.card-wrapper {
    position: relative;
}

.birthday-gift {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 1;
}


.birthday-gift:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 90px;
    left: -10px;
}

.gift {
    position: relative;
    width: 150px;
    height: 100px;
    background-color: rgb(58, 128, 240);
}

.gift:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 100px;
    background-color: #f04f27;
    left: 62px;
}

.gift:after {
    content: "";
    position: absolute;
    box-shadow: inset 0 10px rgba(0, 0, 0, 0.3);
    width: 150px;
    height: 100px;
}

input#click {
    display: none;
}

.click {
    position: absolute;
    background-color: rgb(58, 128, 240);
    width: 170px;
    height: 40px;
    top: -40px;
    left: -10px;
    transform-origin: bottom left;
    transition: .3s;
    cursor: pointer;
}

.click:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 40px;
    background-color: #f04f27;
    left: 69px;
}

.click:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 0;
    border-bottom: 30px solid #f04f27;
    border-top: 30px solid #f04f27;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(-90deg);
    left: 65px;
    top: -47px;
}

.wishes {
    position: absolute;
    transition: .5s;
    color: #2b2b2b;
    font-size: 29px;
    font-weight:bold;
    text-align: center;
    z-index: -1;
    left: 5px;
}

#click:checked+.click {
    transform: rotate(-110deg) scaleX(0.85);
}

#click:checked~.wishes {
    transform: translateY(-100px);
}

.sparkles {
    position: absolute;
    display: none;
    top: -15px;
    z-index: -2;
    left: 40px;
}

.spark1,
.spark2,
.spark3,
.spark4,
.spark5,
.spark6 {
    position: absolute;
    background-color: #fee440;
    border-radius: 50%;
    top: -9px;
    z-index: -1;
}

.spark1 {
    width: 8px;
    height: 8px;
    left: 30px;
    top: -9px;
    animation: fire 0.9s ease-in-out infinite, color 0.4s linear infinite;
}

.spark1:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 11px;
    background-color: #fee440;
    border-radius: 50%;
}

.spark2 {
    width: 9px;
    height: 9px;
    left: 33px;
    top: -5px;
    animation: fire2 0.28s ease-in-out infinite, color 0.4s linear infinite;
}

.spark2:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    left: 3px;
    background-color: #fee440;
    border-radius: 50%;
}

.spark3 {
    width: 8.5px;
    height: 8.5px;
    left: 33px;
    top: -5px;
    animation: fire3 0.36s ease-in-out infinite, color2 0.4s linear infinite;
}

.spark3:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 12px;
    left: -1px;
    background-color: #fee440;
    border-radius: 50%;
}

.spark4 {
    width: 7px;
    height: 7px;
    left: 27px;
    top: -5px;
    animation: fire2 0.24s ease-in-out infinite, color2 0.2s linear infinite;
}

.spark5 {
    width: 7px;
    height: 7px;
    left: 29px;
    top: -5px;
    animation: fire3 0.45s ease-in-out infinite, color 0.2s linear infinite;
}

.spark6 {
    width: 6px;
    height: 6px;
    left: 29px;
    top: -5px;
    animation: fire 0.35s ease-in-out infinite, color2 0.2s linear infinite;
}

@keyframes fire3 {
    100% {
        transform: translateX(20px) translateY(-93px);
        opacity: 0.3;
    }
}

@keyframes fire2 {
    100% {
        transform: translateX(-5px) translateY(-90px);
        opacity: 0.3;
    }
}

@keyframes fire {
    100% {
        transform: translateX(-25px) translateY(-95px);
        opacity: 0.3;
    }
}

@keyframes color {
    from {
        background-color: #d00000;
    }

    to {
        background-color: #0081a7;
    }
}

@keyframes color2 {
    from {
        background-color: #8cff00;
    }

    to {
        background-color: #1d2d44;
    }
}

#click:checked~.sparkles {
    display: block;
}