* {
    scrollbar-color: rgba(0, 0, 0, .2) hsla(0, 0%, 100%, .1);
    scrollbar-width: thin;
}

.img-passeios {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.accrodion-grp .accrodion .accrodion-title h5 {
    font-family: poppins, sans-serif;
}

.form-check-input:checked {
    background-color: #21376a;
    border-color: #21376a;
}

.why-us .why-us-item:hover i,
.why-us .why-us-item:hover h4,
.why-us .why-us-item:hover p {
    color: #fff !important;
    transition: all ease-in-out .5s;
}

.circle {
    width: 150px;
    height: 150px;
    background-color: #21376a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.circle img {
    max-width: 55%;
    max-height: 60%;
}

.img-logo{
    width: 300px;
}

/* Para telas maiores que 768px (computadores) */
@media (min-width: 769px) {
    .img-passeios {
        height: 275px;
    }
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    .img-passeios {
        height: 250px;
    }

    .banner .slider {
        height: 360px !important;
    }

    .accrodion-grp .accrodion .accrodion-title h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .img-logo{
        width: 250px !important;
    }
}


/* Estilo para o ícone circular do WhatsApp no desktop */
.whatsapp-icon {
    position: fixed;
    bottom: 32px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s;
}

.whatsapp-icon i {
    font-size: 30px;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}

/* Esconde o retângulo para mobile no desktop */
.whatsapp-bar {
    display: none;
}

/* Estilo para o retângulo do WhatsApp no mobile */
@media (max-width: 767px) {
    .whatsapp-icon {
        display: none;
    }

    .whatsapp-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55px;
        background-color: #25D366;
        color: white;
        align-items: center;
        justify-content: center;
        font-size: 16px !important;
        text-decoration: none;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        font-size: 23px;
    }

    .whatsapp-bar i {
        margin-right: 5px;
        font-size: 20px;
    }

    .footer-copyright {
        padding-bottom: 40px;
    }

    #back-to-top {
        bottom: 75px;
    }
}

.trend-box{
    overflow-x: hidden;
}

/*Inicio Barra de rolagem*/
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, .1);
}

/*Fim Barra de rolagem*/