@import url('reset.css');
@import url('variable.css');
@import url('color.css');
@import url('police.css');


.section1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    background:
    radial-gradient(ellipse at 75% 35%, var(--color-lavender) 0%, transparent 30%),   
    radial-gradient(ellipse at 20% 70%, var(--color-lavender) 0%, transparent 30%),  
    #ffffff;
}

.groupBtn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
}

.videoWrap{
    width: 90%;
    background-color: var(--color-lavender);
    overflow: hidden;
    border-radius: var(--radius-lg);
    /* aspect-ratio: 16/9; */
    margin-top: 60px;
    border: 3px solid var(--color-gray-300);
}

.section2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    padding-top: 20px;
}

.textSection2{
    padding-top: 20px;
}

.containerCards{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 95%;
    padding: 40px;
}

.cardsProducts{
    display: flex;
    flex-direction: row;
    background-color: var(--color-gray-100);
    margin: 20px 10px;
    height: 250px;
    border: 1px solid var(--color-lavender);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.textCards{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 25px;
    flex: 1;
}

.pictureCards{
    background-color: var(--color-lavender);
    aspect-ratio: 1/1;
    object-fit: cover;
}

.clicCards{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--color-trans);
    border: 1px solid var(--color-purple);
    border-radius: var(--radius-pill);
}

.section3{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 60px 0;
}

.section4{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    padding: 60px 0;
}

.pictureSection4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex: 1;
}

.pictureSection4 img{
    width: 80%;
    height: 80%;
    display: block;
    box-shadow: var(--shadow-btn);
    border-radius: var(--radius-sm);
    aspect-ratio: 1/1;
}

.textSection{
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 1;
    padding: 30px;
}

.textSection a{
    width: fit-content;
    margin-top: 15px;
}

.bullet{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.pictureSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex: 1;
}

.pictureSection img{
    width: 100%;
    display: block;
    object-fit: cover;
}

.section5,
.section7{
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.section5 a,
.section7 a{
    width: fit-content;
    margin-top: 15px;
}

.groupCardsBullet{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 50%;
}

.svgCards{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-svg-cards);
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    border: 1px solid var(--color-stroke-svg-cards);
    border-radius: var(--radius-xxs);
}

.section6{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 60px 0;
}

.containerCardsBullet{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.cardsBullet2{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 30px;
    flex: 1 1 auto;
    background-color: var(--color-trans);
    border: 2px solid var(--color-gray-200);
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-sm);
    padding: 20px;
}

.svgCards2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-lavender-2);
    background-color: var(--color-lavender-3);
    border-radius: var(--radius-sm);
}

.textBullets2{
    margin-bottom: 15px !important;
}

.spanCardsBullet{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.pointBullet{
    display: block;
    width: 8px;
    height: 8px;
    background: var(--color-purple);
    border-radius: var(--radius-pill);
}

.section8{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.containerCardsPricing{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding: 30px;
    gap: 50px;
    flex-wrap: wrap;
}

.cardsPricing{
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    background-color: var(--color-white);
    min-width: 360px;
    max-width: 360px;
    min-height: auto;
    height: auto;
    border: 1.5px solid var(--color-lavender);
    border-radius: var(--radius-sm);
    padding: 30px;
    box-shadow: var(--shadow-lg);
}

.section9{
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}

.cardsBulletReviews{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: 60px;
    background-color: var(--color-white);
    border: 2px solid var(--color-gray-200);
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-sm);
    padding: 20px;
}

.cardsBulletReviews span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.numberBullet{
    font-size: var(--h2-size);
    margin: 0;
    color: var(--color-lavender);
}

.textBullet{
    margin: 0;
}

.section10,
.section11{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section11{
    padding-bottom: 100px;
}

.cardsCta{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-white);
    box-shadow: var(--shadow-btn);
    border: 1px solid var(--color-lavender);
    border-radius: var(--radius-sm);
    width: auto;
    height: auto;
    padding: 30px;
    gap: 10px;
}










@media (max-width: 1440px){

}

@media (max-width: 1280px){
    
}

@media (max-width: 1024px){
    .containerCards{
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 40px 0;
    }

    .groupCardsProducts{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .cardsProducts{
        width: 80%; 
    }

    .groupCardsBullet{
        width: 100%;
    }

    .cardsBullet{
        width: 100%;
        flex: 1;
        margin: 20px 50px;
    }
}

@media (max-width: 834px){
    .section3, 
    .section4{
        flex-direction: column;
    }

    .textSection{
        width: 90%;
    }

    .pictureSection,
    .pictureSection4{
        width: 100%;
        align-self: center;
    }
}

@media (max-width: 768px){
    .cardsProducts{
        flex-direction: column;
        height: auto;
    }

    .textCards{
        gap: 15px;
    }
}

@media (max-width: 576px){
    
}

@media (max-width: 480px){
    .groupCardsBullet{
        flex-direction: column;
    }
}

@media (max-width: 360px){
    
}