@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    background-image: url('../img/background-site.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.frases-troca-de-cor {
    margin-top: 35px;
    margin-left: 14px;
    line-height: 1.9;
    width: 402px;
}

.frases-troca-de-cor p {
    text-align: left;
    font-size: 21px;
    margin: 0px;
}

.frases-troca-de-cor-titulo {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.botao-enviar {
    background-image: url('../img/btn-querover-normal.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 110px;
    width: 125px;
    display: inline-block;
}

.botao-enviar:hover {
    background-image: url('../img/btn-querover-h.png');
}





.periquito-img-home {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.botao-img-play-home {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.botao-pular-abertura-home {
    font-size: 20px;
    color: grey;
    padding-left: 40px;
}

.frase-linha-roxa {
    color: #9a3393;
    font-size: 33px;
    font-style: italic;
    margin-top: -54px;
    float: inline-start;
}

@media (min-width:1024px) {
    .periquito-img-home {
        width: 70%;
    }
    .botao-img-play-home {
        padding-left: 120px;
        width: 65%;
    }
    .botao-pular-abertura-home {
        font-size: 30px;
        color: grey;
        padding-left: 120px;
    }
}

.link-pular-abertura-home {
    text-decoration: none;
}

.right-side-modal {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.4s ease-out;
    overflow-y: auto;
    color: #333; 
    padding: 20px;
}

body.modal-active .modal-overlay {
    opacity: 1;
    visibility: visible;
}

body.modal-active .right-side-modal {
    transform: translateX(0);
}

.right-side-modal .close-button {
    position: absolute;
    top: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    line-height: 1;
}

.right-side-modal .close-button:hover,

.right-side-modal .close-button:focus {
    color: #333;
    text-decoration: none;
}

.open-modal-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

body.modal-active .open-modal-button {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
























.idnt-entrar {
    width: 299px;
    margin-right: 20px;
}

.form-register-login {
    position: relative;
    margin-top: 20px;
    position: relative;
    left: 59px;
    bottom: 50px;
}

.form-register-login {
    background-image: url(../img/teste1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 272px;
    width: 600px;
}

.tamanho-form {
    float: right;
    margin-top: 49px;
    margin-right: 80px;
}

.text-deixe-marcado {
    color: #000000;
    font-size: 11.5px;
    text-align: left;
    margin-top: 2px;
}

.form-check-input {
    background-image: none;
    border-color: #f15a29; 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none; 
    -webkit-appearance: none;
    outline: none; 
}

.form-check-input:checked {
    background-color: #f15a29;
    border-color: #f15a29;  
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.25);
    border-color: #f15a29;
}

.form-check-input:checked::after {
    content: '\2715';
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
}

.form-check-input {
    border-color: #f15a29;
    border-width: 2px; 
    height: 20px;
    width: 20px;
}

.text-deixe-marcado {
    color: #000000;
    font-size: 11.5px;
    text-align: left;
    margin-top: 2px;
}

.valor-sib {
    width: 65%;
}

.row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.texto-informativo-titulo {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    text-align: left;
    font-variation-settings: "wght" 600, "wdth" 100;
    margin: 15px auto;
    width: 94%;
}

.texto-informativo-primeiro {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 18.5px;
    text-align: left;
    letter-spacing: 0.01em;
    margin: -17px auto 5px auto;
    width: 94%;
    line-height: 1.2;
}

.texto-informativo {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 300;
    font-size: 18.5px;
    text-align: left;
    letter-spacing: 0.01em;
    margin: 10px auto;
    width: 94%;
    line-height: 1.2;
}

.texto-informativo-ultimo {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    text-align: left;
    font-variation-settings: "wght" 400, "wdth" 100;
    margin: 3px auto;
    line-height: 1.2;
    width: 94%;
}

.frase {
    color: black;
    font-size: 20px;
    margin: 10px 0;
    transition: color 0.3s ease;
}

.frase.ativa {
    font-weight: bold;
}

.frase-com-imagem img {
    object-fit: contain;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0.7;
}

.frase-com-imagem p.frase.ativa {
    font-weight: bold;
}

@keyframes pulseStar {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.frase-com-imagem img.ativa {
    animation: pulseStar 1.5s infinite alternate;
    opacity: 1;
}

.imagem-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.imagem-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* .form-register-login {
    position: relative;
    margin-top: 20px;
} */

#frases {
    flex-direction: column;
}

.frase-com-imagem {
    display: flex;
    align-items: center;
}

.frase-com-imagem img {
    margin-right: 15px;
    height: 20px;
    width: 20px; 
    flex-shrink: 0;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1999; 
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.aba-item {
    background-color:#9a3393 !important; 
    color:#ffffff !important;
    font-weight: 700 !important;
}

.aba-item::after {
    filter: invert(100%);
    color: white !important;
}

.aba-item.collapsed {
    font-weight: 500 !important;
}

.color-botao {
    background-color: #f15a29;
    border: none;
    color: #ffffff;
}

.color-botao:hover {
    background-color: #d94f22;
    color: #ffffff;
    font-weight: 500
}

.btn-pix {
    transition: background-color 0.3s ease;
}

.btn-pix:hover svg {
    fill: #fff;
    transition: fill 0.3s ease;
}

.btn-pix svg {
    fill: #198754;
    transition: fill 0.3s ease;
}

.frase-cada-mensagem {
    color: #3A51A2;
    font-size: 26px;
    font-weight: bold;
    margin: 10px auto;
    position: relative;
    text-align: right;
    line-height: 32.5px;
    bottom: 100px;
    left: 75px;
    width: 476px;
}

.img-hover {
    transition: opacity 0.3s ease-in-out;
}

.img-hover:hover {
    content: url("{{ asset('img/realejo-rain-segunda.jpg') }}");
}

.text-term-explicacao {
    color: #000000;
    font-weight: 300;
}

.text-term {
    color: #000000;
    cursor: pointer;
    font-weight: 600;
}

.text-term a {
    color: #000000;
    font-weight: 300;
    text-decoration: none;
}

.link-ver-cadastro {
    color: #9E1F63;
    cursor: pointer;
    margin-left: -10px;
    font-weight: bold;
}

.link-ver-cadastro-assinatura {
    color: #9E1F63;
    cursor: pointer;
    margin-left: -91px;
    font-weight: bold;
}

.botao-enviar {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.botao-enviar .tooltip-text {
    visibility: hidden;
    width: 240px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 30;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    pointer-events: none;
}

.botao-enviar:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.mensagem-perfil {
    color:#000000;
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    line-height: 1.2;
}

.ajust-cont {
    margin-top: 10px;
    margin-left: 30px;
    width: 44%;
}

.text-requ {
    color: red;
}

.valor-exep {
    width: 65%;
}

.frase-parte-baixo {
    color: #9a3393;
    margin-left: 14px;
    font-size: 33px;
    font-style: italic;
    margin-top: -54px;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .imagem-container {
        width: fit-content;
    }

    .imagem-container img {
        width: 900px;
    }
}

@media (max-width: 768px) {
    #telaInicial {
        background-size: 209% !important;
        background-repeat: no-repeat !important;
    }

    .ver-video {
        top: 56% !important;
    }

    .pular-abertura {
        top: 65% !important;
    }

    .form-register-login {
        height: 272px !important;
        width: 600px !important;
        left: -88px !important;
        margin-top: 39px !important;
    }

    .frase-cada-mensagem {
        font-size: 26px;
        left: -87px !important;
        bottom: 99px;
    }

    /* .valor-sib {
        margin-left: 79px !important;
        margin-top: 13px !important;
        width:51% !important;
    } */

    .frases-troca-de-cor {
        margin-top: 22px;
    }

    .frase-parte-baixo {
        margin-left: 25px;
        line-height: normal;
        margin-top: -86px;
    }

    .botao-enviar {
        top: 1270px !important;
        left: 80% !important;
    }

    .mensagem-perfil {
        margin-top: -16px;
    }

    .valor-exep {
        margin-left: 102px;
        width: 55%;
    }
}







/* Mensagem */
.botao-enviar-amigo:hover {
    background-image: url('../img/bt-enviar-b.png');
    height: 75px;
    width: 80px;
}

.btn-a-enviar {
    position: relative;
    top: 173px;
    left: 55px;
}

.meus-dados-amigo-p-2 {
    position: relative;
    top: 156px;
    left: 50px;
    width: 217px;
}

.botao-enviar-amigo {
    background-image: url('../img/bt-enviar-a.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 75px;
    width: 80px;
    display: inline-block;
}

.bord-l-2 {
    border: 1px solid #f15a29;
    height: 27px;
    /* margin-left: 4px; */
}

.meus-dados-amigo {
    position: relative;
    top: 131px;
    left: 46px;
    width: 217px;
}

.cheb-input {
    position: relative;
    right: 16px;
    bottom: 24px;
}

.sugestao-depoimento a {
    color:  #006838;
    font-style: italic;
}

.target-aviso {
    background-color:#9a3393;
    color: white;
    justify-content: space-between;
    height: 47px;
}

.target-aviso button {
    color: white;
    font-weight: 500;
}

.custom-close-btn {
    border: none;
    background: transparent;
}

.center-imagem-container {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 61%; 
    text-align: left; 
    font-size: 22px; 
    color: #333; 
    font-family: 'EB Garamond', serif;
}

.tamanho-cr {
    max-width: 296px; 
    width: 100%;
}

.bord-l {
    border: 1px solid #f15a29;
    height: 27px;
}

.botao-salvar:hover {
    background-image: url('../img/btn-assinar-b.png');
    height: 85px;
    width: 80px;
}

.trapesio-enviar-para-amigo {
    background-image: url('../img/trap2.png');
    background-size: cover; 
    background-position: center;
    background-color: transparent;
    height: 639px;
    margin-top: -13px;
    width: 100%;
}

.frases-motivacionais {
    display: flex;
    align-items: center;
    margin-left: 23px;
}

.frases-motivacionais h1 {
    font-size: 23px;
    margin: 0;
    white-space: nowrap;
}

.h1-01 {
    color: #000000;
    font-weight: 400;
}

.h1-02 {
    color:  #C13734;
    font-weight: 500;
}

.h1-03 {
    color:  #006838;
    font-weight: 500;
    margin-left: 10px!important;
}

.sugestao-depoimento {
    color:  #006838;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 10px;
    margin-left: 23px;
    text-align: left;
    width: 1000px;
}

.form-check-input:checked {
    background-color: #f15a29;
    border-color: #f15a29; 
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 3px; 
}

.form-check-input.borda-laranja {
    appearance: none; 
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f15a29;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.form-check-input.borda-laranja:checked {
    background-color: #f15a29;
}

.plano-label {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    margin-top: 3px;
}

.consultas {
    color: #52A145;
    font-size: 19px;
    font-weight: 500;
}

.simbolo-valor {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}

.valor {
    color: #9E1F62;
    font-size: 22px;
    font-weight: 600;
}

.botao-salvar {
    background-image: url('../img/btn-assinar-a.png');
    background-size: cover; 
    background-position: center;
    background-color: transparent;
    border: none;
    height: 85px;
    width: 80px;
    position: relative;
    bottom: 64px;
    left: 507px;
}

.borda-laranja {
    border: 2px solid #f15a29;
}

.custom-width {
    width: 224px;
    max-width: 100%;
}

.custom-width-outro {
    width: 242px;
    max-width: 100%; 
}

.informacoes-de-assinatura {
    height: 120px;
    margin-top: 27px;
    margin-left: 20px;
    width: 1000px;
}

.assinatura {
    color: #ED1D23;
    font-size: 29px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 13px;
}

.escolha-o-plano {
    background-color: rgba(229, 229, 231, 0.3);
    border: 2px solid #f15a29;
    border-radius: 15px;
    padding: 3px 10px 6px 10px;
    margin-left: -3px;
    width: 96%;
}






































/* TODO Somente na tela de mensagem */

/* .borda-laranja {
    border: 2px solid #f15a29;
    width: 20px;
    height: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: #f15a29;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s;
} */

.imagem-container-2nv {
    position: relative; 
    z-index: 10; 
    width: 1050px; 
    height: 650px; 
    background-image: url('../img/realejo-parte-final-fundo.jpg');
    background-size: cover; 
    background-position: center;
    margin-left: 15px;
}

.texto-informativo-2nv {
    color: #000000;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 18.5px;
    font-style: italic;
    text-align: left;
    letter-spacing: 0.01em;
    margin: 10px auto;
    width: 100%;
    line-height: 1.2;
}

#videoIntro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 9999;
    transition: all 1s ease;
}

#videoIntro.shrink {
    width: 900px;
    height: auto;
    top: 40;             
    left: 525px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* @media (max-width: 768px) {
    .imagem-container {
        width: 100%;
        margin-left: 0px;
    }

    .center-imagem-container {
        width: 83%;
        font-size: 17px;
    }

    .trapesio-enviar-para-amigo {
        height: 705px;
    }

    .tamanho-cr {
        max-width: 339px;
        margin: auto;
    }

    .texto-informativo {
        margin: 20px auto;
    }

    .informacoes-de-assinatura {
        height: auto;
        width: auto;
    }

    .botao-salvar {
        bottom: 114px;
        left: 113px;
    }

    .assinatura {
        margin-bottom: 31px;
    }

    .esp-w {
        height: 165px;
    }

    .frases-motivacionais {
       display: block; 
       margin-left: -9px;
    }

    .frases-motivacionais h1 {
        font-size: 20px;
    }

    .sugestao-depoimento {
        width: 86%;
        margin-top: 21px;
    }

    .meus-dados-amigo {
        top: 163px;
        left: 51px;
        width: 245px;
    }

    .meus-dados-amigo-p-2 {
        position: relative;
        top: 200px;
        left: 54px;
        width: 245px;
    }

    .btn-a-enviar {
        top: 225px;
    }
} */