html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ecf0f1;
}

.footer {
    width: 100%;
    height: 8vh;
    background-color: #ffffff;
}

a:is(:link, :active, :visited).active {
    background-color: #0062cc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 912.98px) {
    .fix-left {
        margin-left: 10px;
    }

    .bg-image-fix {
        margin: 20px;
        background-color: #0062cc;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .fixed-top-courosel {
        margin-top: 20px;
    }

    .content-fixed {
        padding-top: 70px;
    }

    .home {
        width: 100%;
        height: auto;
        background-color: #ecf0f1;
    }

    .price {
        width: 100%;
        height: auto;
        background-color: #ecf0f1;
    }

    .check {
        width: 100%;
        height: auto;
        background-color: #ecf0f1;
    }

    .content-b-fixed {
        padding-bottom: 70px;
    }
}

@media (min-width: 913.98px) {
    .bg-image-fix {
        background-color: #0062cc;
        border-radius: 20px 0px 0px 20px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .fixed-top-courosel {
        margin-top: 5px;
    }

    .content-fixed {
        padding-top: 70px;
    }

    .home {
        width: 100%;
        height: 100vh;
        background-color: #ecf0f1;
    }

    .price {
        width: 100%;
        height: 100vh;
        background-color: #ecf0f1;
    }

    .check {
        width: 100%;
        height: 100vh;
        background-color: #ecf0f1;
    }
}

.nav-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-button-fix {
    background-color: #0062cc;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-button-price {
    background-color: #0062cc;
    border-radius: 5px;
}

.i-whatsapp {
    color: #26de81;
}

.courosel-btn {
    background-color: #45aaf2;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    border-color: #3867d6;
    border-style: solid;
}

.fix-information {
    height: 70px;
}

.text-fix {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
