@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    --primary-color: #ffffff;
    --secundary-color:#dbdbdb;
    --text-color: #1d1e20;
    --background-color: #eee;
}
*{
    margin: 0;
    padding: 0;
}
a{text-decoration: none;}
html{scroll-behavior: smooth;}
body {
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: sans-serif;
    font-family: "Roboto";
}

nav{
    background-color: var(--primary-color);
    font-size: larger;
    font-weight: 500;
}
nav a{
    color: var(--text-color);
}
nav .navbar-brand{
    font-size: x-large;
}

.check-icon {
    color: green;
    margin-right: 8px;
}
.promo-image {
    height: 450px;
    width: 300px;
}









.swiper {
    padding: 20px 0;
}

.swiper-slide {
    width: 300px;
    flex-shrink: 0;
}

.best-plan {
    transform: scale(1.05);
    border: 2px solid #6f3ff5 !important;
    background-color: #6f3ff5;
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
}
.bg-purple {
    background-color: #6f3ff5;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.banner{
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    background-color: var(--background-color);
}




.site-box {
    background-size: cover;
    background-position: center;
    height: 190px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #888;
    text-align: center;
    font-weight: bold;
}

.site-box a {
    color: white;
}

.row {
    row-gap: 20px;
}

.imagem{margin-top: -50px}
@media (max-width: 768px) {
    .imagem{
        width: 100% !important;

    }
    .site-box{
	background-image: none;
	background-color: #000000a3;   
    }
}


.swiper-pagination{
    position: relative;
    margin-top: 2rem;
}
.swiper-pagination-bullet{
    width: 20px;
    height: 6px;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.3s ease;
    background-color: #00000030;
}
.swiper-pagination-bullet-active {
    background-color: #6f3ff5;
    width: 30px;
}

.custom-footer {
    margin-top: 2rem;
    width: 100%;
    background-color: var(--primary-color);
    padding: 20px 0;
    font-size: 15px;
}
.custom-footer a.footer-link {
    color: palevioletred;
    text-decoration: none;
    font-weight: bold;
}
