@font-face {
    font-family: 'Magistral-Book';
    src: url('../fonts/Magistral-Book.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-Medium';
    src: url('../fonts/Magistral-Medium.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-Bold';
    src: url('../fonts/Magistral-Bold.ttf') format('truetype')/* Safari, Android, iOS */
}

@font-face {
    font-family: 'Magistral-ExtraBoldItalic';
    src: url('../fonts/Magistral-ExtraBoldItalic.ttf') format('truetype')/* Safari, Android, iOS */
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    /* background-color: #2d2d2d; */
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
}

html, body {
    overflow-x: inherit;
}
body {
    position: relative
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}

.top-bar {
    background-color: #ff1300;
    padding: 10px 0; 
}

.contato-top-bar {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.contato-top-bar li {
    list-style: none;
    padding-right: 25px;
}

.contato-top-bar li i {
    font-size: 20px;
    padding-right: 10px;
}

.header {
    background-color: #000;
    /* padding: 15px 0; */
}

#menu-principal span {
    font-family: 'Magistral-Bold';
    font-size: 18px;
}

#menu-principal span:hover {
    font-family: 'Magistral-Medium';
    color: #a11216;
    font-weight: 900;
}

.footer {
    padding: 50px 0;
}

.contato-footer-bar {
    display: flex;
    flex-direction: row;
    float: right;
    padding: 0;
    margin: 0;
}
.contato-footer-bar  li {
    list-style: none;
    padding-right: 25px;
}
.contato-footer-bar li i {
    font-size: 20px;
    padding-right: 10px;
}

.conteudo-geral {
    padding: 40px 0;
}

.nav-search {
    background-color: #e2e2e2;
    color: #000;
    padding: 15px 10px;
}
.nav-search p {
    margin: 0;
}

.conteudo-fast-pro {
    background-color: #000;
    padding: 50px 0; 
}

.destaque-tury p {
    margin: 40px 0 0;
}

.destaque-tury a {
    background-color: #ff0000;
    padding: 15px 70px;
    border-radius: 15px;
    font-size: 20px;
}

.bar-footer {
    background-color: #000;
    height: 50px;
}
.tit-search {
    padding-top: 10px;
}
.nav-search i {
    font-size: 20px;
    padding-right: 15px;
}
.select-search {
    background-color: #ffffff;
    padding: 10px 30px 10px 10px;
    border: 0;
    border-radius: 0;
    margin-right: 40px;
}

.result-search {
    background-color: #e2e2e2;
    border: 2px solid #FFF;
    color: #000;    
    position: relative;
    height: 55px;
    margin-bottom: 40px;
}
.result-search span {
    position: absolute;
    top: 0px;
    left:0px;
    background-color: #000;
    color: #FFF;
    font-size: 25px;
    height: 50px;
    padding: 8px 15px;
}

.result-search p {
    margin: 0;
    padding-top: 10px;
    padding-left: 50px;
    font-size: 20px;
}

.section-conteudo {
    padding: 0 20px;
}
.item {
    background-color: #e2e2e2;   
    margin-bottom: 40px; 
}

.item h2 {
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 600;
}

.conteudo-item {
    padding: 20px;
    color: #000;
    font-size: 14px;
}

.thumb-image {
    text-align: center;
}

.thumb-image img {
    width:100%;
    height:auto;
}

.conteudo-item h3 {
    color: #ff1300;
    padding-bottom: 10px;
    border-bottom: 2px solid #c5c5c5;
    font-size: 18px;
}

.conteudo-item  p {
    padding: 10px 0 0;
}

.error-search {
    text-align: center;
    color: #ff1300;
    font-size: 14px;
    padding: 10px 0 0;
}

.content_search a {
    text-decoration: none;
}

.not-result {
    padding: 80px 0;
}

.btn-search-action {
    border: 0;
    background-color: #ff1300;
    border-radius: 20px;
    padding: 0 50px 0 30px;
    color: #FFF;
    height: 39px;
    position: relative;
}

.btn-search-action::after {
    content: '';
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 8px;
    right: 20px;
}

.btn-search-action-prodt {
    border: 0;
    background-color: #ff1300;
    border-radius: 20px;
    padding: 0 50px 0 30px;
    color: #FFF;
    height: 39px;
    position: relative;
}

.btn-search-action-prodt::after {
    content: '';
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 8px;
    right: 20px;
}

.btn-to-home {
    border: 0;
    background-color: #ff1300;
    border-radius: 20px;
    padding: 0 30px;
    color: #FFF;
    height: 39px;
    position: relative;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible {
    outline: 2px solid #ff1300;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

.section-produto {
    padding: 0px 0 80px;
}

.slide-produto {
    width: 100%;
    position: relative;
    margin-bottom: 120px !important;
    background-color: #fff;
}
.slide-produto img {
    width: 100%;
    height: auto;
}

.arrow-slide {
    position: absolute;
    top:210px;
    z-index: 999;
}

.btn-prev-galeria {
    position: absolute;
    left: 20px;
}

.btn-next-galeria {
    position: absolute;
    right: 20px;
}

.btn-prev-galeria,
.btn-next-galeria {
    background-color: transparent;
    border: 0;
}

.btn-prev-galeria i,
.btn-next-galeria i {
    color: #ff1300;
}

.slide-produto .slick-dots {
    position: absolute;
}

.sectionTitle {
    padding: 0;
    margin: 0;
}

.sectionTitle h4 {
    background-color: #FFF;
    color: #000;
    padding: 10px 15px;
    font-size: 25px;
    margin-bottom: 40px;
}

.conteudo-produto {
    padding: 0 60px 60px 0;
}

.content-produto {
    color: #000;
    padding: 10px 30px;
}

.conteudo-produto a {
    color: #ff0000;
}

.detalhe-tury {
    padding: 40px 0 20px;
}

.detalhe-tury h4 {
    font-size: 20px;
}

.download-tury {
    padding: 0 0 40px 0;
}

.btn-tury {
    padding: 15px 30px;
    background-color: #ff0000;
    color: #FFF;
    text-align: center;
    margin: 20px 0;
    display: block;
    text-transform: uppercase;
}

.dealer-locator {
    padding: 60px 0;
}

.dealer-locator h2 {
    color: #FFF;
    padding: 15px 0;
    font-size: 24px;
}

.maps-onde iframe {
    width: 100%;
}

/* Mobile */
@media only screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
    }
    body {
        position: relative
    }
    .slide-produto {
        width: 100%;
        position: relative;
        margin-bottom: 30px !important;
    }
    .contato-top-bar {
        display: block;
        margin: 0;
        padding: 0;
        row-gap: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        font-size: 13px;
    }
    .contato-top-bar li {
        list-style: none;
        padding-right: 25px;
        padding-bottom: 10px;
        text-align: center;
    }
    .nav-search i {        
        display: none;
    }
    .select-search {
        width: 100%;
        margin: 10px 0;
    }
    .result-search {
        width: 90%;
    }
    .destaque-tury {
        margin-bottom: 50px;
    }
    .footer {
        padding: 50px 0;
        text-align: center;
    }
    .contato-footer-bar {
        display: flex;
        flex-direction: column;
        float: right;
        padding: 0;
        margin: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .contato-footer-bar li {
        list-style: none;
        padding-right: 25px;
        margin: 5px;
    }
    .conteudo-produto {
        padding:80px 0px 60px 0;
    }
    
}

/* Mobile improvements */
@media only screen and (max-width: 880px) {
    .header-fixed {
        display: block !important;
        width: 100%;
        z-index: 2000;
    }

    .header-fixed .header {
        display: block !important;
        background: #272829;
        min-height: 70px;
    }

    .menu-desktop {
        display: none !important;
    }

    .menu-mobile {
        display: block !important;
    }

    .menu-mobile.navbar {
        min-height: 70px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    img,
    iframe,
    video {
        max-width: 100%;
        height: auto;
    }

    .header-fixed .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .menu-mobile .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0;
    }

    .menu-mobile .logo .custom-logo-link,
    .menu-mobile .logo .mobile-header-logo {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }

    .menu-mobile .logo .custom-logo,
    .menu-mobile .logo .mobile-header-logo {
        width: auto;
        max-height: 42px;
        margin: 0;
    }

    .menu-mobile .navbar-toggler {
        margin-top: 0;
        position: static;
        right: auto;
        top: auto;
    }

    .menu-mobile .navbar-collapse {
        margin-top: 8px;
        background-color: #272829;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 8px 0 12px;
    }

    .menu-mobile .navbar-collapse:not(.show) {
        display: none;
    }

    .menu-mobile .navbar-collapse.show {
        display: block;
    }

    .menu-mobile .navbar-nav .menu-item {
        padding: 0 14px;
    }

    .menu-mobile .navbar-nav .menu-item > a {
        display: block;
        padding: 12px 0;
        min-height: 44px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu-mobile .navbar-nav .menu-item:last-child > a {
        border-bottom: 0;
    }

    .menu-mobile .dropdown-menu {
        position: static;
        left: auto;
        float: none;
        display: block;
        width: 100%;
        min-width: 100%;
        border: 0;
        border-radius: 0;
        background: #1f2021;
        padding: 0;
    }

    .menu-mobile .dropdown-item {
        padding: 12px 16px;
        min-height: 44px;
        white-space: normal;
    }

    .nav-search .d-flex {
        flex-direction: column;
        align-items: stretch !important;
        row-gap: 10px;
    }

    .nav-search .row > [class*="col-"] {
        margin-bottom: 10px;
    }

    .result-search {
        width: 100%;
        height: auto;
        min-height: 55px;
    }

    .result-search span {
        position: static;
        display: inline-block;
        height: auto;
        padding: 8px 12px;
    }

    .result-search p {
        padding: 10px 12px;
        font-size: 16px;
    }

    .btn-search-action,
    .btn-search-action-prodt,
    .btn-to-home {
        width: 100%;
        min-height: 44px;
        padding-left: 20px;
        padding-right: 46px;
        text-align: left;
    }

    .select-search {
        min-height: 44px;
        margin-right: 0;
        font-size: 16px;
    }

    .conteudo-geral {
        padding: 20px 0;
    }

    .conteudo-produto {
        padding: 30px 0 40px;
    }

    .sectionTitle h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .dealer-locator {
        padding: 35px 0;
    }

    .text-mapas,
    .conteudo-item p,
    .content-produto p {
        line-height: 1.55;
    }
}