* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: 'Rubik', sans-serif;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
}

.apresentacao {
    display: flex;
    justify-content: space-between;

    width: 100%;
    height: 100%;

    font-size: 1.2rem;
}

.apresentacao div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

.apresentacao div .button {
	margin-top: 15px;
}

.apresentacao .button, .apresentacao .button a {
	width: 350px !important;
	border-radius: 50px;
	
	display: flex;
	gap: 20px;
	
	background: #5FDF39;
}

.apresentacao .button img {
	width: 40px;
	height: 40px;
	
}

/* FAMILIA */

.familia {
    width: 100%;
    justify-content: flex-end;
}

.familia-left {
    justify-content: flex-start;  
}

/* MINI CARDS */
.familia ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: row;
    width: 100%;
    height: 100%;
    gap: 5px;

    right: 150px;
    z-index: 1;
}

.familia ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 200px;
    height: 150px;
    padding: 15px;
    background: rgb(250, 250, 250);

    border-radius: 5px;
    text-align: center;

    color: rgb(82, 82, 82);
}

.familia ul li:hover {
    background: rgb(224, 224, 224);
}

.familia ul li p {
    margin: 5px;
    text-decoration: underline;
}

.familia ul img {
    width: 80px;
    height: 80px;
}

/* CONTINUAÇÃO FAMILIA */

.familia article {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.2rem;
}

.familia article div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    left: 100px;
    padding: 20px;
    background: rgb(250, 250, 250);
    z-index: 1;
    color: rgb(109, 109, 109);
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.familia article div p {
    padding: 5px;
}

.familia aside img {
    opacity: 0.8;
    width: 560px;
    height: 100%;

    border-radius: 5px;
}

.familia .button {
    width: 280px;
    margin-top: 13px;
    border-radius: 5px;
}

.familia .button a {
    position: relative;
    width: 280px;
    background: rgb(149, 2, 168);
    border-radius: 5px;
    transition: background 0.2s;
}

.familia .button a:hover {
    background: rgb(129, 34, 141);
}

/* BUTTON */

.button {
    width: 100%;
    height: 60px;
    border: none;
}

.button a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    width: 100%;
    height: 60px;
    color: white;
    background: rgb(2, 168, 146);
}

.inicial {
    text-decoration: none;
    width: 200px;
    border-radius: 50px;
    box-shadow: 1px 1px 1px rgb(48, 48, 48, 0.05);
    margin-top: 15px;
}

.inicial a {
    text-decoration: none;
    transition: background 0.2s;
    background: rgb(111, 0, 255);
    border-radius: 50px;
}

.inicial a:hover {
    background: rgb(106, 11, 150);
}

/* CARDS */

.cards {
    width: 100%;
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.aside-cards {
    width: 100%;
    height: 100%;
}

.title {
    font: 400 36px 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    color: rgb(53, 53, 53);

    text-align: center;
}

.card-static {
    background: #f1f1f1;
    width: 300px;
    transition: margin-top 0.2s;
}

.card-static:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.09);
    filter: brightness(0.9);
}

.cards-row {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px;
    height: 100%;
}

.cards-row h3 {
    text-align: center;
    font-size: 50px;
    color: #525252;
    padding: 30px;
}

.cards-row h3>span {
    font-size: 30px;
    color: #9784af;
    font-weight: 400;
}

.cards-row h3>.simbolo {
    font-size: 30px;
    color: #525252;
}

.cards-price {
    width: 100%;
    padding: 5px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 30px;
    /*border-bottom: 1px solid #DCDCDC;*/
    transition: all .3s;
    line-height: 30px;
    color: #846ca0;
}

.disabled {
    background-image: none;
    color: #525252;
}

.cards-footer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5px;
}

.list-group-item>span {
    text-decoration: line-through;
}

.cards-footer .button a {
    border-radius: 0;
    background: rgb(7, 95, 167);
}

/* BONUS */

.bonus {
    display: flex;
    background-color: rgb(252, 252, 252);
    padding: 50px;
    gap: 50px;
}

.bonus article {
    width: 600px;
    height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.bonus article:first-child {
    background: #a5a5a5;
    color: white;
}

.bonus article:first-child p {
    width: 90%;
    margin: 20px;
}

.bonus article aside {
    width: 130px;
    height: 120px;
    border-radius: 50%;
    background-color: rgb(228, 228, 228);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus img {
    width: 100px;
    height: 80px;
}

/* FOOTER */

footer {
    background: #fff;
    text-align: center;
    padding: 30px;
}

/* MEDIA */

@media (max-width: 1024px) {
    .apresentacao {
        flex-direction: column;
        gap: 30px;
    }
    .mini-cards {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }

    .mini-cards aside img {
        visibility: hidden;
    }

    .mini-cards {
        background-image: url('../images/familia-sentada-2.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .mini-cards article {
        position: absolute;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .mini-cards ul {
        flex-direction: column;
        left: 0;
        padding: 20px;
    }
    .mini-cards ul li {
        width: 100%;
        height: 90px;
        flex-direction: row;
        border-radius: 0;
        border-radius: 5px;
    }
    .mini-cards ul li img {
        position: relative;
        width: 45px;
        height: 50px;
    }
    .familia aside img {
        width: 100%;
        height: 100%;

        opacity: 100;

        border-radius: 0;
    }
    .popup {
        display: flex;
        flex-direction: column;
    }
    .popup article {
        display: flex;
    }
    .popup article div {
        width: 100%;
        height: 100%;
        left: 0;

        box-shadow: none;
    }
    .cards-container {
        display: flex;
        flex-wrap: wrap;
    }
    .bonus {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}