#hero-category {
    padding: 15px 0;
    background: #000b3d;
}
#hero-category h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.5%;
    text-align: left;
    margin: 0;
}




/* Breadcrumbs */
#breadcrumbs {
    padding: 20px 0;
}
#breadcrumbs .breadcrumb .breadcrumb-item {
    color: #000b3d;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.5%;
    text-align: left;
}
#breadcrumbs .breadcrumb .breadcrumb-item a {
    display: block;
    width: fit-content;
    color: #000b3d;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.5%;
    text-align: left;
    text-decoration: none;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#breadcrumbs .breadcrumb .breadcrumb-item a:hover {
    color: #ff0000;
}
#breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}
#breadcrumbs .breadcrumb .breadcrumb-item:first-of-type+.breadcrumb-item::before {
    content: unset;
}



#detalhe .pacote-galeria {
    position: sticky;
    top: 85px;
    left: 0;
    width: 100%;
    height: fit-content;
}
#detalhe .swiperGaleria {
    border-radius: 30px;
    overflow: hidden;
}
#detalhe .swiperGaleria .image {
    position: relative;
    display: block;
    width: 100%;

    border-radius: 30px;
    background: rgba(217, 217, 217, 1),;
    overflow: hidden;
}
#detalhe .swiperGaleria .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 66.2338%;
}
#detalhe .swiperGaleria .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #F2F2F2;

    -o-object-fit: cover;
    object-fit: cover;
}
#detalhe .swiperGaleriaThumbnail {
    margin-top: 15px;
    border-radius: 30px;
    overflow: hidden;
    padding: 3px;
}
#detalhe .swiperGaleriaThumbnail .image {
    cursor: pointer;

    position: relative;
    display: block;
    width: 100%;
    
    background: rgba(217, 217, 217, 1),;    
    border-radius: 20px;
    overflow: hidden;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#detalhe .swiperGaleriaThumbnail .swiper-slide {
    border: 2px solid #fff;
    border-radius: 22.5px;
}
#detalhe .swiperGaleriaThumbnail .swiper-slide.swiper-slide-thumb-active {
    border-color: #ff0000;
}
#detalhe .swiperGaleriaThumbnail .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 66.2338%;
}
#detalhe .swiperGaleriaThumbnail .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    -o-object-fit: cover;
    object-fit: cover;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#detalhe .swiperGaleriaThumbnail .swiper-slide.swiper-slide-thumb-active img,
#detalhe .swiperGaleriaThumbnail .swiper-slide:hover img {
    transform: scale(1.1) rotate(-2deg);
}
#detalhe .detalhe-content {
    position: sticky;
    top: 85px;
    left: 0;
    width: 100%;
    height: fit-content;
}
#detalhe .detalhe-content .local {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
}
#detalhe .detalhe-content .local svg {
    display: block;
    fill: none;
    stroke: #000b3d;
    width: 19px;
    height: 19px;
}
#detalhe .detalhe-content .local span {
    color: #000b3d;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.5%;
    text-align: left;
    margin: 0;
}
#detalhe .detalhe-content .data {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px 0;
}
#detalhe .detalhe-content .data svg {
    display: block;
    fill: #000b3d;
    width: 22px;
    height: 22px;
}
#detalhe .detalhe-content .data p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.44px;
    letter-spacing: 0%;
    text-align: left;
    margin: 0;
}
#detalhe .detalhe-content .titulo {
    color: #000b3d;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.5%;
    text-align: left;
    margin: 0 0 40px 0;
}
#detalhe .detalhe-content .descricao-resumida * {
    color: #000b3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}
#detalhe .detalhe-content .acoes {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 75px;
}
#detalhe .detalhe-content .acoes .botao {
    padding-left: 30px;
    padding-right: 30px;
}
#detalhe .detalhe-content .acoes .botao span {
    display: flex;
    align-items: center;
    gap: 15px;
}
#detalhe .detalhe-content .acoes .botao .icon svg {
    display: block;
    fill: #fff;
    width: 20px;
    height: 20px;
}
#detalhe .detalhe-content .acoes .botao.--stroke-azul-azul .icon svg {
    display: block;
    fill: #000b3d;
    width: 20px;
    height: 20px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#detalhe .detalhe-content .acoes .botao.--stroke-azul-azul:hover .icon svg {
    fill: #fff;
}

#detalhe .roteiro-pacote {
    color: #000b3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;

    margin: 75px 0 0 0;
}
#detalhe .roteiro-pacote .titulo {
    color: #000b3d;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0 0 20px 0;
}
#detalhe .roteiro-pacote .roteiro,
#detalhe .roteiro-pacote .roteiro * {
    color: #000b3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
}




/* Responsivo Mobile */
@media (max-width: 992px) {
    #detalhe .detalhe-content {
        margin-top: 20px;
    }
    #detalhe .detalhe-content .titulo {
        font-size: 24px;
        line-height: normal;
        margin: 0 0 20px 0;
    }
    #detalhe .detalhe-content .acoes {
        flex-wrap: wrap;
        margin: 30px 0 0 0;
    }
    #detalhe .detalhe-content .acoes .botao {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #detalhe .roteiro-pacote .titulo {
        font-size: 24px;
    }
}