/* Start Defaults */
.vh-100 {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

/* Top main menu */

.tmm-atached {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
}
#top-main-menu {
    position: relative;
    z-index: 1040;
}

/* Top main menu */

.offcanvas-xl.show {
    background-color: rgba(var(--bs-primary-rgb), 1) !important;
    transition: 0.2s ease all;
}

#bottonBox {
    bottom: -100%;
    transition: all ease 0.5s;
    z-index: 1060;
}

#bottonBox.button-top-show {
    bottom: calc(max(16px, 1vh)) !important;
    transition: all ease 0.5s;
}


/* End Defaults */

.bg-element-white {
    background-image: url(img/elemento-perguntar-branco.png);
    background-size: cover;
}

.bg-element-primary {
    background-image: url(img/elemento-perguntar-roxo.png);
    background-size: cover;
}

.bg-element-secondary {
    background-image: url(img/elemento-perguntar-laranja.png);
    background-size: cover;
}

.hero-imgs {
    width: 100%;
}

@media (min-width: 992px) {
    .hero-imgs {
        width: 30vw;
    }
}

.cor-verde {
    background-color: #f1d3f3;
}

.bg-gradient-deepblue {
    background: #102a83;
    background: radial-gradient(circle, rgba(0, 54, 176, 1) 0%, rgba(0, 29, 93, 1) 50%);
}

.slick-prev:before,
.slick-next:before {
    color: #102a83;
}

/* Start Slick */
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/* Arrows */
.slick-prev {
    left: 1rem;
    right: auto;
}

.slick-next {
    left: auto;
    right: 1rem;
}

/* End Slick */

/* Funciona pro drawer  */
.btn-close-drawer {
    width: 4rem;
    height: 0.5rem;
    padding: 0;
}

/* somente para nvx */


.hero-imgs {
    background-image: url(img/imagem-hero-banner-bg.webp);
    background-size: cover;
    background-position: center top;
}


@media (min-width: 992px) {
    .hero-imgs {
        background-image: none;
    }

    .bg-room-hero {
        background-image: url(img/imagem-hero-banner-bg.webp);
        background-size: 100vw auto;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}

.client-nvx-logo {
    height: 1.2rem;
    filter: grayscale(1);
    opacity: 0.5;
}

@media (min-width: 992px) {
    .client-nvx-logo {
        height: 2rem;
    }
}


/* banner particulas */
#gero-connections {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mega-shadow-white::before {
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 1000rem;
    z-index: -1;
    position: absolute;
    background-color: white;
    filter: blur(40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}