body {
    background-image: url('https://img.band.com.br/image/2024/08/07/fundo-222749.png');
    /* Adicione sua imagem de fundo aqui */
    background-size: cover;
    background-position: center;
    margin: 0;
    font-family: 'D-DIN-PRO', sans-serif;
    font-weight: 700;
    color: white;
}



.video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

* {
    font-family: 'D-DIN-PRO', sans-serif;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    justify-items: center;
    width: 1000px;
}

.cards.text {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
}

.cards.hide {
    display: none;
}

.card {

    background-size: cover;
    background-position: center;
    cursor: pointer;
    width: 150px;
    height: 200px;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card.card-text {
    height: 96px;
    min-width: 690px;
    border-radius: 28px;
}


.card img {
    width: 100%;
    height: auto;
}



.main-content {
    position: relative;
}

.menu {
    position: absolute;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 9999;
    left: -60px;
    
}




.menu img {
    margin: 0 auto;
    display: none;
}
.menu.open img {
    display: flex;
}

.menu .box-img {
    display: flex;
    width: 100px;
}

.menu.open {
    left: 0px;
}

.menu .menu-svg {
    cursor: pointer;
    background-image: url('../img/fundo.png');
    width: 109px;
    height: 322px;

    justify-content: center;
    align-items: center;
    display: grid;
}

.menu.open .menu-svg svg .box-menu {
    z-index: -9;
    position: relative;
}

.menu.open .menu-svg svg .menu-item {
    display: block;
}

.menu .menu-svg svg .menu-item {
    display: none;
    cursor: pointer;
}



.regular {
    font-weight: 500;
}

#start-bg {
    /* background-image: url('../img/logo.png'); */
    background-color: #000;
    /* Adicione sua imagem de fundo aqui */
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
}

#start-bg .box-image {
    background-color: #000;
    width: 100%;
    height: 100vh;

    justify-content: center;
    align-items: center;
    display: flex;
}

#start-bg img {

}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: all 0.3s ease;
}

/* .main-container.aligned {
    justify-content: flex-start;
} */

.map-container {

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.main-container.aligned .map-container {
    margin-left: 50px;
}

.main-container.aligned.menuopen .map-container {
    margin-left: 150px;
}



#br-map {
    width: 96%;
    height: auto;
}

#br-map path {
    fill: #1AA7EE;

    cursor: pointer;
    transition: fill 0.3s, transform 0.3s;
    transform-origin: center center;
    /* Ajuste a origem da transformação */
}

#br-map path:hover,
#br-map path.selected {
    fill: #0E3D90;
    position: relative;
    /* Garante que o z-index seja aplicado */
}

#filter-buttons-container {
    position: absolute;
    bottom: 14%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    /* Garante que o modal fique acima de todos os elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Fundo escuro com transparência */
    align-items: center;
    justify-content: center;
}

.modal-content {
    width: 100%;
    height: 100%;
    background-image: url('../img/band-eleicoes-2024.svg');
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close {
    position: absolute;
    display: none;
    left: 20px;
    bottom: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 99999;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.info-container-modal {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .info-container {
    padding: 0 100px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

#state-info {
    margin-bottom: 20px;
    font-size: 24px;
    color: white;
}

.info-container {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    margin: 0 20px;
}

.city-list li {
    display: flex;
    align-items: center;
    justify-content: center;
  
    margin: 8px 0;
    padding: 0px 41px;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}



/* .city-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: white;
} */

/* .city-list li {
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.city-list li.show {
    opacity: 1;
    transform: translateY(0);
} */


.city-button {
    width: 100%;
    max-width: 682px;
    min-width: 682px;
    height: 59px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.city-button .btn-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.city-button #svgBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.city-button #pinLocation {
    position: absolute;
    left: 23px;

}

.city-button span {
    color: white;
    font-size: 32px;

}

.filter-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.filter-button {
    background-color: transparent;
    display: grid;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.filter-button:hover {
    background-color: #2052ab;
}

.btn-separator {
    background-color: #1C57BF;
    margin: 0 50px;
    padding: 2px;
    height: auto;
}

.filter-button svg {
    margin: 0 auto;
}

.filter-button span {
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 26px;
}

.filter-button:hover {
    background-color: #2052ab;
}

/* Swiper styles */
.swiper-container {
    width: 100%;
    height: 100%;
    /* Definindo a altura do Swiper */
    flex: 2;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
}

/* .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
}

.swiper-pagination-bullet-active {
 background-color: #fff !important;
} */

#start-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1s ease-in-out;
    opacity: 1;
    z-index: 99999999999;
}

#start-bg.hide {
    opacity: 0;
}

.swiper-slide iframe, .swiper-slide img{
    background-image: url('https://img.band.com.br/image/2024/08/07/fundo-222749.png');
    /* Adicione sua imagem de fundo aqui */
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border: none;
}

.spinner {
    border: 16px solid #f3f3f3;
    display: none;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none; /* Inicialmente oculto */
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Estilos adicionais para o container do iframe */
  .iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
  }