body {
  font-family: 'Montserrat', sans-serif;
}

label {
    color: white;
}

input {
    color: #C87690 !important;
    font-weight: 600 !important;
}

select {
    color: #C87690 !important;
    font-weight: 600 !important;
}

/* Garante que o ul de cidades apareça sobre todos os elementos no mobile */
#listaCidades {
    position: absolute;
    z-index: 9999;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
}

/* Corrige problema de clique no mobile */
#listaCidades li {
    -webkit-tap-highlight-color: transparent;
}

#blurOverlay {
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
background-color: rgba(0, 0, 0, 0.3);
z-index: 20;
}

.pop-ups button {
    background-color: #7F3B4D;
}

.pop-ups p {
    color: white;
}

.gradient-bg{
    background: #7F3B4D;
    background: linear-gradient(180deg, rgba(127, 59, 77, 1) 0%, rgba(200, 118, 144, 1) 100%);
}

.no-scroll {
position: fixed;
width: 100%;
overflow: hidden;
height: 100%;
touch-action: none;
}

.bg-telegram {
    background-image: url('../img/banner_telegram.png'); 
    background-size: cover; 
    background-position: center;
}

.countdown-wrapper {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    color: white;
    font-family: Verdana, sans-serif, Arial;
    font-weight: bold;
    align-items: center;
    margin-top: -4px;
}
    
.countdown {
    /* text-align: center; */
    border: 4px solid white;
    display: inline;
    padding: 4px 16px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 4px;
}

/* feedbacks */

.quote-icon::before {
        content: "“";
        font-size: 3rem;
        color: #2e9ca1;
        display: block;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: 700 !important;
}