body{
    background-image: url(/images/bg-bpo-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 0;
    box-sizing: 0;
    border-radius: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

html, body {
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    height: 100vh;
  }
  
  * {
    box-sizing: border-box;
  }
  

.container{
    height: auto;
    margin: auto 0px;
    padding: 0px 0px;
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-text{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0 0px;
gap: 24px;
width: 50%;
}

.container-image{
    display: block;
    height: 594px;
}

.card{
/* Frame 1 */
box-sizing: border-box;
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 18px;
gap: 10px;
background: rgba(0, 0, 0, 0.15);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 99px;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
/* text */
/* Bíblia Kids */
font-weight: 400;
font-size: 17px;
line-height: 150%;
/* identical to box height, or 26px */
color: #FFFFFF;
}

.title{
/* Ensine aos pequeninos a Palavra de Deus de forma prática e lúdica */
width: 80%;
font-weight: 700;
font-size: calc(1.73vw + 22px);
line-height: 120%;
/* or 67px */
color: #FFFFFF;
/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
padding: 0 0;
margin: 0 0;
}

.subtitle{
/* São 50 lindas e importantes histórias da bíblia em linguagem fácil, contextualizada e narrada por Marina de Oliveira. */
width: 80%;
font-weight: 500;
font-size: 20px;
line-height: 150%;
/* or 30px */
color: #CFCFCF;
/* Inside auto layout */
flex: none;
order: 2;
flex-grow: 0;
padding: 0 0;
margin: 0 0;
}

.btn-primary{
box-sizing: border-box;
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 40px;
background: #FCC801;
border: 3.30076px solid rgba(255, 255, 255, 0.06);
backdrop-filter: blur(10.625px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 326.775px;
/* Inside auto layout */
flex: none;
order: 3;
flex-grow: 0;
/* Quero ouvir agora */
font-weight: 700;
font-size: 18px;
line-height: 150%;
/* identical to box height, or 27px */
color: #483A00;
}

.card-blur, .card-blur-2{
/* Auto layout */
display: flex;
align-items: center;
padding: 20px 40px;
background: rgba(3, 3, 3, 0.2);
border: 3.30076px solid rgba(255, 255, 255, 0.06);
backdrop-filter: blur(10.625px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 326.775px;
/* Bíblia Kids */
font-weight: 700;
font-size: 18px;
line-height: 150%;
/* identical to box height, or 27px */
color: #FFFFFF;
}

.card-blur{
    width: fit-content;
    position: relative;
    top: -90px;
    left: -25%;
}
.card-blur-2{
    width: fit-content;
    position: relative;
    top: -90px;
    left: 75%;
}

.footer{
    display: flex;
    flex-direction: column;
    padding: 0 0 24px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 14px;
    height: 100x;
}

.mk{
    display: flex;
    align-items: center;
    gap: 8px;
}

img .container-image{
    max-width: 100%;
}

@media screen and (max-width: 1366px) {

    .card-blur, .card-blur-2 {
        padding: 12px 32px;
    }

    .card-blur{
        left: -15%;
    }
    .card-blur-2{
        top: -70px;
        left: 75%;
    }
}
/* Responsive */
@media screen and (max-width: 1280px) {


    .container-image {
        width: 50%;
        height: auto;
    }
    .container-image img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .title{
        font-size: calc(1.73vw + 14px);
    }
    .subtitle{
        font-size: 18px;
    }

    .card-blur, .card-blur-2 {
        font-size: 14px;
        padding: 8px 16px;
    }
    .card-blur{
        left: -5%;
    }
    .card-blur-2{
        top: -70px;
        left: 75%;
    }
}

@media screen and (max-width: 1024px) {

    .card{
        font-size: 12px;
    }
    .title{
        font-size: calc(1.73vw + 12px);
    }
    .subtitle{
        font-size: 16px;
    }
    .btn-primary{
        margin-top: 16px;
        padding: 12px 24px;
    }
    .container-text{
        gap: 16px;
    }
    
    .container-image {
        width: 50%;
        height: 495px;
    }
    .container-image img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    

    .card-blur, .card-blur-2 {
        font-size: 14px;
        padding: 8px 16px;
    }
    .card-blur{
        left: -15%;
    }
    .card-blur-2{
        top: -50px;
        left: 75%;
    }
}

@media screen and (max-width: 768px) {
    .container{
        flex-direction: column-reverse;
        gap: 0px;
    }
    .container-text{
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .container-image {
        width: 60%;
        height: auto;
    }
    .title{
       align-self: auto;
    }
    .subtitle{
        align-self: auto;
    }


    .card-blur{
        left: -17%;
    }
    .card-blur-2{
        top: -60px;
        left: 80%;
    }
}

@media screen and (max-width: 450px) {
    html, body {
       height: auto;
    }
    .container{
        flex-direction: column-reverse;
        gap: 16px;
        padding: 24px 0 0 0;
    }
    .container-text{
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .container-image {
        width: 100%;
        height: auto;
    }
    .container-image img {
        width: 80%;
        border-radius: 16px;
    }

    .card{
        padding: 8px 16px;
    }
    .title{
        width: 100%;
        align-self: auto;
        font-size: calc(2vw + 18px);
    }
    .subtitle{
        width: 100%;
        align-self: auto;
        font-size: 14px;
    }


    .card-blur{
        display: none;
    }
    .card-blur-2{
        display: none;
    }

    .footer{
        width: 90%;
        margin-top: 64px;
    }

    .footer span{
        font-size: 14px;
    }
}
/* Animations */
