﻿.form-control, .form-check-input {
    border-color: #b4b4b4 !important;
}
.whatsapp-float {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}
#form-label-teste {
    column-gap: 1px;
    display: flex;
    flex-direction: column; /* empilha small abaixo do texto principal */
}
@media  (max-width: 551px){
    #form-label-teste
    {
        column-gap: 1px;
        display: flex;
        min-width: 100%;
        text-align: center;
        flex-direction: row;
        justify-content: center;
    }
}

.circle {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

#pop-up-whats{
    position: fixed; /* fixa na tela */
    top: 50%;        /* metade da altura da tela */
    left: 50%;       /* metade da largura da tela */
    transform: translate(-50%, -50%); /* centraliza de verdade */
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #0097d1 0%, #04a5e3 20%, #ffffff 20%, #ffffff 100%);
    padding: 1rem;
    border-radius: 10px;
    z-index: 9999; /* para ficar acima de tudo */
}

@media  (max-width: 551px){
    #pop-up-whats
    {
        padding-top: 8vh;
    }
}



#great-lines-1,
#great-lines-2,
#great-lines-3
{   display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
}
#saida,
#destino,
#adultos,
#criancas{
    flex: 1 0 180px;
    max-width: 54.5%;
    margin-left: auto;
    padding: 4px;
    border-radius: 6px;
    border: 0.5px solid;
}

@media  (max-width: 551px){
    #adultos
    {
        flex: 1 1 1vh;
        max-width: 90%;
        border-radius: 6px;
        border: 0.5px solid;
        margin-left: 0px;
    }
}



@media  (max-width: 551px){
   #saida,
   #destino,
   #criancas{
       flex: 1 0 4vh;
       max-width: 100%;
       border-radius: 6px;
       border: 0.5px solid;
       margin-left: 0px;
       width: 90%;
   }
}
#data{
    flex: 1 1 200px;
    min-width: 150px;
    max-width: 101px;
    padding: 6px;
    border-radius: 6px;
    margin-left: auto;
}

#data-volta{
    flex: 1 1 200px;
    min-width: 150px;
    max-width: 101px;
    padding: 6px;
    border-radius: 6px;
    margin-left: 1%;
}
@media (max-width: 551px) {
    #data,
    #data-volta {
        flex: 1 1 100px;
        border-radius: 6px;
        border: 0.5px solid;
        height: 5.2vh;
        min-width: 48%;
    }
}
#datas{
    white-space: nowrap; 
    display: flex;
    flex-wrap: wrap; 
    align-items: center; 
    gap: 0.1rem; 
    width: 100%;
    margin-bottom: 0.5rem;
}

@media  (max-width: 551px){
   #datas{
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       gap: 0.5rem;
       width: 90%;
       height: 60%;
       margin-bottom: 0.5rem;
       justify-content: center;
    }
}

@media (max-width: 551px) {
    #great-lines-1,
    #great-lines-2,
    #great-lines-3 {
        flex-direction: column; /* muda para coluna no mobile */
        gap: 0.3rem;           /* diminui o espaço entre itens */
        margin-bottom: 1rem;   /* ajusta a margem inferior */
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 551px) {
    #great-lines-pessoas {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: 0.5rem;
        justify-content: center;
    }
}


@media (max-width: 551px) {
    #label-datas {
        text-align: center;
        min-width: 100%;
    }
}

#great-lines-pessoas{
    display: flex; 
    flex-wrap: wrap;
    align-items: center; 
    gap: 0.5rem; 
    width: 100%; 
    margin-bottom: 0.5rem;
}

#titulo-pop-up{
    font-family: 'Poppins SemiBold', 'Poppins', sans-serif;
    font-weight: bold;
    text-align: left;
    width: 100%;
    font-size: 2vw;
    margin-bottom: 1rem;
    color: white;
}
@media (max-width: 551px) {
    #titulo-pop-up {
        font-family: 'Poppins SemiBold', 'Poppins', sans-serif;
        font-weight: bold;
        color: black;
        width: 100%;
        font-size: 7vw;
        margin-bottom: 1rem;
        text-align: center;
    }
}

#small{
    font-size: .875em;
}

@media (max-width: 551px) {
    #small {
        font-size: .875em;
        margin-top: 2px;
        margin-left: 2px;
    }
}

