body {
    font-family: 'Inter', sans-serif;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.simule-ambiente .container>* {
    position: relative;
    z-index: 2;
}

.bg-img {
    min-height: 50px;
    background-position: center center;
    background-size: cover;
}

.simule-ambiente .container:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #000;
    opacity: .7;
    position: absolute;
    z-index: 1;
}

.inspire-se .imagem {
    background-image: url('../img/Mask-group-4-jpg-webp.webp');
    background-position: center center;
    background-size: cover;
}

@media(min-width:992px) {

    .inspire-se .d-lg-flex>a {
        width: 50%;
    }
}

@media(max-width:991px) {

    .inspire-se .d-lg-flex>a {
        width: 100%;
    }
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-4 {
    letter-spacing: 4px;
}

.quadros .btn {
    color: #fff;
    padding: 6px 40px;
    border-radius: 0;
}

.quadros .btn:hover {
    background-color: white;
    color: #000;
}

@media(min-width:992px) {
    .quadros .d-lg-flex>div {
        width: 50%;
    }
}

.form-control:focus {
    border-color: rgb(222, 226, 230);
    outline: 0;
    box-shadow: none;
}

.menu>li>a {
    border-bottom: 2px solid transparent;
}

.menu>li>a.border-bottom-2-solid-000 {
    border-bottom-color: #000;
}

.pisos-de-madeira .position-relative a {
    position: absolute;
    top: 0;
    right: 0;
}

#menu-1,
#menu-2,
#menu-3,
#menu-4,
#menu-5 {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 198px;
    left: 0;
    right: 0;
}

#lojas-mobile .carousel-control-prev-icon {
    filter: invert();
}

#lojas-mobile .carousel-control-next-icon {
    filter: invert();
}

.text-secondary {
    color: #495057 !important;
}

.mega-menu {
    display: none;
}

#banners .carousel-inner {
    aspect-ratio: 1920 / 444;
    overflow: hidden;
}

#banners .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}