.input-search-group {
    display: flex;
}
.input-group-text {
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
.d-steam-card-wrapper {
flex-basis: 25%;
}
}

@media only screen and (max-width: 1200px) {
.d-steam-card-wrapper {
flex-basis: 20%;
}
}

.d-steam-card-wrapper {
max-width: 300px;
margin: 0;
flex: 0 1 16.66%;
padding: 0.6rem;
}

.img-fluid {
max-width: 100%;
height: auto;
}
img,
svg {
vertical-align: middle;
}
/* .page__content{
max-width:calc(100%);
width: 100%;

} */
.page__content {
max-width: calc(100% - 25px - 12px);
width: 100%;
margin-left: 100px; 
}
@media screen and (max-width: 960px) {
.page__content {
max-width: 100%;
margin-left: 0;
padding-right: 5px;
padding-left:0px;

}
}

.page__content2 {
max-width: calc(100% - 25px - 12px);
width: 100%;
margin-left: 100px;
padding-right:5px;

}

@media screen and (max-width: 960px) {
.page__content2 {
max-width: 100%;
margin-left: 0;
padding-right: 5px;
padding-left:0px;

}
}



.splide__list {
backface-visibility: hidden;
display: -ms-flexbox;
display: flex;
height: 100%;

margin: 0 !important;
padding: 0 !important;

}

.splide__slide2 img {
width: 100%;
height: auto;
margin-bottom: 30px;
object-fit: cover;
border-radius: 15px;
}



@media (min-width: 768px) {
.md\:w-4\/6 {
width: 88.666667%;
}
}

/*.p-4 {*/
/*    padding: 5px;*/
/*}*/

.mx-auto {
margin-left: auto;
margin-right: auto;
}

@media (min-width: 768px) {
.md\:min-h-\[150px\] {
min-height: 150px;
}
}
.carousel {
position: relative;
text-align: center;
box-sizing: border-box;
touch-action: pan-y;
overscroll-behavior: none;
}
.carousel__viewport {
overflow: hidden;
}
.carousel * {
box-sizing: border-box;
}
.carousel__track {
display: flex;
padding: 0 !important;
position: relative;
}

.carousel * {
box-sizing: border-box;
}
ol, ul, menu {
list-style: none;
margin: 0;
padding: 0;
}
.carousel__slide {
scroll-snap-stop: auto;
flex-shrink: 0;
margin: 0;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.carousel * {
box-sizing: border-box;
}
@media (min-width: 768px) {
.md\:min-h-\[150px\] {
min-height: 150px;
}
}

.w-full {
width: 100% !important;
}
.rounded {
border-radius: .25rem;
}
.w-full {
width: 100%;
}
.min-h-\[60px\] {
min-height: 60px;
}
.mr-4 {
margin-right: 1rem;
}
.carousel__pagination {
display: flex;
justify-content: center;
list-style: none;
line-height: 0;
margin: 10px 0 0;
}

.carousel * {
box-sizing: border-box;
}
.carousel__pagination {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
}
@media only screen and (max-width: 768px) {
.d-steam-card-wrapper {
flex-basis: 25%;
}
}
.inner-loop-elementos {
position: relative;
display: block;
width: 100%;
height: 231px;
margin-bottom: 20px;
}
.inner-loop-elementos:hover{
opacity: .8;
}
.inner-loop-elementos img{
height: 231px;
object-fit: cover;
width: 100%;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
.page__navbar {
display: none;
}

.d-steam-card-wrapper {
min-width: 170px;
}
}
.t-4{
margin-bottom: 7px;
}

.home-fullscreen {
    min-height: 100dvh;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}

.home-fullscreen__scroll {
    min-height: 100dvh;
    overflow: visible;
    padding-bottom: 110px;
}

.home-fullscreen .page__navbar {
    display: none;
}

.home-fullscreen .page__content,
.home-fullscreen .page__content2 {
    max-width: 100%;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.home-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: calc(-1px + env(safe-area-inset-bottom));
    transform: translate3d(-50%, 0, 0);
    z-index: 2000;
    width: min(620px, calc(100vw - 24px));
    display: flex;
    justify-content: space-between;
    /*gap: 6px;
    padding: 10px;*/
    border-radius: 999px;
    background: rgba(13, 19, 28, 0.92);
    border: 1px solid rgba(49, 55, 63, 0.9);
    backdrop-filter: blur(10px);
    opacity: 1;
    transition: transform 220ms ease, opacity 220ms ease;
}

.home-fullscreen.is-landscape .home-bottom-nav {
    bottom: calc(0px + env(safe-area-inset-bottom));
    width: min(720px, calc(100vw - 12px));
}

.home-bottom-nav.is-hidden {
    transform: translate3d(-50%, 120%, 0);
    opacity: 0;
    pointer-events: none;
}

.home-bottom-nav a {
    flex: 1 1 0;
    min-width: 0;
    height: 52px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--cor-menu);
    font: 600 12px/1 "Catamaran", sans-serif;
    transition: 200ms ease;
}

.home-bottom-nav a i {
    font-size: 16px;
    line-height: 1;
}

.home-bottom-nav a.home-nav-home i {
    font-size: 24px;
}

.home-bottom-nav a:hover,
.home-bottom-nav a.is-active {
    background: rgba(59, 193, 23, 0.12);
    color: #ffffff;
}
