* {
    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;
}

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

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

.slider-button .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

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

.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: #ff961a;
    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: 200px;
}

.img-top-destinos-vertical {
    height: 588px;
}

.img-top-destinos-horizontal {
    height: 283px;
}

.img-top-destinos-small {
    height: 278px;
}

.img-galeria-large {
    height: 440px;
}

.img-galeria-small {
    height: 84px;
}

 .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
        font-size: 50px;
    }

/* 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: 220px !important;
    }

    .img-mobile {
        height: 250px;
    }

    .nir-btn,
    .nir-btn-black {
        font-size: 12px;
    }

    .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
        font-size: 24px;
    }
}

@media (max-width: 639px) {
    .color-overlay {
        height: 100%;
        opacity: 0;
        background: #000;
    }
}


/* 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;
    }
}

/* Inicio comentario */
.author-infoo {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.author-image {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.author-details {
    flex-grow: 1 !important;
    text-align: left !important;
}

.author-details h5 {
    margin-bottom: 8px !important;
    font-size: 1.1rem !important;
}

.rating {
    display: flex !important;
    gap: 2px !important;
}

.details {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.details p {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 140px;
    margin: 0;
    padding-right: 8px;
    line-height: 1.5;
    text-align: left !important;
}

.rating span {
    font-size: 11px;
}

/* Fim comentario */

.h2-title {
    font-size: 35px;
}

.description ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 1em 0;
}

.description ul li {
    margin-bottom: 0.5em;
    display: list-item;
}

/* esconde rolagem lateral */
.testimonial-in {
    overflow-x: hidden;
}

/* .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
    font-size: 50px;
  } */

/*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*/