/* CONFIGURACAO DE TEMPLATE INICIAL MENU E SIMULACAO */
:root{
    --azul:#062746;
    --azul2:#0b365f;
    --verde:#13b98f;
    --verde2:#55e0b8;
    --branco:#ffffff;
}

*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:linear-gradient(135deg, var(--azul) 0%, var(--azul2) 55%, #0f8f76 100%);
    color:#fff;
    min-height:100vh;
}

.top-alert{
    background:linear-gradient(90deg, var(--verde), var(--verde2));
    color:#062746;
    text-align:center;
    font-size:14px;
    font-weight:700;
    padding:10px 15px;
}

.navbar-custom{
    background:rgba(2, 25, 48, .55);
    border-bottom:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
}

.navbar-brand img{
    height:46px;
    background:#fff;
    border-radius:12px;
    padding:4px;
}

.brand-text{
    color:#fff;
    font-size:23px;
    font-weight:900;
    margin-left:10px;
}

.brand-text span{
    color:var(--verde2);
}

.nav-link{
    color:#fff !important;
    font-weight:400;
    margin:0 8px;
}

.nav-link:hover{
    color:#CCC !important;
    font-weight:400;
    margin:0 8px;
}


.btn-login{
    border:1px solid #fff;
    color:#fff;
    border-radius:30px;
    padding:8px 22px;
    font-weight:800;
    text-decoration:none;
}

.btn-login:hover{
    background:#fff;
    color:var(--azul);
}

.btn-conta{
    background:#fff;
    color:var(--azul);
    border-radius:30px;
    padding:8px 22px;
    font-weight:800;
    text-decoration:none;
}

.hero{
    padding:70px 0 90px;
}

.hero h1{
    font-size:52px;
    font-weight:900;
    line-height:1.08;
    max-width:1050px;
}

.hero p{
    font-size:20px;
    margin-top:18px;
    max-width:980px;
}

.simulador{
    background:#fff;
    color:#111;
    border-radius:18px;
    padding:32px 28px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.simulador h6{
    font-weight:900;
}

.valor-destaque{
    color:var(--azul2);
    font-size:22px;
    font-weight:900;
}

.form-range{
    accent-color:var(--verde);
}

.btn-simular{
    width:100%;
    border:0;
    border-radius:40px;
    padding:15px;
    color:#fff;
    font-weight:900;
    background:linear-gradient(90deg, var(--verde), var(--verde2));
    box-shadow:0 8px 20px rgba(19,185,143,.35);
    transition:.2s;
}

.btn-simular:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(19,185,143,.45);
}

.card-oferta{
    background:#fff;
    color:#111;
    border-radius:16px;
    padding:15px 18px;
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 12px 25px rgba(0,0,0,.18);
    border-left:5px solid var(--verde);
    transition:.2s;
}

.card-oferta:hover{
    transform:translateY(-4px);
}

.oferta-left{
    display:flex;
    align-items:center;
    gap:12px;
}

.icon-bank{
    width:40px;
    height:40px;
    border-radius:50%;
    background:linear-gradient(135deg, var(--azul), var(--verde));
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}

.parcela{
    font-size:16px;
    font-weight:900;
}

.taxa{
    display:inline-block;
    background:#e9f7f3;
    color:#0b6f5a;
    font-size:12px;
    font-weight:800;
    padding:2px 7px;
    border-radius:6px;
}

.seta{
    font-size:30px;
    color:#666;
}

.beneficios{
    margin-top:35px;
}

.beneficio{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    padding:18px;
    height:100%;
}

.beneficio strong{
    display:block;
    font-size:17px;
    margin-bottom:5px;
}

@media(max-width:991px){
    .hero{
        padding:45px 0;
    }

    .hero h1{
        font-size:38px;
    }

    .hero p{
        font-size:17px;
    }

    .simulador{
        margin-bottom:25px;
    }

    .navbar-collapse{
        padding-top:20px;
    }

    .btn-login,
    .btn-conta{
        display:block;
        margin-bottom:10px;
        text-align:center;
    }
}

.navbar-custom{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .3s;
}

.navbar-scroll{
    background: rgba(2, 25, 48, 0.95);
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
/* FINAL CONFIGURACAO DE TEMPLATE INICIAL MENU E SIMULACAO */


/* SERVIÇOS/COMO FUNCIONA */



.servicos-pegcred{
    padding:80px 0;
    background:#f5faf9;
    color:#062746;
}

.tag-section{
    display:inline-block;
    background:rgba(19,185,143,.12);
    color:#13b98f;
    font-weight:900;
    font-size:13px;
    padding:7px 14px;
    border-radius:30px;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.servicos-pegcred h2{
    font-size:42px;
    font-weight:900;
    margin-bottom:15px;
}

.servicos-pegcred h3{
    font-size:30px;
    font-weight:900;
}

.servicos-pegcred p{
    font-size:17px;
    color:#526373;
    line-height:1.6;
}

.servico-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    box-shadow:0 12px 30px rgba(6,39,70,.08);
    border:1px solid rgba(6,39,70,.06);
    transition:.2s;
}

.servico-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(6,39,70,.13);
}

.servico-icone{
    width:52px;
    height:52px;
    border-radius:50%;
    background:linear-gradient(135deg,#062746,#13b98f);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:900;
    margin-bottom:20px;
}

.servico-card h4{
    font-size:21px;
    font-weight:900;
    color:#062746;
}

.documentos-box,
.video-box{
    background:#fff;
    border-radius:24px;
    padding:35px;
    height:100%;
    box-shadow:0 15px 35px rgba(6,39,70,.1);
}

.documentos-box{
    border-left:6px solid #13b98f;
}

.doc-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#f4fbf8;
    border-radius:14px;
    padding:15px;
    height:100%;
}

.doc-item span{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#13b98f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    flex-shrink:0;
}

.doc-item strong{
    display:block;
    color:#062746;
    font-weight:900;
}

.doc-item small{
    color:#526373;
}

.video-box{
    background:linear-gradient(135deg,#062746,#0b365f);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.video-box:before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(19,185,143,.18);
    border-radius:50%;
    right:-50px;
    top:-50px;
}

.video-box h3,
.video-box p,
.video-box ul,
.video-box a{
    position:relative;
    z-index:1;
}

.video-box p{
    color:rgba(255,255,255,.82);
}

.video-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    font-size:24px;
    margin-bottom:20px;
}

.video-box ul{
    padding-left:18px;
    margin:20px 0;
}

.video-box li{
    margin-bottom:8px;
}

.btn-video{
    display:inline-block;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    font-weight:900;
    padding:13px 24px;
    border-radius:35px;
    text-decoration:none;
}

.btn-video:hover{
    color:#062746;
    transform:translateY(-2px);
}

.alerta-seguranca{
    background:#fff7e6;
    border-left:5px solid #f0ad4e;
    color:#6b4b00;
    padding:18px 22px;
    border-radius:14px;
    font-size:15px;
}

@media(max-width:768px){
    .servicos-pegcred{
        padding:50px 0;
    }

    .servicos-pegcred h2{
        font-size:32px;
    }

    .servicos-pegcred h3{
        font-size:25px;
    }

    .documentos-box,
    .video-box{
        padding:25px;
    }
}


/* FINAL SERVIÇOS/COMO FUNCIONA */



/* BANNER CONVERSAO */

.banner-conversao{
    position:relative;
    min-height:90vh;
    display:flex;
    align-items:center;
    background:
        linear-gradient(135deg, rgba(6,39,70,.9), rgba(11,54,95,.85)),
        url('https://images.unsplash.com/photo-1601597111158-2fceff292cdc?q=80&w=1400');
    background-size:cover;
    background-position:center;
}

.banner-conversao .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(6,39,70,.9), rgba(19,185,143,.4));
}

.banner-conversao h1{
    font-size:52px;
    font-weight:900;
    line-height:1.1;
}

.banner-conversao h1 span{
    color:#55e0b8;
}

.banner-conversao p{
    font-size:20px;
    margin:20px 0;
    max-width:520px;
}

.banner-botoes{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.btn-principal{
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    font-weight:900;
    padding:14px 28px;
    border-radius:35px;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(19,185,143,.3);
}

.btn-secundario{
    border:1px solid #fff;
    color:#fff;
    padding:14px 28px;
    border-radius:35px;
    text-decoration:none;
    font-weight:700;
}

.mini-info{
    margin-top:20px;
    font-size:14px;
    opacity:.9;
}

.card-banner{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.3);
}

.card-banner h5{
    font-weight:900;
    margin-bottom:20px;
    color:#062746;
}

.card-banner input,
.card-banner select{
    border-radius:10px;
    padding:12px;
}

.btn-card{
    width:100%;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    border:0;
    padding:14px;
    border-radius:30px;
    font-weight:900;
    color:#062746;
}

@media(max-width:768px){
    .banner-conversao h1{
        font-size:50px;
    }

    .banner-botoes{
        flex-direction:column;
    }

    .btn-principal,
    .btn-secundario{
        width:100%;
        text-align:center;
    }
}


/*  FINAL BANNER CONVERSAO */



/* CONFIGURACAO RODAPE */


.footer-pegcred{
    background:linear-gradient(135deg,#062746,#0b365f);
    color:#fff;
    padding:60px 0 30px;
    margin-top:60px;
}

.footer-pegcred h5{
    font-weight:900;
    margin-bottom:20px;
    font-size:18px;
}

.footer-pegcred ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-pegcred ul li{
    margin-bottom:10px;
}

.footer-pegcred a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.2s;
}

.footer-pegcred a:hover{
    color:#55e0b8;
}

.footer-brand img{
    height:50px;
    background:#fff;
    border-radius:12px;
    padding:5px;
    margin-bottom:15px;
}

.footer-brand p{
    color:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.6;
}

.footer-contato p{
    margin:5px 0;
    font-size:14px;
    color:rgba(255,255,255,.8);
}

.footer-social{
    margin-top:15px;
}

.footer-social a{
    display:inline-block;
    margin-right:10px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    transition:.2s;
}

.footer-social a:hover{
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
}

.footer-bottom{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.15);
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}

.footer-bottom p{
    margin:0;
    font-size:14px;
    color:rgba(255,255,255,.7);
}

.footer-links a{
    margin-left:15px;
    font-size:14px;
}

@media(max-width:768px){
    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-links a{
        margin:0 8px;
    }
}


/* FINAL RODAPE */


/* SOBRE */

.sobre-pegcredi{
    padding:80px 0;
    background:#ffffff;
    color:#062746;
}

.sobre-pegcredi h2{
    font-size:40px;
    font-weight:900;
    line-height:1.15;
    margin-bottom:20px;
}

.sobre-pegcredi p{
    color:#526373;
    font-size:17px;
    line-height:1.7;
}

.sobre-destaques{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:15px;
    margin:30px 0;
}

.sobre-destaques div{
    background:#f4fbf8;
    border-radius:16px;
    padding:18px;
    border:1px solid rgba(19,185,143,.15);
}

.sobre-destaques strong{
    display:block;
    color:#13b98f;
    font-size:22px;
    font-weight:900;
}

.sobre-destaques span{
    display:block;
    color:#526373;
    font-size:13px;
    margin-top:4px;
}

.btn-sobre{
    display:inline-block;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    font-weight:900;
    padding:14px 28px;
    border-radius:35px;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(19,185,143,.25);
}

.btn-sobre:hover{
    color:#062746;
    transform:translateY(-2px);
}

.sobre-card-principal{
    background:linear-gradient(135deg,#062746,#0b365f);
    border-radius:28px;
    padding:35px;
    color:#fff;
    box-shadow:0 20px 50px rgba(6,39,70,.25);
    position:relative;
    overflow:hidden;
}

.sobre-card-principal:before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(19,185,143,.18);
    top:-70px;
    right:-70px;
}

.sobre-card-header{
    display:flex;
    gap:18px;
    align-items:flex-start;
    position:relative;
    z-index:1;
    margin-bottom:28px;
}

.sobre-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:900;
    flex-shrink:0;
}

.sobre-card-header h3{
    font-size:26px;
    font-weight:900;
    margin-bottom:8px;
}

.sobre-card-header p{
    color:rgba(255,255,255,.8);
    margin:0;
}

.perfil-clientes{
    position:relative;
    z-index:1;
}

.perfil-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.13);
    border-radius:18px;
    padding:18px;
    margin-bottom:14px;
}

.perfil-icone{
    width:46px;
    height:46px;
    background:#fff;
    color:#062746;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.perfil-item strong{
    display:block;
    font-size:17px;
    font-weight:900;
}

.perfil-item span{
    display:block;
    color:rgba(255,255,255,.78);
    font-size:14px;
    margin-top:4px;
}

.selo-seguranca{
    position:relative;
    z-index:1;
    background:#fff7e6;
    color:#6b4b00;
    border-radius:16px;
    padding:16px;
    margin-top:22px;
    font-size:14px;
}

@media(max-width:768px){
    .sobre-pegcredi{
        padding:55px 0;
    }

    .sobre-pegcredi h2{
        font-size:31px;
    }

    .sobre-destaques{
        grid-template-columns:1fr;
    }

    .sobre-card-principal{
        padding:25px;
    }
}


/* FINAL SOBRE */

/* CONFIGURACOES DE COOKIES */


.cookie-banner{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background:rgba(6,39,70,.97);
    color:#fff;
    padding:18px;
    z-index:99999;
    display:none;
    box-shadow:0 -8px 30px rgba(0,0,0,.25);
}

.cookie-content{
    max-width:1180px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.cookie-content strong{
    font-size:18px;
}

.cookie-content p{
    margin:5px 0 0;
    font-size:14px;
    line-height:1.5;
}

.cookie-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.btn-cookie-primary{
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    border:0;
    border-radius:30px;
    padding:10px 20px;
    font-weight:800;
    cursor:pointer;
}

.btn-cookie-outline{
    background:transparent;
    color:#fff;
    border:1px solid rgba(255,255,255,.7);
    border-radius:30px;
    padding:10px 20px;
    font-weight:700;
    cursor:pointer;
}

.btn-cookie-outline-dark{
    background:#fff;
    color:#062746;
    border:1px solid #062746;
    border-radius:30px;
    padding:10px 20px;
    font-weight:700;
    cursor:pointer;
}

.cookie-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    z-index:100000;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.cookie-modal-box{
    background:#fff;
    color:#111;
    width:100%;
    max-width:580px;
    border-radius:18px;
    padding:25px;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.cookie-modal-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}

.cookie-modal-header h4{
    margin:0;
    font-weight:900;
    color:#062746;
}

.cookie-modal-header button{
    background:none;
    border:0;
    font-size:32px;
    cursor:pointer;
    color:#333;
}

.cookie-option{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:18px 0;
    border-bottom:1px solid #eee;
}

.cookie-option p{
    margin:5px 0 0;
    font-size:14px;
    color:#555;
}

.cookie-modal-actions{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:22px;
    flex-wrap:wrap;
}

/* SWITCH */
.switch{
    position:relative;
    display:inline-block;
    width:52px;
    height:28px;
    flex-shrink:0;
}

.switch input{
    opacity:0;
    width:0;
    height:0;
}

.slider{
    position:absolute;
    cursor:pointer;
    inset:0;
    background:#ccc;
    transition:.3s;
    border-radius:34px;
}

.slider:before{
    position:absolute;
    content:"";
    height:22px;
    width:22px;
    left:3px;
    bottom:3px;
    background:white;
    transition:.3s;
    border-radius:50%;
}

input:checked + .slider{
    background:#13b98f;
}

input:checked + .slider:before{
    transform:translateX(24px);
}

@media(max-width:768px){
    .cookie-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .cookie-actions{
        width:100%;
    }

    .cookie-actions button{
        width:100%;
    }

    .cookie-modal-actions button{
        width:100%;
    }
}

/* FINAL CONFIGURAÇÔES DE COOKIES */


/* MODAL CADASTRO*/

.modal-cadastro{
    border:0;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.modal-cadastro .modal-header{
    background:linear-gradient(135deg,#062746,#0b365f);
    color:#fff;
    padding:28px 32px;
    position:relative;
}

.modal-cadastro .modal-header:before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(19,185,143,.18);
    right:-60px;
    top:-70px;
}

.modal-cadastro .modal-title{
    font-weight:900;
    font-size:28px;
    margin:8px 0 5px;
    position:relative;
    z-index:1;
}

.modal-cadastro .modal-header p{
    margin:0;
    color:rgba(255,255,255,.78);
    position:relative;
    z-index:1;
}

.modal-tag{
    display:inline-block;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    font-size:12px;
    font-weight:900;
    padding:6px 14px;
    border-radius:30px;
    position:relative;
    z-index:1;
}

.modal-cadastro .modal-body{
    padding:32px;
}

.modal-cadastro label{
    font-size:13px;
    font-weight:900;
    color:#062746;
    margin-bottom:6px;
}

.modal-cadastro .form-control{
    height:48px;
    border-radius:12px;
    border:1px solid #d9e4ea;
    font-size:14px;
    padding:10px 14px;
}

.modal-cadastro .form-control:focus{
    border-color:#13b98f;
    box-shadow:0 0 0 .2rem rgba(19,185,143,.15);
}

.modal-info{
    background:#f4fbf8;
    border-left:4px solid #13b98f;
    color:#526373;
    padding:14px 16px;
    border-radius:12px;
    font-size:14px;
}

.modal-footer-custom{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    margin-top:26px;
}

.btn-cancelar{
    background:#eef3f6;
    color:#062746;
    border:0;
    border-radius:30px;
    padding:12px 22px;
    font-weight:800;
}

.btn-enviar-cadastro{
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    border:0;
    border-radius:30px;
    padding:12px 26px;
    font-weight:900;
    box-shadow:0 8px 22px rgba(19,185,143,.25);
}

@media(max-width:768px){
    .modal-cadastro .modal-header,
    .modal-cadastro .modal-body{
        padding:24px 20px;
    }

    .modal-footer-custom{
        flex-direction:column;
    }

    .btn-cancelar,
    .btn-enviar-cadastro{
        width:100%;
    }
}

/* FINAL MODAL CADASTRO */


/* MODAL LOGIN */

	.modal-login{
    border:0;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.modal-login-header{
    background:linear-gradient(135deg,#062746,#0b365f);
    color:#fff;
    text-align:center;
    padding:28px 30px 32px;
    position:relative;
    overflow:hidden;
}

.modal-login-header:before{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    border-radius:50%;
    background:rgba(19,185,143,.18);
    right:-65px;
    top:-80px;
}

.login-logo{
    width:95px;
    height:95px;
    background:#fff;
    border-radius:26px;
    padding:10px;
    margin:10px auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:1;
    box-shadow:0 12px 30px rgba(0,0,0,.22);
}

.login-logo img{
    max-width:100%;
    max-height:100%;
}

.modal-login-header h4{
    font-size:28px;
    font-weight:900;
    margin-bottom:8px;
    position:relative;
    z-index:1;
}

.modal-login-header p{
    color:rgba(255,255,255,.78);
    margin:0;
    position:relative;
    z-index:1;
}

.modal-login label{
    font-size:13px;
    font-weight:900;
    color:#062746;
    margin-bottom:7px;
}

.modal-login .form-control{
    height:50px;
    border-radius:14px;
    border:1px solid #d9e4ea;
    padding:12px 14px;
    font-size:14px;
}

.modal-login .form-control:focus{
    border-color:#13b98f;
    box-shadow:0 0 0 .2rem rgba(19,185,143,.15);
}

.senha-box{
    position:relative;
}

.senha-box input{
    padding-right:52px;
}

.senha-box button{
    position:absolute;
    right:8px;
    top:8px;
    width:36px;
    height:34px;
    border:0;
    background:#eef7f4;
    border-radius:10px;
    cursor:pointer;
}

.login-options{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin:8px 0 22px;
    font-size:13px;
}

.login-options label{
    margin:0;
    color:#526373;
    font-weight:700;
}

.login-options a{
    color:#13b98f;
    font-weight:900;
    text-decoration:none;
}

.btn-login-modal{
    width:100%;
    background:linear-gradient(90deg,#13b98f,#55e0b8);
    color:#062746;
    border:0;
    border-radius:35px;
    padding:14px;
    font-weight:900;
    box-shadow:0 10px 25px rgba(19,185,143,.25);
}

.login-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:22px 0;
    color:#9aa8b3;
    font-size:13px;
}

.login-divider:before,
.login-divider:after{
    content:"";
    flex:1;
    height:1px;
    background:#e5edf1;
}

.btn-login-whatsapp{
    width:100%;
    background:#fff;
    color:#062746;
    border:1px solid #d9e4ea;
    border-radius:35px;
    padding:13px;
    font-weight:900;
}

.btn-login-whatsapp:hover{
    border-color:#13b98f;
    background:#f4fbf8;
}

.login-footer-text{
    margin-top:22px;
    text-align:center;
    font-size:14px;
    color:#526373;
}

.login-footer-text a{
    color:#13b98f;
    font-weight:900;
    text-decoration:none;
}

@media(max-width:576px){
    .modal-dialog{
        margin:12px;
    }

    .modal-login-header{
        padding:24px 22px 28px;
    }

    .login-options{
        flex-direction:column;
        align-items:flex-start;
    }
}


/* FINAL LOGIN */

