@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url(/src/BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ctn-content {
    background-image: linear-gradient(0deg, black 10%, transparent 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 100vw;
    height: 100vh;
}

.ctn-content a {
    text-decoration: none;
}

.logo {
    width: 10rem;
    filter: drop-shadow(1px 1px 20px #0575E6);
}

/* Botões */
a .btn-whatsapp,
a .btn-instagram {
    font-family: 'Kanit', sans-serif;
    background-image: linear-gradient(to right, #0575E6 0%, #021B79  51%, #0575E6  100%);
    padding: 15px 45px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #0575E6;
    border-radius: 10px;
    display: block;
    border: none;
    text-decoration: none;
    text-shadow: 2px 2px 5px black;
}

a .btn-grupo {
    font-size: 1rem;
}

a .btn-grupo:hover,
a .btn-estrategias:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
}

h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 2rem 2rem;
    text-shadow: 2px 2px 5px black;
}

/* Lista de Ofertas */

.list-ctn {
    margin-top: -20px;
    margin-bottom: 20px;
}

ul {
    line-height: 40px;
    margin-top: 10px;
    margin-left: -50px;
}

ul li {
    list-style: none;
}

.list-item {
    font-family: 'Kanit', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    text-shadow: 2px 2px 5px black;
}

.ico {
    color: #0575E6;
    filter: drop-shadow(1px 1px 20px #0575E6);
    margin-right: 10px;
}