/* css/style.css */

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-primary {
    background-image !important;
}

.bg-dark {
    background-color: #0b0e13 !important;
}

.space{
	margin-bottom: 126px;
	margin-top: 126px;
}

.space2{

	padding-top: 40px;
}

.cor {
  color: #ffffff;
  background-image: 
    radial-gradient(
      100.89% 100.89% at 50.83% 52.56%, 
      rgba(11, 14, 19, 0) 0%, 
      rgba(11, 14, 19, 0.83) 0%, 
      #0B0E13 63%
    ),
    url(../images/fundo-home.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo-img {
  height: 300px;
  transition: height 0.3s ease;
}

/* Reduz o tamanho da logo em telas menores */
@media (max-width: 768px) {
  .logo-img {
    height: 70px;
  }
}

@media (max-width: 480px) {
  .logo-img {
    height: 50px;
  }
}


.card-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.card img {
  height: 200px;
  object-fit: cover;
}

footer p {
  margin: 0;
}

@media (max-width: 767px) {
  .navbar-nav.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .navbar-brand {
    order: -1;
  }
}

.roxo {
    font-weight: 500;
    letter-spacing: 0.8px;
	color: #7322ca;
	font-size: 15px;
}

.card-title i {
  margin-right: 6px;
}
.bg-white {
  background-color: #ffffff !important;
}


.roxo2 {
    font-weight: 500;
    letter-spacing: 0.8px;
	color: #7322ca;
}

.white1 {
    font-weight: 500;
    letter-spacing: 0.8px;
	color: #ffffff;
}

.roxo3 {
	text-transform: uppercase;
	color: #7322ca;
	font-size: 25px;
	font-weight: bold;
}

.carousel-control-next, .carousel-control-prev{
	width: 2% !important;
}

.hero-title {
    font-weight: 700;
    line-height: 1.119;
    margin-bottom: 19px;
    margin-top: -0.2em
-14.8px
;
font-size: 74;
}

.carousel-item .p-3 {
  background: rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease;
}

.carousel-item .p-3:hover {
  transform: scale(1.05);
  background-color: #212529;
}

.background-slideshow{
	padding: 40px 0 40px 0;
	background-image: url(../images/jiji-bg.webp);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
}

.sobre {
  background-color: #0B0E13;
}

.sobre h2 {
  color: #ffc107; /* amarelo destaque */
}

.sobre p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.title3{
	color: #8224e3;
}

.comunidade-box {
  border: 3px solid #7f00ff; /* roxo */
  border-radius: 20px;
  background-color: rgba(127, 0, 255, 0.05); /* fundo levemente roxo */
  backdrop-filter: blur(5px);
}


   .background-slideshow {
        background: url('../images/jiji-bg.webp') no-repeat center center/cover;
        position: relative;
        z-index: 1;
    }

    .vote-section {
        background-color: #636568;
        padding: 40px;

    }

    .vote-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .vote-btn {
        font-size: 16px;
        padding: 12px 25px;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-weight: bold;
        width: 200px;
    }

    .vote-btn:hover {
        transform: scale(1.05);
        background-color: #ff6f61;
        border-color: #ff6f61;
    }

    .btn-primary {
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-dark {
        background-color: #343a40;
        border-color: #343a40;
    }

    .time-remaining p {
        font-size: 14px;
        color: #f8d7da;
        font-weight: bold;
    }

    .alert-info {
        background-color: rgba(255, 255, 255, 0.8);
        color: #333;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .text-white {
        color: #fff !important;
    }
	
	
	
	.me-5 {
    margin-right: 6rem !important;
}
	
	
	
.pwchange-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: #f8f9fa;
}

.pwchange-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 500px;
}

.pwchange-message {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e9ffe9;
    color: #2d7a2d;
    border: 1px solid #b4e7b4;
    border-radius: 5px;
}

.pwchange-form {
    display: flex;
    flex-direction: column;
}

.pwchange-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.pwchange-label {
    margin-bottom: 5px;
    font-weight: bold;
}

.pwchange-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pwchange-submit {
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.pwchange-submit:hover {
    background-color: #0056b3;
}







    .box-dados {
        background: #fff;
        border-radius: 12px;
        padding: 25px 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        max-width: 600px;
        margin: 20px auto;
        font-family: Arial, sans-serif;
        color: #333;
    }

    .box-dados h3 {
        margin-top: 0;
        font-size: 1.5em;
        color: #222;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 10px;
    }

    .box-dados p {
        margin: 15px 0;
        font-size: 1em;
    }

    .box-dados strong {
        color: #111;
    }

    .editar-link {
        margin-left: 10px;
        color: #4285f4;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.95em;
    }

    .editar-link:hover {
        text-decoration: underline;
    }

    #form-nome {
        margin-top: 10px;
    }

    #form-nome input[type="text"] {
        padding: 8px;
        font-size: 1em;
        width: 70%;
        border-radius: 8px;
        border: 1px solid #ccc;
    }

    #form-nome button {
        padding: 8px 16px;
        background-color: #4285f4;
        color: white;
        border: none;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        margin-left: 10px;
        transition: background-color 0.3s;
    }

    #form-nome button:hover {
        background-color: #3367d6;
    }
	
	    .mobile-alert {
        display: none;
        background: #fff3cd;
        color: #856404;
        border: 1px solid #ffeeba;
        border-radius: 8px;
        padding: 15px;
        margin: 20px 0;
        font-size: 0.95em;
    }

    @media (max-width: 768px) {
        .mobile-alert {
            display: block;
        }
    }
	

	@media (max-width: 767.98px) {
  .sumir-no-mobile {
    display: none !important;
  }
}
