/* CSS para Front VitaTags */

/*/ CARD DO PROFISSIONAL NA HOME /*/

.home-card-ctn {
    display: flex;
}

.home-card-img-ctn {
    width: 280px;
    min-width: 260px;
}

.home-card-img {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.home-card-info-ctn {
    padding-left: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-card-txt-nome {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    color: #012147;
    padding: 0;
    margin: 0;
}

.home-card-txt-esp {
    font-size: 24px;
    line-height: 1.1;
    color: #012147;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.home-card-img-local {
    margin-top: 20px;
}

.home-card-txt-end {
    font-size: 24px;
    line-height: 1.3;
    color: #012147;
    margin: 0;
    padding: 0;
}

.home-card-link-map {
    font-size: 20px;
    line-height: 1;
    color: #52EEC6;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.home-card-link-online {
    font-size: 24px;
    line-height: 1;
    color: #012147;
    font-weight: 600;
    display: block;
    margin: 20px 0;
}

.home-card-link-btn {
    font-size: 20px;
    color: #012147;
    line-height: 1;
    display: inline-block;
    background-color: #52EEC6;
    text-transform: uppercase;
    padding: 12px 18px 12px 40px;;
    border-radius: 8px;
    margin: 8px 0;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 15px center;
    min-width: 180px;
}

.home-card-btn-perfil {
    background-image: var(--img-seta-link);
}

.home-card-btn-artigos {
    background-image: var(--img-chain-link);
}

@media only screen and (max-width: 1320px) {

    .home-card-img-ctn {
        min-width: 180px;
    }

    .home-card-txt-nome {
        font-size: 28px;
    }
    
    .home-card-txt-esp {
        font-size: 22px;
    }
    
    .home-card-img-local {
        margin-top: 20px;
    }
    
    .home-card-txt-end {
        font-size: 22px;
    }
    
    .home-card-link-map {
        font-size: 18px;
    }
    
    .home-card-link-btn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 650px) {

    .home-card-img-ctn {
        width: 220px;
        min-width: 220px;
    }

}

@media only screen and (max-width: 540px) {
    .home-card-ctn {
        flex-direction: column;
    }

    .home-card-img-ctn {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .home-card-info-ctn {
        padding-left: 0;
    }

    .home-card-txt-nome {
        font-size: 26px;
    }
    
    .home-card-txt-esp {
        font-size: 20px;
    }
    
    .home-card-img-local {
        margin-top: 18px;
    }
    
    .home-card-txt-end {
        font-size: 20px;
    }
    
    .home-card-link-map {
        font-size: 18px;
    }

    .home-card-link-btn {
        font-size: 16px;
    }
}

/*/ FIM DO CARD DO PROFISSIONAL NA HOME /*/

/*/ LISTAGEM DE PROFISSIONAIS /*/

.section-pro-lista {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.pro-head-ctn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pro-breadcrumb-ctn {
    display: flex;
    padding: 4px 20px;
    background-color: #012147;
    width: auto;
}

.pro-breadcrumb-link {
    font-size: 20px;
    color: #FFF;
}

.pro-breadcrumb-txt-div {
    font-size: 20px;
    color: #fff;
    margin: 0 6px;
}

.pro-breadcrumb-txt-atual {
    font-size: 20px;
    color: #fff;
}

.pro-citypick-btn {
    font-size: 16px;
    color: #012147;
    background-color: #52EEC6;
    padding: 5px 10px;
    line-height: 1;
    cursor: pointer;
    box-shadow: rgba(0,0,0,rgba(0,0,0,0.05));
    border-radius: 5px;
}

@media only screen and (max-width: 992px) {
    .pro-breadcrumb-link,
    .pro-breadcrumb-txt-div,
    .pro-breadcrumb-txt-atual {
        font-size: 18px;
    }

    .pro-head-ctn {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .pro-breadcrumb-ctn {
        display: none;
    }

    .pro-citypick-btn {
        position: absolute;
        right: 0;
    }

    .pro-head-ctn {
        width: 100%;
        position: relative;
        align-items: flex-start;
        background-color: pink;
    }

    .pro-titulo-link-btn {
        margin-bottom: 20px;
    }
}

.pro-titulo-ctn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.pro-titulo-h1 {
    font-size: 36px;
    color: #012147;
    line-height: 1.1;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.pro-titulo-link-btn {
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    background-color: #012147;
    padding: 12px 20px 12px 30px;
    display: block;
    border-radius: 8px;
    background-image: var(--img-seta-btn-fundo);
    background-repeat: no-repeat;
    background-position: 15px center;
}

@media only screen and (max-width: 992px) {
    .pro-titulo-h1 {
        font-size: 28px;
    }

    .pro-titulo-link-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {

    .pro-titulo-ctn {
        margin-bottom: 25px;
    }

    .pro-titulo-h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {

    .pro-titulo-ctn {
        margin-top: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 8px;
    }

    .pro-titulo-link-btn {
        font-size: 12px;
        line-height: 1;
        padding: 6px 12px 6px 20px;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: 7px center;
    }

    .pro-titulo-h1 {
        font-size: 24px;
    }
}

.pro-lista-ctn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.pro-pagination-ctn {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 35px;
}

.pro-pagination-link-ctn {
    border: 1px solid #012147;
    border-radius: 5px;
}

.pro-pagination-link {
    font-size: 20px;
    color: #012147;
    line-height: 1;
    padding: 4px 8px;
    display: block;
}

.pro-pagination-atual {
    background-color: #012147;
    color: #fff;
}

.pro-label-ctn {
    margin-top: 15px;
    font-size: 18px;
    color: #012147;

}

.pro-label-ctn span {
    font-weight: 600;
}

.pro-label-link {
    display: block;
    font-size: 16px;
    color: #012147;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {

    .pro-label-ctn {
        margin-top: 0;
    }

    .pro-label-link {
        margin-bottom: 20px;
    }

}

/*/ FIM DA LISTAGEM DE PROFISSIONAIS /*/

/*/ CONTAINER PROFISSIONAL VIP /*/

.pro-provip-ctn {
    width: 100%;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.06);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pro-provip-img {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
}

.pro-provip-img-link {
    display: inline-block;
    padding: 0;
    line-height: 0;
    width: 100%;
    max-width: 150px;
}

.pro-provip-info-ctn {
    display: flex;
    width: 100%;
    position: relative;
}

.pro-provip-data-ctn {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pro-provip-link-nome {
    font-size: 32px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    padding-left: 40px;
    background-image: var(--img-icon-star-vip);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: flex;
    gap: 10px;
    align-items: center;
}

.pro-provip-link-especialidade {
    margin-top: 15px;
    font-size: 16px;
    color: #012147;
    line-height: 1;
    margin-left: 8px;
}

.pro-provip-link-cidade {
    font-size: 16px;
    color: #012147;
    line-height: 1;
    margin-top: 5px;
    margin-left: 8px;
}

.pro-provip-btn-ctn {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.pro-provip-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #012147;
    background-color: #52EEC6;
    text-transform: uppercase;
    padding: 12px 20px 12px 35px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 8px center;
}

.pro-provip-btn-perfil {
    background-image: var(--img-seta-link);
}

.pro-provip-btn-artigos {
    background-image: var(--img-chain-link);
}

.pro-provip-social-ctn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-wrap: wrap;
    gap: 6px;
}

.pro-provip-social-btn {
    width: 24px;
    padding: 24px 0 0 0;
    height: 0;
    overflow: hidden;
    display: block;
}

.pro-btn-instagram {
    background-image: var(--img-pro-social-instagram);
}

.pro-btn-youtube {
    background-image: var(--img-pro-social-youtube);
}

.pro-btn-linkedin {
    background-image: var(--img-pro-social-linkedin);
}

.pro-btn-facebook {
    background-image: var(--img-pro-social-facebook);
}

.pro-btn-twitter {
    background-image: var(--img-pro-social-twitter);
}

.pro-btn-tiktok {
    background-image: var(--img-pro-social-tiktok);
}

.vtag-prop-videos-ctn {
    display: flex;
    flex-direction: column;
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}

.vtag-prop-videos-txt-title {
    font-size: 24px;
    color: #012147;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.vtag-prop-videos-txt-desc {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.vtag-prop-videos-txt-desc span {
    font-weight: 600;
}

.vtag-prop-videos-list-ctn {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
    gap: 20px;
}

.vtag-prop-videos-video-ctn {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.vtag-prop-video-img-link {
    display: inline-block;
}

.vtag-prop-video-thumb-ctn {
    display: flex;
    position: relative;
}

.vtag-prop-video-img-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.vtag-prop-video-img {
    width: 100%;
}

.vtag-prop-video-desc-ctn {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.vtag-prop-video-link-title {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
}

.vtag-prop-video-link-ctn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}

.vtag-prop-video-link {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    background-color: #012147;
    border-radius: 8px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1320px) {

    .vtag-prop-video-link-title {
        font-size: 18px;
    }

    .vtag-prop-video-link {
        font-size:18px;
    }

}

@media only screen and (max-width: 992px) {

    .pro-provip-ctn {
        align-items: start;
    }

    .pro-provip-info-ctn {
        flex-direction: column;
        gap: 20px;
    }

    .pro-provip-link-nome {
        font-size: 28px;
        line-height: 1.2;
    }

    .pro-provip-btn {
        font-size: 14px;
        background-size: 15px;
        padding: 8px 14px 8px 24px;
    }

    .pro-provip-social-ctn {
        position: static;
    }

    .pro-provip-social-ctn {
        width: 100%;
    }

    .vtag-prop-videos-txt-title {
        font-size: 20px;
    }

    .vtag-prop-videos-txt-desc {
        font-size: 18px;
    }

    .vtag-prop-video-img-icon {
        width: 50px;
    }

    .vtag-prop-video-link-title {
        font-size: 16px;
    }

    .vtag-prop-video-link {
        font-size:16px;
    }

    .vtag-prop-videos-ctn {
        padding: 20px;
    }

}

@media only screen and (max-width: 768px) {

    .pro-provip-ctn {
        padding: 10px;
    }

    .pro-provip-link-nome {
        font-size: 24px;
    }

}

@media only screen and (max-width: 480px) {

    .pro-lista-ctn {
        margin-top: 0;
        gap: 15px;
    }

    .pro-provip-ctn {
        flex-direction: column;
        justify-content: center;
    }

    .pro-provip-img-link {
        margin: 0 auto;
    }

    .pro-provip-img {
        margin: 0 auto;
    }

    .pro-provip-link-nome {
        font-size: 20px;
    }

    .vtag-prop-videos-txt-title {
        text-align: center;
        margin-bottom: 6px;
    }

    .vtag-prop-videos-txt-desc {
        text-align: center;
    }

    .vtag-prop-videos-list-ctn {
        flex-wrap: wrap;
    }

    .vtag-prop-videos-video-ctn {
        width: 100%;
        max-width: 300px;
    }

    .vtag-prop-video-img-icon {
        width: 70px;
    }

}

/*/ FIM DO CONTAINER DO PROFISSIONAL VIP /*/

/*/ CONTAINER PROFISSIONAL POTENCIAL /*/

.pro-propot-ctn {
    width: 100%;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.06);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pro-propot-info-ctn {
    display: flex;
    width: 100%;
    position: relative;
}

.pro-propot-data-ctn {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pro-propot-link-nome {
    font-size: 32px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}

.pro-propot-link-especialidade {
    margin-top: 15px;
    font-size: 16px;
    color: #012147;
    line-height: 1;
    margin-left: 8px;
}

.pro-propot-link-cidade {
    font-size: 16px;
    color: #012147;
    line-height: 1;
    margin-top: 5px;
    margin-left: 8px;
}

.pro-propot-btn-ctn {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.pro-propot-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #012147;
    background-color: #52EEC6;
    text-transform: uppercase;
    padding: 12px 20px 12px 35px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 8px center;
}

.pro-propot-btn-perfil {
    background-image: var(--img-seta-link);
}

.pro-propot-btn-artigos {
    background-image: var(--img-chain-link);
}

.pro-propot-social-ctn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 6px;
}

.pro-propot-social-btn {
    width: 24px;
    padding: 24px 0 0 0;
    height: 0;
    overflow: hidden;
    display: block;
}

@media only screen and (max-width: 992px) {

    .pro-propot-ctn {
        align-items: start;
    }

    .pro-propot-info-ctn {
        flex-direction: column;
        gap: 20px;
    }

    .pro-propot-link-nome {
        font-size: 28px;
        line-height: 1.2;
    }

    .pro-propot-btn {
        font-size: 14px;
        background-size: 15px;
        padding: 8px 14px 8px 24px;
    }

    /*.pro-propot-social-ctn {
        position: static;
    }*/

    .pro-propot-social-ctn {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {

    .pro-propot-ctn {
        padding: 10px;
    }

    .pro-propot-link-nome {
        font-size: 24px;
    }

}

@media only screen and (max-width: 480px) {

    .pro-propot-ctn {
        flex-direction: column;
        justify-content: center;
    }

    .pro-propot-img {
        margin: 0 auto;
    }

    .pro-propot-link-nome {
        font-size: 20px;
    }

}

/*/ FIM DO CONTAINER DO PROFISSIONAL POTENCIAL /*/

/*/ CONTAINER PROFISSIONAL MEKA /*/

.pro-promek-ctn {
    width: 100%;
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.06);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.pro-promek-info-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.pro-promek-data-ctn {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pro-promek-link-nome {
    font-size: 24px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    display: flex;
    gap: 10px;
    align-items: center;
}

.pro-promek-confirm-img {
    width: 15px;
    line-height: 1;
    margin: 0;
    height: auto;
}

.pro-promek-confirm-img-vip {
    width: 20px;
    line-height: 1;
    margin: 0;
    height: auto;
    flex-shrink: 0;
}

.pro-promek-link-especialidade {
    margin-top: 15px;
    font-size: 16px;
    color: #012147;
    line-height: 1;
    margin-left: 8px;
}

.pro-promek-link-cidade {
    font-size: 16px;
    color: #012147;
    line-height: 1;
    margin-top: 5px;
    margin-left: 8px;
}

.pro-promek-btn-ctn {
    display: flex;
}

.pro-promek-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #012147;
    text-transform: uppercase;
    padding: 12px 15px 12px 25px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 8px center;
}

.pro-promek-confirm-ctn {
    padding: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.pro-promek-btn-perfil {
    background-image: var(--img-seta-btn-fundo);
}

@media only screen and (max-width: 992px) {

    .pro-promek-ctn {
        align-items: start;
    }

    .pro-promek-link-nome {
        font-size: 20px;
        line-height: 1.2;
    }

    .pro-promek-confirm-img {
        width: 13px;
    }

    .pro-promek-btn {
        font-size: 14px;
        background-size: 15px;
        padding: 8px 14px 8px 24px;
    }

    .pro-promek-link-especialidade {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 768px) {

    .pro-promek-ctn {
        padding: 10px;
    }

    .pro-promek-link-nome {
        font-size: 18px;
    }

}

@media only screen and (max-width: 480px) {

    .pro-promek-info-ctn {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .pro-promek-confirm-img-vip {
        width: 20px;
    }

    .pro-promek-data-ctn {
        width: 100%;
        justify-content: flex-start;
    }

    .pro-promek-btn-ctn {
        justify-content: flex-start;
    }

    .pro-promek-btn {
        font-size: 12px;
        padding: 4px 8px;
        background-image: none;
        border-radius: 0;
    }

}

/*/ FIM DO CONTAINER DO PROFISSIONAL MEKA /*/

/*/ PICK CITY /*/

.pick-city-lr {
    display: none;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 1200;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.pick-city-ctn {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 2px;
    border-bottom: 1px solid #012147;
    max-width: 600px;
    width: 100%;
}

.pick-city-head-ctn {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    border-bottom: 1px solid #012147;
    display: flex;
    justify-content: space-between;
}

.pick-city-head-label {
    font-size: 18px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
}

.pick-city-head-btn-ctn {
    font-size: 18px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
}

.pick-city-body-ctn {
    padding: 15px;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.pick-city-cities-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.pick-city-cities-city {
    border: 1px solid #012147;
}

.pick-city-citties-city-link {
    font-size: 18px;
    color: #012147;
    text-transform: uppercase;
    display: block;
    padding: 4px 8px;
}

.pick-city-all {
    color: green;
}

/*/ FIM DO PICK CITY /*/

/*/ LISTA DE ESPECIALIDADES /*/

.cat-especialidades-section {
    width: 100%;
    margin-top: 30px;
}

.cat-especialidades-ctn {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.cat-especialidade-linkwrapper-ctn {
    flex: 1;
    max-width: 120px;
}

.cat-especialidade-ctn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
}

.cat-especialidade-img-ctn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #012147;
    border-radius: 50%;
    padding: 20px;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.cat-especialidade-img {
    line-height: 1;
    width: 43px;
}

.cat-especialidade-txt {
    font-size: 16px;
    color: #012147;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {

    .cat-especialidade-ctn {
        width: 100px;
        margin-bottom: 10px;
    }

    .cat-especialidade-txt {
        font-size: 15px;
    }

    .cat-especialidade-img-ctn {
        width: 70px;
        height: 70px;
    }
    
    .cat-especialidade-img {
        width: 40px;
    }
}

@media only screen and (max-width: 480px) {

    .cat-especialidades-ctn {
        gap: 10px;
    }

    .cat-especialidade-ctn {
        width: 90px;
        margin-bottom: 20px;
    }

    .cat-especialidade-txt {
        font-size: 13px;
    }

    .cat-especialidade-img-ctn {
        width: 60px;
        height: 60px;
    }
    
    .cat-especialidade-img {
        width: 30px;
    }

}

/*/ FIM DA LISTA DE ESPECIALIDADES /*/

/*/ Lista de Profissionais SIDE /*/

.vtag-ms-txt-titulo {
    font-size: 26px;
    color: #012147;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 25px;
}

.vtag-ms-pros-ctn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.vtag-ms-pro-ctn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 2px;
}

.vtag-ms-pro-img {
    width: 100%;
    max-width: 110px;
    line-height: 1;
    border-radius: 50%;
}

.vtag-ms-pro-desc-ctn {
    width: 100%;
}

.vtag-ms-pro-txt-nome {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
}

.vtag-ms-pro-txt-esp {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #012147;
    line-height: 1.1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.vtag-ms-pros-ms-ctn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.vtag-ms-pro-ms-ctn {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 2px;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 2px;
}

.vtag-ms-pro-ms-txt-nome {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    font-weight: 600;
}

.vtag-ms-pro-ms-txt-esp {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #012147;
    line-height: 1.1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.vtag-ms-pro-ms-img-ctn {
    position: absolute;
    right: 8px;
    bottom: 4px;
}

@media only screen and (max-width: 1320px) {

    .vtag-ms-pro-txt-nome {
        font-size: 18px;
    }

    .vtag-ms-pro-img {
        max-width: 90px;
    }

    .vtag-ms-pro-ms-txt-nome {
        font-size: 18px;
    }

}

@media only screen and (max-width: 992px) {

    .vtag-ms-txt-titulo {
        font-size: 22px;
    }

    .vtag-ms-pro-ctn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media only screen and (max-width: 768px) {

    .vtag-ms-pros-ctn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
    
    .vtag-ms-pro-link {
        width: 48%;
    }

    .vtag-ms-pro-ctn {
        height: 100%;
        justify-content: start;
    }

    .vtag-ms-pros-ms-ctn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .vtag-ms-pro-ms-link {
        width: 48%;
    }

    .vtag-ms-pro-ms-ctn {
        height: 100%;
    }

}

@media only screen and (max-width: 480px) {

    .vtag-ms-pros-ctn {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
    }

    .vtag-ms-pro-link {
        width: 100%;
    }

    .vtag-ms-pro-ctn {
        flex-direction: row;
    }

    .vtag-ms-pro-txt-esp {
        margin-top: 4px;
    }

    .vtag-ms-pro-ms-link {
        width: 100%;
    }

}

/*/ Fim da Lista de Profissionais SIDE /*/

/*/ Perfil no vTag /*/

.vtag-breadcrumb-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vtag-breadcrumb-ctn {
    padding: 4px 20px;
    background-color: #012147;
    display: flex;
}

.vtag-breadcrumb-link {
    font-size: 20px;
    color: #fff;
}

.vtag-breadcrumb-div-sep {
    font-size: 20px;
    color: #fff;
    padding: 0 8px;
}

.vtag-prop-container {
    margin-top: 20px;
    box-shadow: rgba(0,0,0,0.05) 0 0 15px 3px;
    padding: 15px 15px 0 15px;
}

.vtag-prop-profile-ctn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.vtag-prop-profile-img {
    width: 280px;
    border-radius: 10px;
}

.vtag-prop-profile-info-ctn {
    flex: 1;
    justify-content: flex-start;
    justify-items: flex-start;
}

.vtag-prop-profile-h1 {
    font-size: 32px;
    line-height: 1.2;
    color: #012147;
    padding-left: 40px;
    background-image: var(--img-icon-star-vip);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    background-size: 28px;
    margin: 0;
}

.vtag-prop-profile-txt-esp {
    font-size: 24px;
    line-height: 1.2;
    color: #012147;
    margin: 6px 0 0 0;
}

.vtag-prop-update-ctn {
    font-size: 14px;
    line-height: 1;
    padding: 7px 10px 8px 28px;
    margin-top: 8px;
    margin-bottom: 20px;
    background-color: #012147;
    color: #fff;
    background-image: var(--img-icon-check-update);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    border-radius: 3px;
}

.vtag-prop-update-warning-ctn {
    font-size: 14px;
    line-height: 1;
    padding: 7px 10px 8px 10px;
    margin-top: 8px;
    background-color: #012147;
    color: #fff;
    border-radius: 3px;
}

.vtag-prop-profile-txt-reg {
    font-size: 16px;
    line-height: 1.2;
    color: #012147;
    margin: 4px 0 0 0;
}

.vtag-prop-profile-address-ctn {
    margin-bottom: 20px;
}

.vtag-prop-profile-address-titulo {
    font-size: 24px;
    color: #012147;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.vtag-prop-profile-address-titulo-a {
    font-size: 24px;
    color: #012147;
    background-image: var(--img-icon-clinic);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}

.vtag-prop-profile-end-ctn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 55px;
    width: 100%;
    min-height: 45px;
    background-image: var(--img-vtag-icon-pin);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.vtag-prop-profile-address {
    font-size: 24px;
    color: #012147;
    line-height: 1.2;
    font-style: normal;
}

.vtag-prop-profile-end-link {
    font-size: 20px;
    color: #52EEC6;
    line-height: 1.1;
    display: inline-block;
    margin-top: 6px;
}

.vtag-prop-profile-online-ctn {
    margin-bottom: 25px;
}

.vtag-prop-profile-online {
    display: block;
    padding-left: 30px;
    font-size: 24px;
    color: #012147;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    background-image: var(--img-check-option);
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 1.3;
}

.vtag-prop-profile-fone-link {
    display: block;
    padding-left: 55px;
    font-size: 24px;
    color: #012147;
    margin-top: 5px;
    background-image: var(--img-vtag-icon-phone);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.vtag-prop-profile-whatsapp-link {
    display: block;
    padding-left: 55px;
    font-size: 24px;
    color: #012147;
    margin-top: 5px;
    background-image: var(--img-vtag-icon-whatsapp);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.vtag-prop-profile-site-link {
    display: block;
    padding-left: 55px;
    font-size: 24px;
    color: #012147;
    margin-top: 5px;
    background-image: var(--img-vtag-icon-web);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.vtag-prop-profile-social-ctn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.vtag-prop-profile-social-link {
    width: 24px;
    padding-top: 24px;
    height: 0;
    overflow: hidden;
}

.vtag-prop-instagram {
    background-image: var(--img-pro-social-instagram);
}

.vtag-prop-facebook {
    background-image: var(--img-pro-social-facebook);
}

.vtag-prop-youtube {
    background-image: var(--img-pro-social-youtube);
}

.vtag-prop-tiktok {
    background-image: var(--img-pro-social-tiktok);
}

.vtag-prop-linkedin {
    background-image: var(--img-pro-social-linkedin);
}

.vtag-prop-twitter {
    background-image: var(--img-pro-social-twitter);
}

.vtag-prop-info-ctn {
    margin-top: 30px;
    font-size: 24px;
    color: #012147;
    line-height: 1.2;
    background-color: #F5F5F5;
    padding: 12px;
}

.vtag-prop-info-ctn p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.vtag-prop-info-ctn span.forte {
    font-weight: 600;
}

.vtag-prop-info-ctn span.italico {
    font-style: italic;
}

.vtag-prop-links-ctn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
}

.vtag-prop-links-txt-title {
    font-size: 22px;
    color: #012147;
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
    line-height: 1;
}

.vtag-prop-links-link {
    width: 100%;
    color: #012147;
    text-align: center;
    font-size: 20px;
    border: 1px solid #012147;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    margin: 8px 0 0 0;
}

.vtag-prop-links-link:hover {
    background-color: #f4f9ff;
}

.vtag-prop-btns-ctn {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    padding-bottom: 30px;
}

.vtag-prop-btns-btn {
    font-size: 16px;
    color: #012147;
    background-color: #52EEC6;
    display: block;
    text-transform: uppercase;
    padding: 8px 18px 8px 38px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 8px center;
}

.vtag-pro-btn-agende {
    background-image: var(--img-seta-link);
}

.vtag-pro-btn-veja {
    background-image: var(--img-chain-link);
}

.vtag-prom-container {
    margin-top: 20px;
    box-shadow: rgba(0,0,0,0.05) 0 0 15px 3px;
    padding: 15px;
}

@media only screen and (max-width: 1320px) {

    .vtag-prop-profile-img {
        max-width: 240px;
        width: 100%;
    }
    
    .vtag-prop-profile-h1 {
        font-size: 28px;
        background-position: 1px 2px;
    }

    .vtag-prop-profile-txt-esp {
        font-size: 22px;
    }
    
    .vtag-prop-profile-txt-reg {
        font-size: 16px;
    }
    
    .vtag-prop-profile-address {
        font-size: 22px;
    }
    
    .vtag-prop-profile-end-link {
        font-size: 20px;
    }

    .vtag-prop-profile-online {
        font-size: 22px;
    }
    
    .vtag-prop-profile-fone-link {
        font-size: 22px;
    }
    
    .vtag-prop-profile-whatsapp-link {
        font-size: 22px;
    }
    
    .vtag-prop-profile-site-link {
        font-size: 22px;
    }

    .vtag-prop-info-ctn {
        font-size: 22px;
    }
    
    .vtag-prop-link-btn {
        font-size: 16px;
    }

}

@media only screen and (max-width: 992px) {

    .vtag-breadcrumb-link {
        font-size: 18px;
    }
    
    .vtag-breadcrumb-div-sep {
        font-size: 18px;
    }

    .vtag-prop-profile-img {
        max-width: 200px;
        width: 100%;
    }
    
    .vtag-prop-profile-h1 {
        background-position: 3px 3px;
        font-size: 26px;
    }

    .vtag-prop-profile-txt-esp {
        font-size: 20px;
    }
    
    .vtag-prop-profile-txt-reg {
        font-size: 16px;
    }

    .vtag-prop-update-ctn {
        margin-bottom: 20px;
    }

    .vtag-prop-profile-address-titulo {
        margin-top: 28px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .vtag-prop-profile-address-titulo-a {
        font-size: 18px;
        background-size: 18px;
    }

    .vtag-prop-profile-end-ctn {
        margin-top: 5px;
        margin-bottom: 6px;
        padding-left: 40px;
        background-size: 26px;
        background-position: 3px 3px;
    }
    
    .vtag-prop-profile-address {
        font-size: 18px;
    }
    
    .vtag-prop-profile-end-link {
        font-size: 18px;
    }

    .vtag-prop-profile-online {
        font-size: 18px;
        padding-left: 40px;
    }
    
    .vtag-prop-profile-fone-link {
        font-size: 18px;
        padding-left: 40px;
        background-size: 26px;
    }
    
    .vtag-prop-profile-whatsapp-link {
        font-size: 18px;
        padding-left: 40px;
        background-size: 26px;
    }
    
    .vtag-prop-profile-site-link {
        font-size: 18px;
        padding-left: 40px;
        background-size: 26px;
    }

    .vtag-prop-links-txt-title {
        font-size: 18px;
    }

    .vtag-prop-links-link {
        font-size: 18px;
        padding: 10px 15px;
    }

    .vtag-prop-links-link:hover {
        background-color: #f4f9ff;
    }

    .vtag-prop-info-ctn {
        font-size: 20px;
    }
    
    .vtag-prop-link-btn {
        font-size: 16px;
    }

}

@media only screen and (max-width: 590px) {

    .vtag-breadcrumb-hide {
        display: none;
    }

    .vtag-prop-profile-ctn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding-top: 10px;
    }

    .vtag-prop-profile-img {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
    }

    .vtag-prop-profile-txt-esp {
        font-size: 18px;
    }

    .vtag-prop-profile-txt-reg {
        font-size: 18px;
    }

    .vtag-prop-profile-end-ctn {
        background-size: 23px;
    }
    
    .vtag-prop-profile-fone-link {
        background-size: 23px;
    }
    
    .vtag-prop-profile-whatsapp-link {
        background-size: 23px;
    }
    
    .vtag-prop-profile-site-link {
        background-size: 23px;
    }

    .vtag-prop-links-ctn {
        margin-top: 15px;
    }

    .vtag-prop-links-txt-title {
        font-size: 18px;
    }

    .vtag-prop-links-link {
        font-size: 18px;
        padding: 10px 15px;
    }

    .vtag-prop-btns-ctn {
        flex-direction: column;
        gap: 15px;
    }

}

.vtag-prov-profile-h1 {
    font-size: 32px;
    line-height: 1.2;
    color: #012147;
    margin: 0;
}

@media only screen and (max-width: 1320px) {
    
    .vtag-prov-profile-h1 {
        font-size: 28px;
    }

}

@media only screen and (max-width: 992px) {

    .vtag-prov-profile-h1 {
        font-size: 26px;
    }

}

/*/ Fim do Perfil no vTag /*/

/*/ CSS específico do vTag para Clínicas /*/

.vtag-clinic-no-margin {
    margin-top: 0;
}

.vtag-clinica-desc-txt-title {
    font-size: 30px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.vtag-clinica-desc-txt-title::after {
    content: ' ';
    display: block;
    width: 150px;
    height: 8px;
    background-color: #52EEC6;
    margin-top: 8px;
}

.vtag-clinica-desc-ctn {
    margin-top: 25px;
    padding-bottom: 25px;
    display: flex;
    gap: 25px;
}

.vtag-clinica-desc-img-ctn {
    width: 350px;
}

.vtag-clinica-desc-img-ctn img {
    width: 100%;
    border-radius: 10px;
}

.vtag-clinica-desc-txt-ctn {
    flex: 1;
}

.vtag-clinica-info-ctn {
    margin: 0;
    font-size: 24px;
    color: #012147;
    line-height: 1.2;
    background-color: #F5F5F5;
    padding: 12px;
}

.vtag-clinica-info-ctn p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.vtag-clinica-info-ctn span.forte {
    font-weight: 600;
}

.vtag-clinica-info-ctn span.italico {
    font-style: italic;
}

@media only screen and (max-width: 1320px) {

    .vtag-clinica-desc-txt-title {
        font-size: 28px;
    }

    .vtag-clinica-desc-img-ctn {
        width: 300px;
    }

}

@media only screen and (max-width: 992px) {

    .vtag-clinica-desc-img-ctn {
        width: 200px;
    }

    .vtag-clinica-info-ctn {
        font-size: 20px;
    }

}

@media only screen and (max-width: 590px) {

    .vtag-clinica-desc-txt-title {
        font-size: 24px;
    }

    .vtag-clinica-desc-txt-title::after {
        height:7px;
    }

    .vtag-clinica-desc-ctn {
        flex-direction: column;
        margin-top: 20px;
        gap: 25;
    }

    .vtag-clinica-desc-img-ctn {
        width: 100%;
        text-align: center;
    }

    .vtag-clinica-desc-img-ctn img {
        max-width: 300px;
    }
}

/*/ Fim do CSS específico do vTag para Clínicas /*/

/*/ Especialidades na Home /*/

.home-especs-ctn {
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.home-espec-ctn {
    text-align: center;
    width: 100px;
}

.home-espec-img-ctn {
    border: 5px solid #012147;
    border-radius: 50%;
    padding: 15px 17px;
    margin-bottom: 7px;
}

.home-espec-img {
    width: 100%;
    max-width: 43px;
}

.home-espec-txt {
    font-size: 16px;
    color: #012147;
    line-height: 1.2;
    font-weight: 600;   
}

.home-especs-btn-ctn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-especs-btn-link {
    margin-top: 25px;
    font-size: 16px;
    color: #012147;
    display: inline-block;
    border: 1px solid #012147;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .home-especs-ctn {
        flex-wrap: wrap;
    }

    .home-espec-ctn {
        width: 80px;
    }

    .home-espec-img-ctn {
        border: 4px solid #012147;
        padding: 13px 15px;
        margin-bottom: 7px;
    }

    .home-espec-img {
        max-width: 35px;
    }
}

/*/ Fim de Especialidades na Home /*/

/*/ CSS para data confirmation /*/

.vtag-data-confirm-ctn {
    margin-top: 20px;
    border: 1px solid #012147;
    border-radius: 8px;
    padding: 20px;
}

.vtag-data-confirm-txt-greeting {
    font-size: 18px;
    color: #012147;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.vtag-data-confirm-txt-padrao {
    font-size: 16px;
    color: #012147;
    margin: 8px 0;
}

.vtag-data-confirm-txt-padrao span {
    font-weight: 600;
}

.vtag-data-confirm-txt-destaque {
    font-size: 16px;
    color: #012147;
    margin: 10px 0;
    font-weight: 600;
}

.vtag-data-confirm-ul {
    font-size: 16px;
    color: #012147;
    padding-left: 20px;
}

.vtag-data-confirm-txt-status {
    font-size: 16px;
    color: #012147;
    padding: 8px;
    border-radius: 8px;
}

.vtag-data-confirm-txt-status span {
    font-weight: 600;
}

.vtag-data-confirm-status-ok {
    color:  #103306;
    border: 1px solid #103306;
}

.vtag-data-confirm-status-warning {
    color:  #f05d05;
    border: 1px solid #f05d05;
}

.vtag-data-confirm-status-dead {
    color:  #b31d1d;
    border: 1px solid #b31d1d;
}

.vtag-data-confirm-btn-ctn {
    position: fixed;
    bottom: 35px;
    right: 35px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 2px;
    max-width: 540px;
    padding: 15px;
    border-radius: 15px;
    background-color: #FDFDFD;
    display: relative;
}

.vtag-data-confirm-btn-txt-normal {
    font-size: 18px;
    color: #012147;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.vtag-data-confirm-btn-txt-normal span {
    font-weight: 600;
}

.vtag-data-confirm-btns-ctn {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.vtag-datacfm-btn-ctn {
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 2px;
}

.vtag-datacfm-btn-no-ctn {
    background: #eb2346;
}

.vtag-datacfm-btn-yes-ctn {
    background: #316e00;
}

.vtag-data-confirm-btn-txt-dst {
    font-size: 26px;
    font-weight: 600;
    user-select: none;
    line-height: 1.1;
}

.vtag-data-confirm-btn-txt-lbl {
    font-size: 18px;
    user-select: none;
    line-height: 1.1;
}

.vtag-data-confirm-show-msg {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background-color: rgba(255,255,255,0.95);
    border-radius: 15px;
    padding: 20px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.vtag-data-confirm-show-msg-txt-label {
    font-size: 18px;
    color: #012147;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.vtag-data-confirm-show-msg-txt-title {
    font-size: 22px;
    color: #012147;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 680px) {

    .vtag-data-confirm-btn-ctn {
        max-width: none;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .vtag-data-confirm-btns-ctn {
        gap: 10px;
    }

    .vtag-data-confirm-btn-txt-dst {
        font-size: 18px;
    }

    .vtag-data-confirm-btn-txt-lbl {
        font-size: 14px;
    }
}

/*/ Fim do CSS para data confirmation /*/

/*/ CSS para Voucher vTag Premium /*/

.pv-ctn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pv-voucher-ctn {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    background-color: #FFF;
    margin: 10px 0;
    box-shadow:  rgba(0,0,0,0.03) 2px 2px 4px;
}

.pv-voucher-form {
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fs-voucher {
    border: 0;
}

.lb-voucher {
    display: inline-block;
    font-size: 20px;
    color: #012147;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
}

.pv-voucher-it {
    font-size: 30px;
    color: #012147;
    padding: 15px 20px;
    width: 200px;
    border-radius: 10px;
    border: 1px solid #012147;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}

.pv-voucher-form-iputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pv-voucher-btn {
    background-color: #012147;
    border: 0;
    padding: 12px 16px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    border-radius: 10px;
}

.pv-inst-ctn {
    margin-top: 40px;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 15px 20px;
}

.pv-inst-txt-destaque {
    font-size: 20px;
    color: #012147;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.pv-inst-ul {
    padding-left: 20px;
    color: #012147;
    font-size: 18px;
    line-height: 1.7;
}

.pv-inst-ul li span {
    font-weight: 600;
}

@media only screen AND (max-width: 480px) {

    .pv-inst-ctn {
        margin-top: 15px;
        padding: 5px 10px;
    }

    .pv-inst-ul {
        line-height: 1.5;
    }

}

.pv-success-txt-title {
    font-size: 24px;
    color: #012147;
    line-height: 1.3;
    text-align: center;
    margin-top: 0;
}

.pv-success-txt-title span {
    font-weight: 600;
}

.pv-success-txt-normal {
    font-size: 20px;
    color: #012147;
    line-height: 1.3;
}

.pv-success-txt-normal span {
    font-weight: 600;
}

.pv-success-txt-normal a {
    color: #012147;
    font-weight: 600;
}

.pv-success-btn {
    display: block;
    background-color: #012147;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    max-width: 250px;
}

@media only screen AND (max-width: 768px) {

    .pv-success-txt-normal {
        text-align: center;
    }

}

/*/ Fim do CSS para Voucher vTag Premium /*/

.swal2-title {
    color: #012147;
    line-height: 1.2;
}

.swal2-confirm {
    background-color: #012147;
}

/*/ CSS para Vídeos Home /*/

.home-vds-ctn {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/*.home-vds-col {
    width: 20%;
}*/

.home-vds-titulo-ctn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 17%;
}

.home-vds-titulo-txt-normal {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 7px 0;
    padding: 0;
    font-weight: 300;
}

.home-vds-titulo-txt-dest {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.home-vds-titulo-txt-dest::after {
    display: block;
    background-color: #52EEC6;
    width: 50%;
    height: 6px;
    margin-top: 8px;
    content: '';
}

.home-vds-videos-ctn {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 83%;
}

.home-vds-video-ctn {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 25%;
}

.home-vds-video-img-link {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.home-vds-video-img-ctn {
    position: relative;
}

.home-vds-video-img-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.home-vds-video-img {
    border-radius: 8px;
    width: 100%;
    max-width: 240px;
}

.home-vds-video-desc-ctn {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
    height: 100%;
}

.home-vds-video-link-title {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    margin: 6px 0;
}

.home-vds-video-link-autor {
    font-size: 16px;
    color: #52EEC6;
    font-weight: 600;
    line-height: 1.2;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

@media only screen and (max-width: 1320px) {

    .home-vds-titulo-txt-normal {
        font-size: 28px;
    }

    .home-vds-titulo-txt-dest {
        font-size: 28px;
    }

}

@media only screen and (max-width: 992px) {

    .home-vds-ctn {
        flex-direction: column;
    }

    .home-vds-titulo-ctn {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .home-vds-titulo-txt-dest {
        display: inline-block;
        width: fit-content;
        margin: 0 auto;
    }

    .home-vds-videos-ctn {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 12px;
        width: 100%;
    }

    .home-vds-video-desc-ctn {
        padding-bottom: 20px;
    }

    .home-vds-video-link-autor {
        bottom: 0;
    }

    .home-vds-titulo-txt-dest::after {
        width: 100%;
        margin-top: 4px;
    }

    .home-vds-video-ctn {
        width: 49%;
        text-align: center;
        padding: 15px 10px;
    }

}

@media only screen and (max-width: 768px) {

    .home-vds-video-link-title {
        font-size: 18px;
    }

    .home-vds-videos-ctn {
        gap: 20px;
    }

    .home-vds-video-ctn {
        max-width: 500px;
        width: 100%;
    }

}

/*/ Fim do CSS para Vídeos Home /*/

/*/ CSS para Videos /*/

.section-vds-lista {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.videos-head-ctn {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.videos-head-txt-label {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.videos-head-txt-label span {
    font-weight: 600;
}

.videos-lista-ctn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    gap: 20px;
}

.videos-video-ctn {
    width: 18%;
    display: flex;
    flex-direction: column;
    box-shadow:  rgba(0,0,0,0.1) 2px 2px 2px;
    border-radius: 10px;
    padding: 8px;
    border: 1px solid #EFEFEF;
}

.video-img-link {
    display: inline-block;
}

.video-thumb-ctn {
    position: relative;
    display: flex;
}

.video-img-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.video-img {
    width: 100%;
}

.video-desc-ctn {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    padding-bottom: 30px;
    position: relative;
    height: 100%;
}

.video-link-title {
    font-size: 20px;
    color: #012147;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4px;
}

.video-link-autor {
   font-size: 16px;
   color: #52EEC6;
   line-height: 1.2;
   text-align: center;
   position: absolute;
   bottom: 0;
   transform: translateX(-50%);
   left: 50%;
   width: 100%;
}

.videos-paginacao-ctn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.videos-paginacao-item {
    font-size: 20px;
    color: #012147;
    line-height: 1;
    font-weight: 600;
    border: 1px solid #012147;
    padding: 10px 8px;
    border-radius: 8px;
}

.videos-paginacao-atual {
    background-color: #012147;
    color: #FFF;
}

@media only screen and (max-width: 1320px) {

    .video-link-title {
        font-size: 18px;
    }

}

@media only screen and (max-width: 992px) {

    .videos-video-ctn {
        width: 22.5%;
    }

}

@media only screen and (max-width: 768px) {

    .videos-head-txt-label {
        text-align: center;
    }

    .videos-lista-ctn {
        margin-top: 20px;
    }

    .videos-video-ctn {
        width: 47%;
    }

    .videos-paginacao-item {
        font-size: 18px;
    }

    .videos-paginacao-ctn {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 480px) {

    .videos-head-txt-label {
        font-size: 18px;
    }

    .videos-lista-ctn {
        justify-content: center;
    }

    .videos-video-ctn {
        max-width: 350px;
        width: 100%;
    }

    .videos-paginacao-item {
        font-size: 16px;
    }

}

/*/ Fim do CSS para Vídeos /*/

/*/ CSS para me Avalie no Google /*/

.vtag-prop-avalie-link {
    display: inline-block;
}

.vtag-prop-avalie-icon-ctn {
    padding-top: 8px;
}

.vtag-prop-avalie-ctn {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #012147;
    border-radius: 8px;
    padding: 5px 10px;
    background-color: #fcfcfc;
    box-shadow: rgba(0,0,0,0.05) 3px 3px 3px;
}

.vtag-prop-avalie-txt-ctn {
    font-size: 18px;
    color: #012147;
    font-weight: 600;
}

/*/ Fim do CSS para me Avalie no Google /*/

/*/ CSS para Redes Premium /*/

.vtag-prop-list-social-txt-title {
    font-size: 24px;
    color: #012147;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: -10px;
    line-height: 1.3;
}

@media only screen and (max-width: 992px) {

    .vtag-prop-list-social-txt-title {
        margin-bottom: -20px;
    }

    .vtag-prop-list-social-txt-title {
        font-size: 18px;
    }

}

/*/ Fim do CSS para Redes Premium /*/