* {
    margin: 0;
    padding: 0;
}

html {scroll-behavior: smooth;}

body {
    /* font-family: 'vogueplain', sans-serif; */
    overflow-x: hidden;
    font-family: 'bahnschriftregular', 'vogueplain', sans-serif;
    font-size: 16px;
}

:focus {
    outline: none;
}

.container {
    max-width: 1250px;
}

.btn.focus, 
.btn:focus,
input:focus,
textarea:focus {
    box-shadow: 0 0 0 0.2rem rgb(3, 167, 224)
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

.c111 { color: #111;}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slick-banners-topo .slick-track{ display: flex !important;}
.slick-banners-topo .slick-slide{ height: inherit !important;}

:is(.bg-banner-topo) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.no-outline-anywhere {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* SIDEBAR */

.sidenav {
    position: absolute;
    max-width: 0px;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 110;
    overflow: hidden;
    background-color: #fff !important;
    transition: all .2s ease;
}

.sidenav .links a {
    transition: ease 0.3s;
}

.sidenav .links a:hover {
    color: #FFF !important;
}

.sidenav.open {
    max-width: 1000px;
}

.bg-opacity {
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    opacity: 0;
    display: none;
    z-index: 100;
}

.bg-opacity.active {
    display: block;
    opacity: 1;
}

.top-0 { top: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}
.bottom-0 {bottom: 0;}

.z-index-1 {z-index: 1;}
.z-index-2 {z-index: 2;}
.z-index-3 {z-index: 3;}
.z-index-4 {z-index: 4;}
.z-index-5 {z-index: 5;}
.z-index-10 {z-index: 10;}


.btn-toggle-idiomas::after {
    content: none !important;
}

.container-idiomas .dropdown-menu {
    min-width: auto;
}
.container-idiomas .btn.dropdown-toggle::after {
    content: none !important;
}
.container-idiomas .dropdown-menu.show {
    transform: translate3d(-50%, 31px, 0px) !important;
    left: 50% !important;
}


.card-parceiro {
    width: 200px;
    height: 100px;
    /* border: 1px solid #DDD; */
}
.card-parceiro:hover {
    box-shadow: 0 0 0 0.2rem rgb(3, 167, 224, 0.3);
}

.card-parceiro img {
    max-width: 180px;
}

.btn-slick-prev-slide, 
.btn-slick-next-slide {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFF;
    color: #D0D0D0;
    border: 1px solid #E4E4E4;
}
.btn-slick-prev-slide:hover, 
.btn-slick-next-slide:hover {
    background-color: rgb(3, 167, 224);
    color: #FFF;
}
.btn-slick-prev-slide.slick-disabled,
.btn-slick-prev-slide[aria-disabled="true"], 
.btn-slick-next-slide.slick-disabled,
.btn-slick-next-slide[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.2;
}



/***** WHATSAPP BUTTON ******/
#robbu-whatsapp-button {
    position: fixed;
    display: flex;
    z-index: 800;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, .2);
    transition: .4s;
    align-items: center;
    justify-content: center;
    right: 25px;
}
#robbu-whatsapp-button>img {
    display: block;
    width: 34px;
    height: 34px
}
#robbu-whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, .4)
}

/* input[type="date"] {
    appearance: auto !important;
}

input[type="date"]:before {
    display: block;
    position: absolute;
    inset: 0;
    content: "dd/mm/yyyy";
    width: 100%;
    height: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem;
    color: #495057;
    background-color: white;
    border: 1px solid #ced4da;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    display: none;
    content: "";
} */


.sublime {
    display: inline;
    position: relative;
}

.sublime::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 5px;
    background-color: #111;
    border-radius: 3px;
    z-index: 1;
    top: 115%;
    left: 0;
    transition: width 0.35s;
}

.sublime-active:hover .sublime::after {
    width: 100%;
}

.btn-sobre-nos, 
.btn-nossos-servicos {
    background-color: #111;
    color: #FFF;
    border-radius: 8px;
    transition: filter 0.15s;
}

.btn-sobre-nos:hover, 
.btn-nossos-servicos:hover {
    background-color: #03A7E0;
}
.btn-sobre-nos:hover img, 
.btn-nossos-servicos:hover img {
    filter: brightness(0) invert(1);
}

.card-frota {
    width: 100%;
    max-width: 390px;
}

.card-frota .thumb {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s;
}

.zoom {
    transform: scale3d(1.05, 1.05, 1.05);
}
.zoom:hover {
    transform: scale3d(1, 1, 1);
}

.btn-link-whatsapp {
    background-color: #23B180;
}
.btn-link-whatsapp:hover {
    background-color: #1E966C;
}

.whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 34px;
    min-width: 34px;
    
    max-height: 34px;
    min-height: 34px;
    
    border-radius: 50%;
    background-color: #1A815E;
    border: 4px solid #1E966C;
}

.card-passeio {
    width: 100%;
    max-width: 220px;
}

.card-passeio .thumb {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s;
}

.card-passeio .container-thumb::before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    inset: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.card-passeio:hover .container-thumb::before {
    opacity: 1;
}

.card-depoimento {
    max-width: 300px;
    background-color: #F1FAFF;
    border-radius: 12px;
    color: initial;
    transition: background-color 0.3s, color 0.3s;
}

.card-depoimento:hover {
    color: #FFF;
    background-color: #31B3F1;
}

.card-depoimento .depoimento::before {
    position: absolute;
    content: '"';
    top: 0;
    left: 0;
}
.card-depoimento .depoimento::after {
    position: absolute;
    content: '"';
    bottom: 0;
    right: 0;
}

/* @media screen and (max-width: 992px) {
    
} */

/* @media screen and (max-width: 768px) {
    .container-logo img{ width: 120px !important;}
    .quem-somos .img {
        left: unset;
    }
} */

@media screen and (min-width: 1200px) {
    /* .card-frota .thumb {
        height: 180px;
    } */
}

@media screen and (max-width: 768px) {
    .marques-logo {
        width: 180px;
    }
}