/*
 * Estuda Plus - Página pública de depoimentos
 * Compatível com Bootstrap 3
 */

.ep-depoimentos-page {
    background: #f5f7fb;
    color: #263238;
    font-family: 'Ubuntu', sans-serif;
}

.ep-logo-topo {
    width: 170px;
    margin: 0 auto;
}

/* =========================
   HERO
========================= */

.ep-depoimentos-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 82px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,255,255,.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #20366f 0%,
            #2f4d9c 55%,
            #4469c8 100%
        );
    color: #fff;
}

.ep-hero-row {
    position: relative;
    z-index: 2;
}

.ep-hero-conteudo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.ep-hero-conteudo .ep-depoimentos-breadcrumb {
    text-align: center;
}

.ep-hero-conteudo h1,
.ep-hero-conteudo > p {
    margin-left: auto;
    margin-right: auto;
}

.ep-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ep-hero-shape-1 {
    top: -130px;
    right: -100px;
    width: 390px;
    height: 390px;
    border: 72px solid rgba(255,255,255,.05);
}

.ep-hero-shape-2 {
    bottom: -170px;
    left: -120px;
    width: 340px;
    height: 340px;
    background: rgba(255,255,255,.035);
}

.ep-depoimentos-breadcrumb {
    margin-bottom: 26px;
    font-size: 14px;
    color: rgba(255,255,255,.76);
}

.ep-depoimentos-breadcrumb a {
    color: #fff;
}

.ep-depoimentos-breadcrumb span {
    display: inline-block;
    margin: 0 9px;
    opacity: .55;
}

.ep-depoimentos-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ep-depoimentos-hero h1 {
    /*max-width: 720px;*/
    margin: 0 0 20px;
    font-size: 45px;
    line-height: 1.12;
    font-weight: 700;
}

.ep-depoimentos-hero > .container p,
.ep-depoimentos-hero .ep-hero-conteudo > p {
    max-width: 690px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.65;
}

.ep-hero-actions .btn {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.ep-depoimentos-btn {
    padding: 13px 25px;
    border: 0;
    border-radius: 7px;
    background: #fff;
    color: #294899;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(18,36,88,.23);
}

.ep-depoimentos-btn:hover,
.ep-depoimentos-btn:focus {
    background: #f4f6fb;
    color: #203d88;
}

.ep-depoimentos-btn-outline {
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 7px;
    background: transparent;
    color: #fff;
    font-weight: 700;
}

.ep-depoimentos-btn-outline:hover,
.ep-depoimentos-btn-outline:focus {
    background: rgba(255,255,255,.1);
    color: #fff;
}

/* =========================
   NÚMEROS
========================= */

.ep-numeros {
    position: relative;
    z-index: 4;
    margin-top: -28px;
}

.ep-numeros .container {
    padding: 0 28px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(35,53,92,.12);
}

.ep-numero-item {
    padding: 26px 20px;
    text-align: center;
}

.ep-numero-item strong {
    display: block;
    margin-bottom: 5px;
    color: #294899;
    font-size: 30px;
    line-height: 1;
}

.ep-numero-item span {
    color: #707a89;
    font-size: 14px;
}

/* =========================
   CONTEÚDO
========================= */

.ep-depoimentos-conteudo {
    padding: 72px 0 0;
}

.ep-depoimentos-intro {
    max-width: 740px;
    margin: 0 auto 42px;
}

.ep-depoimentos-selo {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 13px;
    border-radius: 30px;
    background: #e9eefc;
    color: #2f4f9d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.ep-depoimentos-intro h2 {
    margin: 0 0 13px;
    color: #1d2f63;
    font-size: 31px;
    font-weight: 700;
}

.ep-depoimentos-intro p {
    margin: 0;
    color: #6a7484;
    font-size: 17px;
    line-height: 1.65;
}

/* =========================
   CARDS
========================= */

.ep-depoimentos-grid {
    display: flex;
    flex-wrap: wrap;
}

.ep-depoimento-coluna {
    display: flex;
    margin-bottom: 30px;
}

.ep-depoimento-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 390px;
    padding: 28px;
    border: 1px solid #e7ebf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(35,53,92,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ep-depoimento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 17px 42px rgba(35,53,92,.13);
}

.ep-depoimento-card-topo {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.ep-depoimento-foto,
.ep-depoimento-avatar {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border-radius: 50%;
}

.ep-depoimento-foto {
    object-fit: cover;
    border: 3px solid #edf1fb;
}

.ep-depoimento-foto {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.ep-depoimento-localizacao {
    display: inline-block;
    margin-left: 6px;
    color: #7a8494;
    font-size: 13px;
    font-weight: 500;
}

.ep-depoimento-localizacao:before {
    content: "•";
    margin-right: 6px;
    color: #aab2c0;
}

.ep-depoimento-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf0ff;
    color: #3553a4;
    font-size: 25px;
    font-weight: 700;
}

.ep-depoimento-identificacao h3 {
    margin: 0 0 5px;
    color: #21366f;
    font-size: 19px;
    font-weight: 700;
}

.ep-depoimento-identificacao p {
    margin: 0;
    color: #7a8391;
    font-size: 13px;
}

.ep-depoimento-estrelas {
    margin-bottom: 17px;
    font-size: 20px;
    letter-spacing: 2px;
}

.ep-depoimento-estrelas span {
    color: #d9dde6;
}

.ep-depoimento-estrelas span.ativa {
    color: #f4b740;
}

.ep-depoimento-card blockquote {
    flex: 1;
    margin: 0 0 23px;
    padding: 0;
    border: 0;
    color: #4c5665;
    font-size: 16px;
    line-height: 1.75;
}

.ep-depoimento-rodape {
    padding-top: 17px;
    border-top: 1px solid #edf0f5;
    color: #314b8f;
    font-size: 14px;
    line-height: 1.45;
}

.ep-depoimento-rodape .glyphicon {
    margin-right: 7px;
}

/* =========================
   PAGINAÇÃO
========================= */

.ep-depoimentos-paginacao {
    margin: 8px 0 40px;
}

.ep-depoimentos-paginacao .pagination > li > a {
    color: #304e9f;
}

.ep-depoimentos-paginacao .pagination > .active > a,
.ep-depoimentos-paginacao .pagination > .active > a:hover {
    border-color: #304e9f;
    background: #304e9f;
    color: #fff;
}

/* =========================
   ESTADO VAZIO
========================= */

.ep-depoimentos-vazio {
    max-width: 680px;
    margin: 0 auto 45px;
    padding: 58px 30px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(35,53,92,.08);
}

.ep-depoimentos-vazio .glyphicon {
    margin-bottom: 17px;
    color: #3454a7;
    font-size: 38px;
}

.ep-depoimentos-vazio h2 {
    color: #20366f;
    font-size: 26px;
}

.ep-depoimentos-vazio p {
    color: #697483;
    font-size: 16px;
}

/* =========================
   CTA FINAL
========================= */

.ep-depoimentos-cta {
    margin-top: 48px;
    padding: 54px 48px;
    border-radius: 18px 18px 0 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(255,255,255,.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #273f86,
            #3e62c1
        );
    color: #fff;
}

.ep-depoimentos-cta .row {
    display: flex;
    align-items: center;
}

.ep-depoimentos-cta h2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
}

.ep-depoimentos-cta p {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 1.65;
}

.ep-depoimentos-cta-acao {
    text-align: right;
}

.ep-depoimentos-btn-claro {
    padding: 13px 27px;
    border: 2px solid #fff;
    border-radius: 7px;
    background: #fff;
    color: #294899;
    font-weight: 700;
}

.ep-depoimentos-btn-claro:hover,
.ep-depoimentos-btn-claro:focus {
    background: transparent;
    color: #fff;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 991px) {
    .ep-depoimentos-cta .row {
        display: block;
    }

    .ep-depoimentos-hero {
        padding: 58px 0 68px;
    }

    .ep-depoimentos-hero h1 {
        font-size: 37px;
    }


    .ep-depoimentos-cta-acao {
        margin-top: 25px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .ep-depoimento-localizacao {
        display: block;
        margin-top: 4px;
        margin-left: 22px;
    }

    .ep-depoimento-localizacao:before {
        display: none;
    }

    .ep-depoimentos-hero {
        padding: 44px 0 54px;
    }

    .ep-depoimentos-hero h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .ep-depoimentos-hero .ep-hero-conteudo > p {
        font-size: 16px;
    }

    .ep-hero-actions .btn {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .ep-numeros {
        margin-top: 0;
        padding-top: 20px;
    }

    .ep-numeros .container {
        border-radius: 0;
        box-shadow: none;
    }

    .ep-numero-item {
        border-bottom: 1px solid #edf0f5;
    }

    .ep-numero-item:last-child {
        border-bottom: 0;
    }

    .ep-depoimentos-conteudo {
        padding-top: 45px;
    }

    .ep-depoimentos-intro h2 {
        font-size: 26px;
    }

    .ep-depoimento-card {
        min-height: 0;
        padding: 24px;
    }

    .ep-depoimentos-cta {
        margin-top: 20px;
        padding: 46px 24px;
        border-radius: 14px 14px 0 0;
    }

    .ep-depoimentos-cta h2 {
        font-size: 27px;
    }

    .ep-depoimentos-cta-acao {
        text-align: left;
    }
}

/* =========================
   MODAL DE ESTADOS
========================= */

.ep-modal-estados {
    padding-right: 0 !important;
}

.ep-modal-estados .modal-dialog {
    width: auto;
    max-width: 590px;
    margin: 65px auto 30px;
}

.ep-modal-estados .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(18,35,76,.30);
}

.ep-modal-estados .modal-header {
    position: relative;
    padding: 24px 28px;
    border: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(255,255,255,.18),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #233d86,
            #3e62c1
        );
    color: #fff;
}

.ep-modal-estados .modal-header .close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-shadow: none;
    opacity: 1;
}

.ep-modal-estados .modal-header .close:hover,
.ep-modal-estados .modal-header .close:focus {
    background: rgba(255,255,255,.24);
    color: #fff;
    outline: 0;
}

.ep-modal-estados .modal-title {
    padding-right: 48px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.ep-modal-estados .modal-body {
    padding: 28px;
}

.ep-modal-estados-apresentacao {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ep-modal-estados-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin-right: 16px;
    border-radius: 16px;
    background: #edf2ff;
    color: #3658ac;
    font-size: 25px;
}

.ep-modal-estados-intro {
    margin: 0 0 5px;
    color: #20366f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.ep-modal-estados-subtexto {
    display: block;
    color: #758092;
    font-size: 14px;
    line-height: 1.5;
}

.ep-modal-estados-lista {
    display: block;
}

.ep-modal-estado-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 84px;
    margin-bottom: 14px;
    padding: 14px 70px 14px 15px;
    overflow: hidden;
    border: 1px solid #e2e8f3;
    border-radius: 14px;
    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #fbfcff 100%
        );
    color: #263238;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(40,61,110,.07);
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.ep-modal-estado-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #3c5eb7;
    opacity: 0;
    transition: opacity .2s ease;
}

.ep-modal-estado-link:last-child {
    margin-bottom: 0;
}

.ep-modal-estado-link:hover,
.ep-modal-estado-link:focus {
    border-color: #b9c8eb;
    background: #f6f8ff;
    color: #263238;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(40,61,110,.14);
    transform: translateY(-3px);
    outline: 0;
}

.ep-modal-estado-link:hover:before,
.ep-modal-estado-link:focus:before {
    opacity: 1;
}

.ep-modal-estado-sigla {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    margin-right: 16px;
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            #294899,
            #456ac8
        );
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 8px 18px rgba(42,72,151,.24);
}

.ep-modal-estado-conteudo {
    display: block;
    min-width: 0;
}

.ep-modal-estado-conteudo strong {
    display: block;
    margin-bottom: 4px;
    color: #24345e;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.ep-modal-estado-conteudo small {
    display: block;
    color: #7d8797;
    font-size: 13px;
    line-height: 1.35;
}

.ep-modal-estado-seta {
    position: absolute;
    top: 50%;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf2ff;
    color: #3658ac;
    transform: translateY(-50%);
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.ep-modal-estado-link:hover .ep-modal-estado-seta,
.ep-modal-estado-link:focus .ep-modal-estado-seta {
    background: #3658ac;
    color: #fff;
    transform: translateY(-50%) translateX(3px);
}

.ep-modal-estados-seguranca {
    margin-top: 20px;
    padding: 13px 15px;
    border-radius: 10px;
    background: #f2f8f4;
    color: #39724a;
    font-size: 13px;
    text-align: center;
}

.ep-modal-estados-seguranca .glyphicon {
    margin-right: 6px;
}

.ep-modal-estados .modal-footer {
    padding: 16px 28px 22px;
    border: 0;
    background: #fff;
    text-align: center;
}

.ep-modal-estados .modal-footer .btn {
    min-width: 120px;
    padding: 10px 20px;
    border-color: #dce2ec;
    border-radius: 8px;
    background: #f7f8fb;
    color: #5f6978;
    font-weight: 700;
}

.ep-modal-estados .modal-footer .btn:hover,
.ep-modal-estados .modal-footer .btn:focus {
    border-color: #ccd4e1;
    background: #eef1f6;
    color: #344052;
}

@media (max-width: 767px) {
    .ep-modal-estados .modal-dialog {
        margin: 18px 12px;
    }

    .ep-modal-estados .modal-content {
        border-radius: 16px;
    }

    .ep-modal-estados .modal-header {
        padding: 21px 20px;
    }

    .ep-modal-estados .modal-title {
        font-size: 21px;
    }

    .ep-modal-estados .modal-body {
        padding: 22px 18px;
    }

    .ep-modal-estados-apresentacao {
        align-items: flex-start;
    }

    .ep-modal-estados-icone {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        margin-right: 12px;
        border-radius: 13px;
        font-size: 22px;
    }

    .ep-modal-estados-intro {
        font-size: 16px;
    }

    .ep-modal-estado-link {
        min-height: 78px;
        padding: 12px 58px 12px 12px;
    }

    .ep-modal-estado-sigla {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        margin-right: 12px;
        border-radius: 12px;
        font-size: 15px;
    }

    .ep-modal-estado-conteudo strong {
        font-size: 15px;
    }

    .ep-modal-estado-conteudo small {
        font-size: 12px;
    }

    .ep-modal-estado-seta {
        right: 13px;
        width: 34px;
        height: 34px;
    }

    .ep-modal-estados .modal-footer {
        padding: 12px 18px 18px;
    }
}
