﻿
.navbar,.navbar.bg-body-tertiary{
    background-color:#D2691E !important;
    box-shadow:0 5px 5px rgba(0,0,0,0.15);
    position:sticky;
    top:0;
    z-index:1100;
    }
.navbar .navbar-brand{
    color:#ffffff;
    font-weight:600;
    font-size:1.2rem;
    transition:color 160ms ease-in-out;
    white-space:nowrap;
    }
.navbar .navbar-brand:hover,.navbar .navbar-brand:focus{
    color:#ffe606;
    text-decoration:none;
    }
.navbar .nav-link{
    color:#ffffff;
    opacity:1;
    transition:color 160ms ease-in-out;
    }
.navbar .nav-link:hover,.navbar .nav-link:focus,.navbar .nav-link.active{
    color:#ffe606;
    }
.navbar-toggler{
    border:none;
    font-size:1.25rem;
    }
.navbar-toggler:focus,.btn-close:focus{
    box-shadow:none;
    outline:none;
    }
.navbar .navbar-collapse{
    flex-grow:1;
    }
.navbar .navbar-nav{
    margin:0 auto;
    width:fit-content;
    }
@media (max-width:991px){
    .navbar .navbar-brand{
    font-size:1.1rem;
    }
.navbar .navbar-nav{
    text-align:center;
    margin-top:1rem;
    }
}
.carousel-item{
    height:30rem;
    background:#0e0d0d;
    color:white;
    position:relative;
    }
@media (max-width:768px){
    .carousel-item{
    height:25rem;
    }
}
@media (max-width:480px){
    .carousel-item{
    height:18rem;
    }
}
.carousel-indicators [data-bs-target]{
    border-radius:100%;
    width:10px;
    height:10px;
    }
.carousel-background{
    display:none;
    }
.carousel-image-container{
    display:none;
    }
.carousel-main-image{
    display:none;
    }
.overlay-image{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    background-position:center;
    background-size:cover;
    opacity:1;
    }
@media (min-width:1400px){
    .overlay-image{
    display:none;
    }
.carousel-background{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    filter:blur(8px);
    opacity:0.7;
    z-index:1;
    }
.carousel-image-container{
    display:flex;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    align-items:center;
    justify-content:center;
    padding:0 15%;
    z-index:2;
    pointer-events:none;
    }
.carousel-main-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    box-shadow:0 8px 32px rgba(0,0,0,0.3);
    pointer-events:none;
    }
.carousel-control-prev,.carousel-control-next{
    z-index:10;
    }
.carousel-indicators{
    z-index:10;
    }
}
.carousel-caption{
    z-index:10;
    bottom:1rem;
    left:15%;
    right:15%;
    padding:1.25rem;
    text-align:center;
    }
.carousel-caption h5{
    font-size:1.5rem;
    font-weight:bold;
    margin-bottom:0.5rem;
    color:#fff;
    text-shadow:2px 2px 4px rgba(0,0,0,0.7);
    }
.carousel-caption p{
    font-size:1rem;
    margin-bottom:1rem;
    color:#fff;
    text-shadow:1px 1px 2px rgba(0,0,0,0.7);
    }
.carousel-caption .btn{
    margin:0.25rem;
    font-size:0.9rem;
    padding:0.5rem 1rem;
    background-color:#D2691E !important;
    color:white !important;
    border:2px solid #D2691E !important;
    text-decoration:none;
    font-weight:500;
    transition:all 0.3s ease;
    }
.carousel-caption .btn:hover{
    background-color:#D2691E !important;
    color:#ffe606 !important;
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(210,105,30,0.3);
    }
@media (max-width:768px){
    .carousel-caption{
    bottom:0.5rem;
    left:5%;
    right:5%;
    padding:0.75rem;
    }
.carousel-caption h5{
    font-size:1.1rem;
    margin-bottom:0.25rem;
    }
.carousel-caption p{
    font-size:0.85rem;
    margin-bottom:0.5rem;
    }
.carousel-caption .btn{
    font-size:0.75rem;
    padding:0.4rem 0.8rem;
    margin:0.15rem;
    display:block;
    width:100%;
    margin-bottom:0.3rem;
    background-color:#D2691E !important;
    color:white !important;
    border:2px solid #D2691E !important;
    text-decoration:none;
    font-weight:500;
    transition:all 0.3s ease;
    }
.carousel-caption .btn:hover{
    background-color:#D2691E !important;
    color:#ffe606 !important;
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(210,105,30,0.3);
    }
.carousel-caption .btn:last-child{
    margin-bottom:0;
    }
}
@media (max-width:480px){
    .carousel-caption{
    bottom:0.25rem;
    left:2%;
    right:2%;
    padding:0.5rem;
    }
.carousel-caption h5{
    font-size:0.95rem;
    }
.carousel-caption p{
    font-size:0.75rem;
    }
.carousel-caption .btn{
    font-size:0.7rem;
    padding:0.35rem 0.6rem;
    background-color:#D2691E !important;
    color:white !important;
    border:2px solid #D2691E !important;
    text-decoration:none;
    font-weight:500;
    transition:all 0.3s ease;
    }
.carousel-caption .btn:hover{
    background-color:#D2691E !important;
    color:#ffe606 !important;
    text-decoration:none;
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(210,105,30,0.3);
    }
}
.principais_viajens,.cards_nacionais{
    padding:3rem 0;
    }
@media (max-width:768px){
    .principais_viajens,.cards_nacionais{
    padding:2rem 0;
    }
}
.titulo{
    text-align:center;
    margin:1rem 0;
    }
.titulo h2{
    margin:0 0 1rem 0;
    font-size:2rem;
    font-weight:700;
    color:#222;
    }
@media (min-width:992px){
    .titulo h2{
    margin-bottom:3rem;
    }
}
.badge-lotacao{
    position:absolute;
    top:0.6rem;
    right:0.6rem;
    background:#c62828;
    color:#fff;
    padding:0.35rem 0.6rem;
    font-size:0.9rem;
    font-weight:700;
    border-radius:0.5rem;
    box-shadow:0 3px 6px rgba(0,0,0,0.25);
    z-index:20;
    display:inline-block;
    line-height:1;
    }
.badge-vagas{
    position:absolute;
    top:0.6rem;
    right:0.6rem;
    background:chocolate;
    color:#ffffff;
    padding:0.35rem 0.6rem;
    font-size:0.9rem;
    font-weight:700;
    border-radius:0.5rem;
    box-shadow:0 3px 6px rgba(0,0,0,0.25);
    z-index:20;
    display:inline-block;
    line-height:1;
    }
@media (max-width:768px){
    .badge-lotacao,.badge-vagas{
    top:0.4rem;
    right:0.4rem;
    padding:0.25rem 0.5rem;
    font-size:0.8rem;
    }
}
@media (min-width:992px){
    .cards-carousel-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    }
.cards-row{
    display:flex;
    gap:1rem;
    overflow:hidden;
    scroll-behavior:smooth;
    padding:0.5rem 1rem;
    touch-action:pan-y;
    }
.card.card-item{
    min-width:25rem;
    width:25rem;
    flex:0 0 auto;
    box-shadow:0 5px 5px rgba(0,0,0,0.15);
    }
.cards-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(210,105,30,0.95);
    color:#fff;
    border:none;
    width:2.6rem;
    height:2.6rem;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:1000;
    }
.cards-nav.prev{
    left:0.5rem;
    }
.cards-nav.next{
    right:0.5rem;
    }
.cards-nav[hidden]{
    display:none;
    }
.desktop-layout .card-body{
    display:grid;
    grid-template-columns:1fr auto;
    gap:0.5rem 0.75rem;
    align-items:center;
    }
.desktop-layout .card-body > .card-title{
    grid-column:1 / -1;
    margin-bottom:0.25rem;
    }
.desktop-layout .card-body > .card-info{
    grid-column:1 / -1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:0 0 0.5rem 0;
    }
.desktop-layout .card-date{
    font-size:1.1rem;
    color:#666;
    }
.desktop-layout .card-price{
    font-size:1.1rem;
    font-weight:400;
    }
.desktop-layout .card-body > .card-text{
    grid-column:1 / -1;
    margin:0 0 0.5rem 0;
    }
.desktop-layout .card-body > .btn:first-of-type{
    grid-column:1;
    justify-self:start;
    }
.desktop-layout .card-body > .btn:last-of-type{
    grid-column:2;
    justify-self:end;
    }
}
.btn-mod.btn-circle{
    border-radius:30px;
    }
.btn-mod.btn-border{
    color:#D2691E;
    border:2px solid #D2691E;
    background:transparent;
    }
.btn-mod.btn-border.lista-espera{
    color:#000000;
    border:2px solid #000000;
    background:transparent;
    }
.btn-mod,a.btn-mod{
    box-sizing:border-box;
    padding:4px 13px;
    border:2px solid transparent;
    font-size:11px;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:2px;
    border-radius:0;
    box-shadow:none;
    transition:all 0.2s cubic-bezier(0.000,0.000,0.580,1.000);
    }
.btn-mod.btn-border:hover,.btn-mod.btn-border:focus{
    color:#ffe606;
    border-color:transparent;
    background:#D2691E;
    }
.btn-mod.btn-border.lista-espera:hover,.btn-mod.btn-border.lista-espera:focus{
    color:white;
    border-color:transparent;
    background:black;
    }
.card-img-carousel{
    position:relative;
    overflow:hidden;
    }
.card-img-carousel .carousel-images{
    display:flex;
    transition:transform 0.5s ease-in-out;
    }
.card-img-carousel .carousel-images img{
    width:100%;
    height:200px;
    object-fit:cover;
    flex:0 0 100%;
    }
.card-img-carousel .carousel-dots{
    position:absolute;
    bottom:0.5rem;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:0.35rem;
    z-index:10;
    }
.card-img-carousel .carousel-dots .dot{
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(255,255,255,0.5);
    cursor:pointer;
    transition:all 0.3s ease;
    }
.card-img-carousel .carousel-dots .dot.active{
    background:rgba(255,255,255,0.95);
    width:8px;
    height:8px;
    }
.card-img-carousel .carousel-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.5);
    color:#fff;
    border:none;
    width:1.8rem;
    height:1.8rem;
    border-radius:50%;
    display:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:15;
    font-size:0.8rem;
    transition:background 0.2s ease;
    }
.card-img-carousel .carousel-nav:hover{
    background:rgba(0,0,0,0.8);
    }
.card-img-carousel .carousel-nav.prev{
    left:0.5rem;
    }
.card-img-carousel .carousel-nav.next{
    right:0.5rem;
    }
.card-img-carousel:hover .carousel-nav{
    display:flex;
    }
@media (max-width:768px){
    .card-img-carousel .carousel-images img{
    height:180px;
    }
}
@media (max-width:480px){
    .card-img-carousel .carousel-images img{
    height:160px;
    }
}
.card-img-top{
    height:200px;
    object-fit:cover;
    }
@media (max-width:768px){
    .card-img-top{
    height:180px;
    }
}
@media (max-width:480px){
    .card-img-top{
    height:160px;
    }
}
@media (max-width:991px){
    .desktop-layout{
    display:none !important;
    }
.mobile-layout{
    display:block !important;
    }
.mobile-layout .card-info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:0.5rem 0;
    }
.mobile-layout .card-date{
    font-size:1rem;
    color:#666;
    }
.mobile-layout .card-price{
    font-size:1rem;
    font-weight:bold;
    }
.mobile-layout .btn-mod{
    padding:8px 16px;
    font-size:12px;
    line-height:1.2;
    min-height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    }
.mobile-layout .d-flex.gap-2{
    gap:0.75rem !important;
    }
}
@media (min-width:992px){
    .mobile-layout{
    display:none !important;
    }
.desktop-layout{
    display:block !important;
    }
}
.whatsapp-button{
    position:fixed;
    background-color:#25d366;
    border-radius:50px;
    color:white;
    font-weight:700;
    font-size:30px;
    bottom:70px;
    right:20px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    z-index:1000;
    box-shadow:0 0 20px rgba(0,0,0,0.15);
    transition:all 0.3s ease;
    }
.whatsapp-button::before{
    content:"";
    position:absolute;
    z-index:-1;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    display:block;
    width:60px;
    height:60px;
    background-color:#25d366;
    border-radius:50%;
    -webkit-animation:pulse-border 1500ms ease-out infinite;
    animation:pulse-border 1500ms ease-out infinite;
    }
.whatsapp-button:focus{
    border:none;
    outline:none;
    }
.whatsapp-button:hover{
    background-color:#00ff62;
    text-decoration:none;
    color:white;
    transform:scale(1.1);
    }
@keyframes pulse-border{
    0%{
    transform:translateX(-50%) translateY(-50%) scale(1);
    opacity:1;
    }
100%{
    transform:translateX(-50%) translateY(-50%) scale(1.5);
    opacity:0;
    }
}
.site-footer{
    margin-top:5rem;
    background:chocolate;
    color:#eee;
    padding:2rem 0 1rem 0;
    }
@media (max-width:768px){
    .site-footer{
    margin-top:3rem;
    }
}
.site-footer .footer-inner{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:1rem;
    align-items:center;
    padding:1rem 0;
    }
@media (max-width:768px){
    .site-footer .footer-inner{
    grid-template-columns:1fr;
    text-align:center;
    }
}
.footer-logo{
    max-width:140px;
    height:auto;
    }
.footer-nav .footer-menu{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    gap:1rem;
    justify-content:center;
    }
.footer-nav .footer-menu a{
    color:#eee;
    text-decoration:none;
    opacity:0.9;
    transition:all 0.2s ease;
    }
.footer-nav .footer-menu a:hover{
    color:#f8e801;
    opacity:1;
    }
.footer-socials{
    display:flex;
    gap:0.75rem;
    justify-content:flex-end;
    }
@media (max-width:768px){
    .footer-socials{
    justify-content:center;
    }
}
.footer-socials .social{
    color:#eee;
    background:rgba(255,255,255,0.06);
    width:36px;
    height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    transition:all 0.2s ease;
    }
.footer-socials .social:hover{
    background:#fff;
    color:#000;
    }
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.04);
    padding:0.75rem 0;
    margin-top:1rem;
    color:rgba(255,255,255,0.6);
    font-size:0.9rem;
    }
@media (max-width:768px){
    body{
    overflow-x:hidden;
    }
}

/* Otimizações de Performance */
img {
    content-visibility: auto;
}

.card-img-carousel img {
    will-change: transform;
}

.carousel-images img:not(:first-child) {
    content-visibility: auto;
}

/* Botão Voltar ao Topo */
.back-to-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    background-color: #D2691E;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #A0522D;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

.back-to-top:active {
    transform: translateY(-1px);
}

@media (min-width: 769px) {
    .back-to-top {
        display: none;
    }
}
