
/* SESSAO 1          ----------------------------------------------------------- */

.myBtn{
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 400;
    background-color: #0F7BDE;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
}


.myBtn:hover{
    transform: scale(1.1);
    transition: 0.15s;
}


.sessao1{
    background-image: url('/img/home/fundo-precos.png');
    background-color: rgba(255,255,255,0.85);
    background-blend-mode: lighten;
    margin-bottom: 30px;
}

.blur-sessao1{
    backdrop-filter: blur(3px);
}

.sessao1-items{
    display: flex;
    padding: 170px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1450px;
    width: 100%;
    justify-content: center;
}

.text-container{
    justify-items: center;
    width: fit-content;
    text-align: center;
}

.text-container h1{
    font-size: 45px;
    line-height: 55px;
}

.text-container h1 span{
    color: var(--primary);
}

.text-container h2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    background:transparent;
}

.botoes-sessao1{
    margin-top: 35px;
}

.teste-gratis-sessao1{
    color: white;
    border: none;
    border-radius: 20px;
    background-color: #0F7BDE;
    font-size: 16px;
    padding: 5px 20px;
    margin-right: 15px;
    cursor: pointer;
}

.planos-e-preços-sessao1{
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 20px;
    border: solid #0f7ade 1.5px;
    background: transparent;
    color: #0f7ade;
    cursor: pointer;
}

.teste-gratis-sessao1:hover, .planos-e-preços-sessao1:hover{
    transform: scale(1.03);
    transition: 0.15s;
}


/* SESSAO 11 /\/\/\/\/\\/\/\/\/ -------------------------------------------------------------------------*/


.container-sessao3 {
    margin-top: 100px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1450px;
    width: 100%;
    justify-content: center;
    background-color: #F0F8FF;
    border-radius: 20px;
    background-image: url('/img/fundodiv.png');
    background-size: cover;
    background-color: rgb(255,255,255,0.9);
    background-blend-mode: lighten;
}

.sessao3-blur{
    display: flex;
    backdrop-filter: blur(5px);
    max-width: 1450px;
    width: 100%;
    justify-content: center;
}

.text-container-sessao3{
    align-content: center;
    width: 50%;
}

.text-container-sessao3 h2{
    font-size: 30px;
    span{
        color: var(--primary);
    }
}

.text-container-sessao3 button{
    margin-top: 20px;
}


.text-container-sessao3 h3{
    margin-top: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
}


.teste-gratis-sessao3:hover{
    transform: scale(1.02);
    transition: 0.15s;
}


.img-container-sessao3{
    width: 500px;
    display: flex;
}


.img-container-sessao3 img{
    width: 100%;
}
