/* FONTES ////////////////////////////////////////////// */

@font-face {
    font-family: 'kiona';
    src: url('../fonts/kiona-regular.woff2') format('woff2'), url('../fonts/kiona-regular.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* RESET CSS ////////////////////////////////////////////// */

*,
.breadcrumb .breadcrumb-item {    
    /*font-family: sans-serif, montserrat;*/
    font-family: montserrat, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
#container-fluid {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
    font-family: 'Nunito Sans', montserrat, sans-serif;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
    font-weight: 400;
}

p {
    padding: 10px 0;
    font-family: 'Nunito Sans', montserrat, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
    font-weight: 700;
}

a,
button {
    transition: ease .2s;
    -webkit-transition: ease .2s;
    -ms-transition: ease .2s;
}

form {
    font-family: montserrat, sans-serif;
}

p {
    line-height: 1.6;
    padding: 10px 0;
}

.btn-primary {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #ccc;
}

.btn-lg {
    border-radius: 0;
}

.form-control {
    /* border-right: none !important; */
    border-radius: 0 !important;
}

.cell_medic_treatments div.form-control {
    border-color: transparent !important;
}

.form-control:focus {
    border-color: #ccc;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.12);
  }

.input-group .form-control {
    /* border-right: none !important; */
    border-radius: 0;

}

.input-group .input-group-append .btn-outline-theme {
    border-radius: 0 0 15px 0;
    border-left: none;
    color: #ccc;
    padding: 0 15px !important;
}

.input-group .input-group-append .btn-outline-theme:active,
.input-group .input-group-append .btn-outline-theme:visited,
.input-group .input-group-append .btn-outline-theme:focus,
.input-group .input-group-append .btn-outline-theme:hover {
    background: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

.texto-cinza-escuro {
    color: #6c757d;
}

.text-theme {
    color: #333 !important;
}

.btn-social {
    height: 55px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.btn-theme {
    color: #fff;
    background-color: #111;
    border-color: #fff;
    border-radius: 5px;
}

.btn-theme:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-theme:focus,
.btn-theme.focus {
    /*color: #fff;
    background-color: #fff;
    border-color: #444;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    */
}

.btn-theme.disabled,
.btn-theme:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme:not(:disabled):not(.disabled).active,
.show>.btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-theme:not(:disabled):not(.disabled):active:focus,
.btn-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #444;
}

.btn-outline-theme {
    color: #fff;
    border-color: #fff;
    background-color: #333;
}

.btn-outline-theme:hover {
    color: #fff;
    background-color: #212529;
    border-color: #fff;
}

.btn-outline-theme:focus,
.btn-outline-theme.focus {
    box-shadow: 0 0 0 0.2rem #444;
}

.btn-outline-theme.disabled,
.btn-outline-theme:disabled {
    color: #444;
    background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active,
.btn-outline-theme:not(:disabled):not(.disabled).active,
.show>.btn-outline-theme.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #44499;
}

.bg-outline-theme,
.bg-theme {
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}

.bg-theme {
    background-color: #fff;
}


/* 	SUMÁRIO



*/


/* ////////////////////////////////////////////// */

.card-title {
    font-size: 1.5rem;
}

.pointer {
    cursor: pointer;
}

.btn-padrao {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #212529;
    color: #212529;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    transition: ease-in .2s;
    -webkit-transition: ease-in .2s; 
}

.btn-padrao:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
    text-decoration: none;
}

.btn-padrao.btn-dourado {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.btn-padrao.btn-dourado:hover {
    background-color: #444;
    color: #fff;
}

.btn-padrao.bg-dourado:hover {
    background-color: #444;
    color: #fff;
}

#quote .treatmemt-container .sessao-planejar-link > a {
    border-radius: 10px;
    border: 2px solid #212529;
    padding: 7px;
    font-weight: bold;
    color: #212529;
    font-size: 17px;
}

.btn-padrao.grande {
    font-size: 22px;
    padding: 10px 60px;
    border-radius: 10px;
}

.btn-padrao.branco {
    color: #fff;
    border-color: #fff;
}

.btn-padrao.branco:hover {
    background-color: #2b2016;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.btn-dark {
    /* background: #2b2016;
    color: #AC7C31;
    border-color: #AC7C31; */
    /* border-radius: none; */
}

.btn-lg-x {
    padding: 10px 100px;
}

.bg-escuro {
    background-color: #9c7838;
}

.text-gold {
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.hifen {
    margin-left: -4px;
}

.bg-marrom {
    background-color: #2b2016;
}

.bg-marrom .titulo {
    color: #000;
}

.bg-dourado {
    background-color: #000000;
    color: #ffffff;
}

.dourado {
    color: #000;
}

.bg-grey {
    background-color: #ececec;
}

h1.titulo,
h2.titulo,
h3.titulo {
    font-size: 42px;
    font-family: Raleway, 'Nunito Sans', montserrat, sans-serif;
    position: relative;

    z-index: 1;
}

h2.titulo {
    font-size: 33px;
}

h3.titulo {
    font-size: 24px;
}

h1.titulo.titulo-grande {
    font-size: 59px;
}

h1.titulo.titulo-home {
    font-size: 59px;
}

.subtitulo-beneficios {
    line-height: 1.5 !important;
}

h2.titulo {
    font-size: 30px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
}

h3.titulo {
    font-size: 18px;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    line-height: 22px;
}

.card-dashboard {
    background: #2b2016;
    border: 0;
    border-radius: 10px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    h1.titulo.titulo-grande {
        font-size: 46px;
    }
}

.breadcrumb {
    padding-bottom: 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.breadcrumb i {
    margin: 0 10px;
}

.breadcrumb .breadcrumb-item.active {
    /* font-weight: bold; */
}

.breadcrumb .breadcrumb-item a {
    /* color: #fff; */
}

.breadcrumb .breadcrumb-item a:hover {
    /* color: #2b2116; */
    text-decoration: none;
}

.breadcrumb .breadcrumb_separador {
    margin: 0 15px;
    width: 13px;
    height: 14px;
    margin-top: 1px;
}

a {
    color: #000;
}

a:hover {
    color: #2f2617;
    text-decoration: none;
}

.link-underline:hover {
    color: #bf923f;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .btn-padrao {
        font-size: 13px;
    }
    .btn-padrao.grande {
        font-size: 18px;
        padding: 10px 30px;
    }
    h1.titulo {
        font-size: 32px;
    }
}


/*  ////////////////////////////////////////////////////// */

header {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: ease-in .3s;
    -webkit-transition: ease-in .3s;
}

.header-space {
    height: 64px;
}

@media only screen and (min-width: 767px) {
    .header-space {
        height: 74px;
    }
}

header.marrom-bg {
    /* background-color: #2b2016; */
    background-color: #000;
}

header .login {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    color: #fff;
    border-radius: 15px 0 15px 0;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: ease-in .2s;
    -webkit-transition: ease-in .2s;
}

header .login:hover {
    background-color: #fff;
    color: #271c15 !important;
}

header #dropdownMenuLink>* {
    display: inline-block;
    vertical-align: middle;
}

header #dropdownMenuLink img {
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
}

header #dropdownMenuLink:hover {
    color: #fff;
}

header #dropdownMenuLink:hover span {
    color: #fff;
}

header .dropdown-menu {
    font-family: montserrat, sans-serif;
}

header .dropdown-menu {
    padding: 0;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 0 0 10px 10px;
}

header .dropdown-menu a {
    padding: 15px;
}

header .dropdown-menu a:hover {
    /* background-color: #ccc; */
    /* color: #fff; */
}

header.marrom-bg .login {
    border: 2px solid #fff;
    color: #fff;
}

header .navbar-brand {
    height: 55px;
}

header .fa-bars {
    color: #fff;
    font-size: 26px;
    transition: ease-in .1s;
    -webkit-transition: ease-in .1s;
}

header .fa-bars:hover {
    color: #fff;
}

header .menu-full {
    width: 100vw;
    height: 0vh;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

header .menu-full.menu-show {
    transition: all .4s ease-in-out;
    height: 100vh;
}

header .menu-linha {
    height: 100vh;
}

header .menu-full.menu-show ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
}

header .menu-full.menu-show ul li a:hover {
    text-decoration: none;
    color: #2b2016;
}

#bg-menu {
    position: absolute;
    background-color: #2b2016;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    header .login {
        display: none;
    }
    header .navbar-brand {
        height: 45px;
    }
}

.link-affiliate {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 15px 20px;
    background: #2b2016;
    border-radius: 100px;
    color: #fff;
    transition: all .3s;
    z-index: 1;
}

.link-affiliate:hover {
    color: #bf923f;
}


/*  ////////////////////////////////////////////////////// */

.slider-home .slide,
.slider-home .slide .row {
    min-height: 835px;
}

.slider-home .slide {
    background-position: center;
}

.slider-home .slide h1 {
    color: #8f6d33;
    font-size: 32px;
    font-weight: bold;
    font-family: montserrat, sans-serif;
    line-height: 38px;
}

.slider-home .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .slider-home .slick-dots {
        bottom: 0px !important;
        position: sticky;
        transform: translateY(-54px);
    }
}


/*  ////////////////////////////////////////////////////// */

#featured {
    position: relative;
    background: #fff;
    border-top-left-radius: 100px;
    margin-top: 0;
    height: 130px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

#featured-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: #5d3918;
    /* border-top-left-radius: 100px; */
}

#featured-items {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    /* border-top-left-radius: 100px; */
    padding: 10px;
}

#featured .row .col {
    position: relative;
    height: 100px;
    padding: 0 15px;
}

#featured-items .row .col:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: #c3c3c3;
    top: 20%;
    right: 0;
}

.featured-col {
    text-align: center;
    color: #875522;
    transition: color .3s ease-in-out;
    font-size: 14px;
}

.featured-col:hover {
    color: #b3b3b3;
}

.featured-items.row:last-child .featured-item:after {
    width: 0;
}

.featured-item {
    width: 100%;
    height: 70%;
    margin-bottom: 5%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.featured-procedimentos {
    background-image: url('/img/site/beneficios/01_PROCEDIMENTOS.png');
    transition: background .3s ease-in-out;
}

.featured-procedimentos:hover {
    background-image: url('/img/site/beneficios/01_PROCEDIMENTOS_CINZA.png');
}

.featured-parceiros {
    background-image: url('/img/site/beneficios/02_PARCEIROS.png');
    transition: background .3s ease-in-out;
}

.featured-parceiros:hover {
    background-image: url('/img/site/beneficios/02_PARCEIROS_CINZA.png');
}

.featured-videos {
    background-image: url('/img/site/beneficios/03_VIDEOS.png');
    transition: background .3s ease-in-out;
}

.featured-videos:hover {
    background-image: url('/img/site/beneficios/03_VIDEOS_CINZA.png');
}

.featured-news {
    background-image: url('/img/site/beneficios/04_NEWS.png');
    transition: background .3s ease-in-out;
}

.featured-news:hover {
    background-image: url('/img/site/beneficios/04_NEWS_CINZA.png');
}

.featured-produtos {
    background-image: url('/img/site/beneficios/05_PRODUTOS.png');
    transition: background .3s ease-in-out;
}

.featured-produtos:hover {
    background-image: url('/img/site/beneficios/05_PRODUTOS_CINZA.png');
}

.featured-beneficios {
    background-image: url('/img/site/beneficios/06_BENEFICIOS.png');
    transition: background .3s ease-in-out;
}

.featured-beneficios:hover {
    background-image: url('/img/site/beneficios/06_BENEFICIOS_CINZA.png');
}

.featured-beauty-coin {
    background-image: url('/img/site/beneficios/07_BEAUTY_COIN.png');
    transition: background .3s ease-in-out;
}

.featured-beauty-coin:hover {
    background-image: url('/img/site/beneficios/07_BEAUTY_COIN_CINZA.png');
}

.featured-quiz {
    background-image: url('/img/site/beneficios/08_QUIZZ.png');
    transition: background .3s ease-in-out;
}

.featured-quiz:hover {
    background-image: url('/img/site/beneficios/08_QUIZZ_CINZA.png');
}

#destaques {}

#destaques .box-destaque {
    text-align: center;
    padding-bottom: 20px;
}

#destaques .box-destaque img {
    max-width: 100%;
    transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -webkit-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -ms-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
}

#destaques .box-destaque a:hover img {
    transform: scale(1.13);
    filter: saturate(1.2) brightness(105%);
    z-index: +9;
}

.menu-link:hover .menu-item-text {
    color: #fff;
}

.menu-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 17%;
    background-size: auto 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.menu-procedimentos {
    background-image: url('/img/site/beneficios/01_PROCEDIMENTOS.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-procedimentos:hover .menu-procedimentos{ background-image: url('/img/site/beneficios/01_PROCEDIMENTOS_CINZA.png');} */

.menu-parceiros {
    background-image: url('/img/site/beneficios/02_PARCEIROS.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-parceiros:hover .menu-parceiros{ background-image: url('/img/site/beneficios/02_PARCEIROS_CINZA.png');} */

.menu-videos {
    background-image: url('/img/site/beneficios/03_VIDEOS.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-videos:hover .menu-videos{ background-image: url('/img/site/beneficios/03_VIDEOS_CINZA.png');} */

.menu-news {
    background-image: url('/img/site/beneficios/04_NEWS.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-news:hover .menu-news{ background-image: url('/img/site/beneficios/04_NEWS_CINZA.png');} */

.menu-produtos {
    background-image: url('/img/site/beneficios/05_PRODUTOS.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-produtos:hover .menu-produtos{ background-image: url('/img/site/beneficios/05_PRODUTOS_CINZA.png');} */

.menu-beneficios {
    background-image: url('/img/site/beneficios/06_BENEFICIOS.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-beneficios:hover .menu-beneficios{ background-image: url('/img/site/beneficios/06_BENEFICIOS_CINZA.png');} */

.menu-beauty-coin {
    background-image: url('/img/site/beneficios/07_BEAUTY_COIN.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-beauty-coin:hover .menu-beauty-coin{ background-image: url('/img/site/beneficios/07_BEAUTY_COIN_CINZA.png');} */

.menu-quiz {
    background-image: url('/img/site/beneficios/08_QUIZZ.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-quiz:hover .menu-quiz{ background-image: url('/img/site/beneficios/08_QUIZZ_CINZA.png');} */

.menu-login {
    background-image: url('/img/site/beneficios/09_LOGIN.png');
    transition: background .3s ease-in-out;
}


/* .menu-link-beneficios:hover .menu-beneficios{ background-image: url('/img/site/beneficios/06_BENEFICIOS_CINZA.png');} */

.menu-item-text {
    font-size: 1rem;
}


/*  ////////////////////////////////////////////////////// */

#videos {
    background-image: url('../img/site/bg-videos.jpg');
    background-size: cover;
    width: 100%;
    padding: 100px 0;
}

#video-container {
    position: relative;
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background: linear-gradient(.25turn, #5d3918, #AC7C31, #5d3918);
}

#videos .video {
    background: #fff;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

#videos .video .play-video {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: rgba(176, 126, 48, 1);
    border-radius: 100px;
}

#videos .nav-tabs {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 5px 0;
    border: 1px solid #fff!important;
    position: relative;
    max-width: 75%;
    left: 50%;
    transform: translateX(-50%);
}

#videos .nav-tabs .nav-item {
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border-right: 1px solid #fff;
}

#videos .nav-tabs .nav-item:hover {
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid rgba(255, 255, 255, .3);
}

#videos .nav-tabs .nav-item:last-child {
    border-right: none;
}

#videos .nav-tabs .nav-item.active {
    background-color: rgba(255, 255, 255, .2);
    border-top: none;
    border-bottom: none;
    font-weight: bold;
}

#videos .nav-tabContent {
    transition: .2s ease;
    -webkit-transition: .2s ease;
}

#video-see-more {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

#videos .videos-categ img {
    border-radius: 10px;
    transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -webkit-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -ms-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    transform: scale(1.03);
}

#videos .videos-categ h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

#videos .videos-categ {
    text-align: center;
}

#videos .videos-categ .thumb {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.p16-9 {
    padding-top: calc((9 / 16) * 100%);
}

#videos .videos-categ .thumb img {
    width: 100%;
}

#videos .videos-categ .thumb a {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#videos .videos-categ i {
    position: absolute;
    font-size: 40px;
    color: #2b2016;
    left: 6%;
    top: 70%;
}

.video-title {
    display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 1.5rem;
    padding: 0 35px;
}

#videos .videos-categ a:hover {
    transform: scale(1.10);
    opacity: .8;
}

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


/*  ////////////////////////////////////////////////////// */

#about {
    position: relative;
}

.about-item {
    position: relative;
    width: 36%;
    padding: 25px;
    border-radius: 10px;
    background: #f1f1f1;
    background-image: url('/img/site/bg-como-funciona-white.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-item-border {
    position: absolute;
    left: 5%;
    top: -4%;
    width: 90%;
    height: 108%;
    background: transparent;
    border: 2px solid #AC7C31;
    border-radius: 10px;
    transition: transform .2s ease;
}

.about-item-border:hover {
    transform: scaleY(1.1);
}

#about-how {
    padding-right: 7%;
    background: #513809;
    color: #fff;
    background-image: url('/img/site/bg-como-funciona-dark.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#about-anb {
    width: 27%;
    padding: 40px 53px;
    z-index: 1;
}

#about-why {
    padding-left: 7%;
    background: #7e570f;
    color: #fff;
    background-image: url('/img/site/bg-como-funciona-light.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#events {
    padding: 50px 25px;
    border-top-right-radius: 100px;
    background-color: #2b2016;
}

#instagram {
    /* padding: 50px 25px; */
    /* border-top-left-radius: 100px; */
    /* background: linear-gradient(.25turn, #5d3918, #AC7C31, #5d3918); */
}

@media(max-width: 1199px) {
    .about-item {
        width: 100% !important;
    }
    #about-anb {
        margin-top: 170px;
    }
    #about-why {
        margin-top: 170px;
    }
    .video-title {
        margin-bottom: 40px;
    }
}

@media(min-width: 1200px) {
    #about {
        padding-bottom: 40%;
    }
    .about-item {
        position: absolute;
        padding: 25px 70px;
    }
    #about-how {
        left: 6%;
        top: 58%;
        transform: translateY(-50%);
    }
    #about-anb {
        left: 50%;
        top: 46%;
        transform: translate(-50%, -50%);
    }
    #about-why {
        right: 6%;
        top: 35%;
        transform: translateY(-50%);
    }
    .about-item-border {
        top: -10%;
        height: 120%;
    }
    #video-container-fluid {
        width: 124%;
        margin-left: -12%;
    }
    .video-title {
        padding: 0 86px;
    }
    #videos .videos-categ i {
        top: 74%;
    }
}

@media(min-width: 768px) {
    #social-events-bg {
        position: absolute;
        top: -6%;
        left: 0;
        width: 60%;
        height: 115%;
        border-bottom-right-radius: 100px;
        background-color: #2b2016;
    }
    #social #instagram {
        padding: 70px;
    }
    #social-instagram-bg {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 50%;
        height: 85%;
        border-top-left-radius: 100px;
        background: linear-gradient(.25turn, #5d3918, #AC7C31, #5d3918);
    }
    #events {
        padding: 0;
        border-top-right-radius: 0;
        background-color: transparent;
    }
    #instagram {
        padding: 0;
        border-top-left-radius: 0;
        background: transparent;
    }
}

.about-title {
    font-size: 1rem;
    color: #2b2016;
    font-weight: bold;
}

#como-funciona {
    padding: 150px 0 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#como-funciona .box-funciona {
    padding: 60px 40px;
    border: 2px solid rgba(176, 126, 48, 1);
    border-radius: 20px;
    position: relative;
}

@media(min-width: 1200px) {
    #como-funciona .container {
        max-width: 1440px;
    }
}

@media(min-width: 1400px) {
    #como-funciona {
        padding: 50px 0;
    }
}

@media(min-width: 1600px) {
    #como-funciona {
        padding: 0;
    }
}

#register {
    position: relative;
    margin-top: 64px;
    margin-bottom: -3rem;
}

.register-item {
    line-height: 0;
    height: calc(33vh - 21px);
    overflow: hidden;
    background: #2b2016;
}

.register-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
    transform: scale(1);
    opacity: .5;
}

@media(min-width: 768px) {
    .register-item-doctor img {
        object-position: 73%;
    }
}

.register-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.register-info {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    text-align: center;
    transition: color .2s ease-in-out;
}

.register-item:hover .register-info {
    color: #fff;
}

.register-info span {
    display: block;
    margin-bottom: 10px;
}

.register-info h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media(min-width: 769px) {
    #register {
        margin-top: 74px;
    }
    .register-item {
        height: calc(100vh - 74px);
    }
}

.news-box-image {
    width: 100%;
    overflow: hidden;
}

.news-box-image:hover .news-image {
    transform: scale(1.1);
}

.news-image {
    width: 100%;
    padding-bottom: 56.76%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: transform .3s ease;
}


/*  ////////////////////////////////////////////////////// */

#webdoor {
    height: 100vh;
}

#webdoor .slick-list {
    height: 100vh;
}

#webdoor .slide-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}


/*  ////////////////////////////////////////////////////// */


/*  ////////////////////////////////////////////////////// */

#news {
    margin-top: 100px;
    margin-bottom: 150px;
}

#news-container {
    position: relative;
}

#news-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b2016;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.news-btn {
    position: relative;
}

#news h1 {
    color: #fff;
}

#news .slides-news {
    max-width: 90%;
    margin: 0 auto;
}

#news .slides-news .slide {
    padding: 30px 15px;
    font-family: montserrat, sans-serif;
}

#news .slides-news .slide .thumb {
    background-color: #fff;
    border-radius: 10px 0 10px 0;
    -webkit-box-shadow: 0px 0px 30px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px -14px rgba(0, 0, 0, 0.5);
    min-height: 340px;
}

#news .slides-news .slide img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0 0 12px 12px;
}

#news .slides-news .slide .thumb-body {
    padding: 20px;
}

#news .slides-news .slide .thumb-body .categoria {
    background-color: #fff;
    color: #fff;
    padding: 7px 15px 5px 15px;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    transition: .2s ease;
    -webkit-transition: .2s ease;
}

#news .slides-news .slide .thumb-body .categoria:hover {
    text-decoration: none;
    background-color: #2b2016;
}

#news .slides-news .slide .thumb-body .data {
    color: #bcbcbc;
    font-weight: bold;
}

#news .slides-news .slide .thumb-body h3 {
    color: #706e69;
    font-size: 23px;
    font-weight: bold;
}

#news .slides-news .slide .thumb-body p {
    color: #b4b2ad;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

#news .slides-news .slide .thumb-body .saiba-mais {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s ease;
    -webkit-transition: .2s ease;
}

#news .slides-news .slide .thumb-body .saiba-mais:hover {
    text-decoration: none;
    color: #2b2016;
}


/*  ////////////////////////////////////////////////////// */

#social {
    position: relative;
}

#social h1 {
    color: #fff;
}

#social h2 {
    font-size: 28px;
}

#events-itens {
    padding: 10px;
    border: 1px solid #fff;
    background: #fff;
}

#events-title {
    color: #fff;
}

#events-itens h2 i {
    color: #fff;
}

.instagram-title h1 {
    display: inline-block;
    font-size: 1.8rem;
}

.instagram-title i {
    display: inline-block;
    font-size: 1.5rem;
    color: #2b2016;
}

.social-thumb {
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
    overflow: hidden;
}

.social-thumb img {
    width: 100%;
}

#social p {
    font-family: montserrat, sans-serif;
    color: #fff;
}

#social h4 {
    font-style: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#social .social-thumb-prox {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
    font-family: montserrat, sans-serif;
}

#social .social-thumb-prox img {
    width: 100%;
}

#social .media-body {
    color: #fff;
    font-family: montserrat, sans-serif;
    font-weight: bold;
}

#social .media-body h6 {
    margin-bottom: 10px;
}

#social .box-insta {
    padding: 0px 2px;
}

#social .box-insta a {
    margin: 0;
    padding: 0;
}

#social .box-insta img {
    width: 100%;
    padding: 0;
}


/*  ////////////////////////////////////////////////////// */

#investimento h1 {
    color: #fff;
}

#investimento .plano-m h5,
#investimento .plano-s h5,
#investimento .plano-a h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#investimento .plano-m h4,
#investimento .plano-s h4,
#investimento .plano-a h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
}

#investimento .plano-m,
#investimento .plano-s,
#investimento .plano-a {
    padding: 20px 55px;
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 20px;
}

#investimento .planos .border.border-secondary {
    border-color: #fff3 !important;
}

#investimento .plano-m {
    background-color: #bf923f;
    color: #7e570f;
}

#investimento .plano-s {
    background-color: #7e570f;
    color: #513809;
}

#investimento .plano-a {
    background-color: #412a00;
    color: #211601;
}

#investimento .mais-vendido {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #ecebeb;
    color: #7e570f;
    font-size: 22px;
    z-index: 2;
    padding: 10px 15px;
    width: 77%;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

#investimento img {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: scale(1.1);
    right: 0;
    transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -webkit-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -ms-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
}

#investimento .price {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    font-family: montserrat, sans-serif;
    text-align: right;
    position: relative;
}

@media only screen and (max-width: 1183px) {
    #investimento .price {
        font-size: 56px;
    }
}

@media only screen and (max-width: 854px) {
    #investimento .price {
        font-size: 36px;
    }
}

@media only screen and (max-width: 768px) {
    #investimento .price {
        font-size: 70px;
    }
}

#investimento .price span {
    font-size: 30px;
    font-weight: normal;
}

#investimento a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

#investimento .planos {
    transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -webkit-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -ms-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
}

#investimento .planos:hover {
    filter: brightness(105%);
}

#investimento .planos .plano-mês {
    font-size: .9rem;
    position: absolute;
    top: 52px;
    left: 147px;
    font-weight: bold;
}

#investimento .planos:hover img {
    right: 5%;
    bottom: 5%;
    transform: scale(1.25);
}

@media only screen and (max-width: 768px) {
    #investimento .plano-m h4,
    #investimento .plano-s h4,
    #investimento .plano-a h4 {
        font-size: 32px;
    }
    #investimento .plano-m,
    #investimento .plano-s,
    #investimento .plano-a {
        padding: 30px 44px;
        min-height: 467px;
    }
}

@media only screen and (max-width: 400px) {
    #investimento .plano-m,
    #investimento .plano-s,
    #investimento .plano-a {
        padding: 30px 44px;
        min-height: 360px;
    }
}


/*  ////////////////////////////////////////////////////// */

footer {}

footer .btn-padrao {
    color: #fff!important;
    font-size: 14px;
    border-radius: 15px 0 15px 0;
    padding: 5px 15px 3px 15px;
}

footer .btn-padrao:hover {
    color: #fff!important;
}

footer .link-footer li {
    list-style: none;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-style: 12px;
}

footer .link-footer li a:hover {
    color: #bf923f;
    text-decoration: none;
}

.list-group-item {
    background: transparent;
    border: none;
}

footer.footer {
    border-top: solid 4px #1a120a;
    background: #2b2116;
}

.i-footer {
    max-width: 1400px !important;
}

footer.footer a {
    color: #fff;
}

.copy {
    background-color: #1a120a;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
}

.copy a {
    color: #fff;
    font-weight: bold;
}

.copy a:hover {
    color: #fff;
    text-decoration: none;
}


/*  ////////////////////////////////////////////////////// */

#page-beneficios {
    font-family: montserrat, sans-serif;
}

#page-beneficios h2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: ABeeZee;
}

#page-beneficios p {
    line-height: 20px;
    font-weight: 30px;
    color: #2b2016;
}

#page-beneficios img {
    max-width: 100%;
}

.beneficios-obs {
    font-size: .75rem;
}


/*  ////////////////////////////////////////////////////// */

#page-news .thumb {
    max-height: 300px;
    overflow: hidden;
}

#page-news .thumb img {
    width: 100%;
    border-radius: 50px 50px 0 0;
}

#page-news .categoria {
    background-color: #fff;
    color: #fff;
    padding: 7px 15px 5px 15px;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    transition: .2s ease;
    -webkit-transition: .2s ease;
}

#page-news.categoria:hover {
    text-decoration: none;
    background-color: #2b2016;
}

#page-news .data {
    color: #bcbcbc;
    font-weight: bold;
}

#page-news h2 {
    color: #706e69;
    font-size: 28px;
    font-weight: bold;
    font-family: montserrat, sans-serif;
}

#page-news p {
    color: #797979;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    font-family: montserrat, sans-serif;
    margin-bottom: 15px;
    line-height: 25px;
}

#page-news.page-treatmentwiki p {
    font-size: 20px;
    line-height: 1.5;
}

#page-news .post-body {
    max-height: 3000px;
    transition: max-height 3s ease-out;
    overflow: hidden;
}

#page-news .post-body.reduzido {
    max-height: 350px;
    overflow: hidden;
    transition: max-height 1s ease-in;
}

#page-news .show-more-post {
    font-size: 14px;
    padding: 6px 25px;
}

#page-news .show-more-post:hover {
    background-color: #2b2016;
    border: 2px solid #2b2016;
}

.side-bar {
    font-family: montserrat, sans-serif;
}

.side-bar .container {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
}

.side-bar .temas {
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.side-bar .temas h5 {
    text-transform: uppercase;
    color: #ced4da;
}

.side-bar .temas ul li {
    padding: 5px 0;
}

.side-bar .temas ul li a {
    color: #fff;
}

.side-bar .temas ul li a:hover {
    color: #2b2016;
    text-decoration: none;
}

.side-bar .search .form-row {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.side-bar .search input[type=text] {
    border-radius: 50px 0 0 50px!important;
    border-right: 0!important;
    padding: 25px!important;
    border: 1px solid #ced4da;
}

.side-bar .search button {
    border-radius: 0 50px 50px 0!important;
    border: 1px solid #ced4da!important;
    background-color: #fff!important;
    border-left: 0!important;
    color: #ced4da!important;
    padding: 13px!important;
}

.side-bar .search button:hover {
    background-color: #2b2016!important;
}

#page-como-funciona p {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

#page-videos .princ-videos .row {
    min-height: 70vh;
}

#page-videos .princ-videos {
    position: relative;
    background-color: #d6c3a3;
    background-position: cover;
    background-position: center center;
    background-size: cover;
}

#page-videos .princ-videos .link-principal {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(214, 195, 163, .5);
}

#page-videos .princ-videos .link-principal:hover {
    background-color: rgba(214, 195, 163, 0);
}

#page-videos .princ-videos .link-principal:hover .princ-videos {}

#page-videos .princ-videos .fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 85px;
}

#page-videos .princ-videos h2 {
    font-size: 46px!important;
    color: #fff;
}

#page-videos .princ-videos h3 {
    font-size: 30px!important;
    color: #fff;
    font-family: montserrat, sans-serif;
}

#page-videos .princ-videos .box-videos {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

#page-videos .princ-videos .box-videos img {
    border-radius: 8px;
}

#page-videos .princ-videos .box-videos h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

#page-videos .princ-videos .box-videos i {
    position: absolute;
    bottom: 32px;
    font-size: 28px;
    left: 7px;
    color: #fff;
    border-radius: 150px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#page-videos .princ-videos .box-videos a img {
    transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -webkit-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -ms-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
}

#page-videos .princ-videos .box-videos a {
    border-radius: 8px;
    overflow: hidden;
}

#page-videos .princ-videos .box-videos a:hover img {
    opacity: .9;
    transform: scale(1.08);
}

#page-videos .princ-videos h2 {
    font-size: 26px;
}

#page-videos .videos-categ img {
    border-radius: 10px;
    transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -webkit-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    -ms-transition: cubic-bezier(1, 0.01, 0, 0.97) .4s;
    transform: scale(1.03);
}

#page-videos .videos-categ h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

#page-videos .videos-categ {}

#page-videos .videos-categ .thumb {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.p16-9 {
    padding-top: calc((9 / 16) * 100%);
}

#page-videos .videos-categ .thumb img {
    width: 100%;
}

#page-videos .videos-categ .thumb a {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#page-videos .videos-categ a:hover {
    transform: scale(1.10);
    opacity: .8;
}

#page-videos .videos-categ i {
    position: absolute;
    font-size: 40px;
    color: #fff;
    left: 20px;
    top: 10px;
}

#page-videos .lista-categorias {
    position: relative;
}

#page-videos .lista-categorias ul {
    border: 3px solid #dedede;
    border-radius: 15px;
    padding: 30px;
}

#page-videos .lista-categorias ul li {
    width: 33%;
    float: left;
    padding: 10px;
}

#page-videos .lista-categorias ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

#page-videos .lista-categorias h2 {
    position: absolute;
    left: 20px;
    background-color: #fff;
    top: -15px;
    padding: 0 25px;
}

@media only screen and (max-width: 768px) {
    #page-videos .princ-videos h2 {
        font-size: 36px!important;
    }
    #page-videos .princ-videos h3 {
        font-size: 24px!important;
    }
    #page-videos .princ-videos .fa-play {
        top: 40%;
    }
    #page-videos .lista-categorias ul li {
        width: 100%;
    }
}

#page-video-open .incorporado iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

#page-video-open .incorporado h3 {
    font-weight: bold;
}

#page-video-open .relacionados {
    overflow-y: scroll;
    max-height: 800px;
    height: 100%;
    border-right: 20px solid rgb(255, 255, 255);
    scrollbar-color: #d6c3a3 #ececec;
    scrollbar-width: thin;
}

#page-video-open .relacionados::-webkit-scrollbar-track {
    background-color: #ececec;
    border-radius: 10px;
}

#page-video-open .relacionados::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#page-video-open .relacionados::-webkit-scrollbar-thumb {
    background-color: #d6c3a3;
    border-radius: 10px;
}

#page-video-open .videos-categ .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#page-video-open .videos-categ i {
    position: absolute;
    font-size: 40px;
    color: rgb(161, 125, 58);
    left: 20px;
    top: 10px;
}

#page-video-open .videos-categ h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#page-video-open .videos-categ .thumb {
    background-color: #fff;
}

#page-video-open .videos-categ .thumb a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

#page-video-open .videos-categ .thumb a:hover {
    transform: scale(1.1);
    opacity: .85;
}

.form-row {
    background-color: #ededed; 
    border-radius: 10px;
    margin-bottom: 15px; 
    padding: 15px 25px; 
}

.form-row.clean {
    background-color: #fff;
}

.form-row.row-small {
    margin-bottom: 10px;
    padding: 0;
}

.form-row.grey {
    background-color: #f2f2f2;
}

.form-row.bg_brown1 {
    background-color: #AB8B51;
}

.form-row.clean label,
.form-row.grey label {
    color: #999 !important;
}

.form-row.grey.bg-card {
    background-color: #f2f2f200;
    position: relative;
}

.form-row.grey.bg-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.perfil-publico .form-row {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
}


/*
.treatments .vs__search{
	max-width: 1px !important;
	padding: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	border: 0px solid #fff0  !important;
}
*/

.cell_medic_treatments .treatments .btn.btn-light {
    font-size: 1.2rem;
}

.treatments .vs__search:focus {
    max-width: 100% !important;
    padding: 0 7px !important;
    line-height: 1.4!important;
    font-size: 1em!important;
    border: 1px solid #fff0 !important;
}

.add-treatments-container {
    background-color: #ccc5;
    border-radius: 20px;
    color: #888;
    cursor: pointer;
    transition: all .2s ease-in-out;
    transform: translateY(0);
    margin-bottom: 20px;
}

.add-treatments-container:hover {
    background-color: #ccca;
    color: #bbb;
    transform: translateY(-10px);
}

.add-treatments-container-gold:hover {
    background-color: #fff;
    color: #fff;
}

.protocols .form-row,
.treatments .form-row {
    background-color: #fff;
    /* border-radius: 20px; */
    margin-bottom: 15px;
    box-shadow: 0 0 15px #ccc6;
    padding: 0;
}

.treatments .form-row .index-treatments {
    font-weight: 900;
    color: #333;
    width: 40px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    background-color: #ccc;
}

.treatments .form-group {
    margin: 0;
}

.treatments .form-row .form-control.v-select.vs--single {
    padding: 0 2px !important;
    margin-top: 0 !important;
}

.treatments .form-row .form-control.v-select {
    /* background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff00;
    border-radius: 15px 0 15px 0;
    color: #bf923f00;
    font-size: 18px;
    padding: 0; */
}

.treatments .form-row .form-control {
    border: 1px solid #ccc;
}

.form-row .form-control {
    /* background-color: rgba(0, 0, 0, 0); */
    /* border: 1px solid #fff; */
    /* border-radius: 15px 0 15px 0; */
    /* color: #bf923f; */
    /* font-size: 18px; */
    /* padding: 10px 15px; */
}

.form-row .form-protocol-info {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    border-radius: 15px 0 15px 0;
    color: #bf923f;
    font-size: 18px;
    padding: 10px 15px;
}

.form-row .form-control.form-file {
    padding: 30px 15px 45px 15px !important;
}

.form-row label {
    /* color: #fff!important; */
}

.form-group {
    margin: 15px auto;
}

.form-group label {
    cursor: text;
    transition: all .3s ease;
    position: absolute;
    left: 20px;
    /* top: 16px;   */
    /* font-size: 16px;   */
    top: -15px;
    font-size: 14px;
    color: #555;
    z-index: 9;
    font-weight: 100;
}

.form-group label.focada {
    top: -15px;
    font-size: 12px;
    color: #444;
}

.form-group label.text-secondary {
    font-weight: bold;
    color: #6c757d !important;
}

.protocols .form-group label,
.protocols .form-group label.focada,
.treatments .form-group label,
.treatments .form-group label.focada {
    top: 0;
    position: relative;
    font-size: 12px;
    color: #444 !important;
}

.form-group.form-group-file label.focada {
    top: 16px;
    font-size: 16px;
    color: #444;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-select {
    position: relative;
}

.form-select .form-control {
    padding-top: 7px;
}

.form-select option {
    border: 1px solid red;
}

.form-select:after {
    font-family: FontAwesome;
    content: '^';
    transform: rotate(180deg);
    font-size: 28px;
    position: absolute;
    color: #434B67;
    pointer-events: none;
    /* background-color: #fff; */
    /* color: #fff; */
    top: 5px;
    right: 5px;
    padding-top: 11px;
    border-radius: 10px 0 0 0;
    width: 30px;
    text-align: center;
    text-shadow: bold;
}

.form-select-edit-medic::after {
    font-family: FontAwesome;
    content: '^';
    transform: rotate(180deg);
    font-size: 28px;
    position: absolute;
    color: #434B67;
    pointer-events: none;
    /* background-color: #fff;
    color: #fff; */
    top: 5px;
    right: 20px;
    padding-top: 11px;
    border-radius: 10px 0 0 0;
    width: 30px;
    text-align: center;
    text-shadow: bold;
}

.form-group .input[type='checkbox'] {
    border: 1px solid red;
}

.form-check-label {
    position: relative;
    cursor: pointer;
}


/* Hide the browser's default checkbox */

.form-check-label .input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -2px;
    left: -27px;
    height: 20px;
    width: 20px;
    background-color: #2b2116;
    border: 2px solid #bf923f;
}


/* On mouse-over, add a grey background color */

.form-check-label:hover input~.checkmark {
    background-color: #d6c3a3;
}


/* When the checkbox is checked, add a blue background */

.form-check-label input:checked~.checkmark {
    background-color: #bf923f;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.form-check-label input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.form-check-label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-row.sem-bg {
    background-color: rgba(0, 0, 0, 0);
}

.form-row.sem-bg label {
    color: #2b2116;
}

#search-client .form-row form {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    #search-client .form-row form {
        width: 100%;
    }
}

.tabela-clientes {
    border-radius: 10px;
    font-family: montserrat, sans-serif;
}

.tabela-clientes .btn {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #2b2016;
    color: #2b2016;
    font-weight: bold;
    border-radius: 15px 0;
    padding: 5px 15px;
}

.tabela-clientes .btn:hover {
    color: #fff;
    background-color: #2b2016;
}

.table-head {
    background-color: #fff;
    color: #FFF;
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    font-family: montserrat, sans-serif;
}

.table-body {
    border: none;
}

.table-body .row {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.table-body .row:nth-child(even) {
    background-color: #f7f7f7;
}

.table-body .row:nth-child(odd) {
    background-color: #FFF;
}

.table-body .foto img {
    max-width: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.table-body .nome b {
    line-height: 28px;
}

.table-body .bg-marrom {
    background-color: #2b2016!important;
    color: #fff;
}

.tabela-clientes span {
    color: #565656;
    font-size: 12px;
    font-weight: bold;
}

.tabela-clientes select {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.exportar i {
    font-size: 45px;
}

.card-public-address {
    height: 180px;
    width: 100%;
    max-width: 400px;
}

.icons-profile {
    min-width: 400px;
}

.list-scroll-medic {
    min-height: 300px;
    /* margin-top: 30px; */
    /* overflow-y: auto; */
}

.list-medics {
    background-color: #f2f2f2;
}

.list-medics .list-medics-item .name-speciality {
    border-bottom: #ccc solid 1px;
    padding-bottom: 5px;
}

.list-medics .list-medics-item .medic-bottom-buttons {
    border-top: #ccc solid 1px;
    padding-top: 10px;
}

.list-medics-img {
    border-radius: 5px;
}

.list-medics-name {
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'kiona';
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: -4px;
}

.list-medics-specialty {
    color: #666;
}

.list-medics-address {
    color: #bebebe;
}

.list-medics-address-featured {
    color: #fff;
    font-weight: bold;
}

@media(max-width: 767px) {
    .list-medics-name {
        font-size: 17px;
    }
    .list-medics-address {
        font-size: 14px;
    }
}

.list-medics-phone {
    color: #fff;
    font-weight: bold;
}

.list-medics-treatments {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.list-medics-item {
    background-color: #fff;
    box-shadow: 0 19px 26px -13px #ccc9;
    border-radius: 15px;
    padding: 20px 0;
    transform: translateY(0);
    transition: all .2s ease-in-out;
}

.list-medics-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 19px 26px -13px #cccf;
}

.list-medics-item .dropdown-menu {
    max-height: 240px;
    overflow-y: auto;
}

.list-treatment-medic {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: calc(100% - 30px);
    overflow-y: auto;
}

@media only screen and (max-width: 1200px) {
    .list-treatment-medic {
        top: 40px;
        height: calc(100% - 40px);
    }
}

.embed-responsive-16by9::before {
    padding-top: 79.25%;
}

.user-image-container {
    min-height: 100px;
}

@media only screen and (max-width: 768px) {
    .user-image-container {
        height: auto;
    }
}

.curriculum .user-image-container .embed-responsive {
    max-width: 400px;
    margin: 0 auto;
}

.embed-responsive-item.user-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: #ddd solid 2px;
}

.curriculum .icon-curriculum img {
    max-width: 100px;
    padding: 20px;
}

.treatments .btn-light {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2b2116;
    transition: all .2s ease-in-out;
    position: relative;
}

.treatments .btn-light:hover {
    color: #666;
}

.treatments .btn-light:focus,
.treatments .btn-light:active,
.treatments .btn-light:visited {
    box-shadow: none;
}

.tooltip-clone {
    position: relative;
    display: block;
}

.tooltip-recommendations::before,
.tooltip-clone::before,
.tooltip-delete::before {
    content: 'Clonar';
    font-size: 9px;
    position: absolute;
    top: -15px;
    right: 10px;
    background-color: #000;
    border-radius: 3px;
    color: #ddd;
    padding: 3px 7px;
    display: none;
}

.tooltip-delete::before {
    content: 'Deletar';
}

.tooltip-recommendations::before {
    content: 'Recomendações';
}

.tooltip-recommendations:hover::before,
.tooltip-clone:hover::before,
.tooltip-delete:hover::before {
    display: block;
}

.etapa-container {
    width: 100%;
    max-width: 950px;
    position: relative;
    margin: 0 auto;
}

.cadastr-anb {
    position: relative;
}

.load-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffee;
    z-index: 10;
}

.load-sticky {
    position: sticky;
    top: 100px;
    text-align: center;
}

.load-sticky img {
    height: 140px;
}

.box-dados {
    border: 4px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

#quote .dados .box-dados h3 {
    font-family: montserrat, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.box-dados h6 {
    font-family: montserrat, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.box-dados h4 {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    ;
}

#quote .dados .box-dados h2 {
    font-family: montserrat, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    ;
}

#quote .dados .input-group-prepend {
    color: #fff;
    font-size: 22px;
    width: 30px;
    text-align: center;
}

#quote .dados .input-group-prepend i {
    margin-top: 7px;
}

#quote .dados .input-group-prepend .form-contro {
    border-radius: 0 0;
    padding: 10px 0!important;
}

#quote .dados .datetime-reset-button {
    border: 1px solid red;
}

#quote .table-quote select {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
}

.rounded {
    border-radius: 10px!important;
}

#quote .table-quote {
    overflow: hidden;
    border-radius: 10px;
    font-size: 20px;
    font-family: montserrat, sans-serif;
}

#quote .table-quote span {
    font-weight: bold;
    color: rgba(0, 0, 0, .4);
}

#quote .table-quote,
#quote .table-quote span.real-value,
#quote .table-quote span.hidden-value {
    color: #444;
}

#quote .table-quote .table-quote-title {
    background-color: #fff;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
}

#quote .table-quote .item:nth-child(even) {
    background: #FFF;
}

#quote .table-quote .item:nth-child(odd) {
    background: #f5f5f5;
}

#quote .table-quote .item {
    border-radius: 10px
}

#quote .btn-close {
    border: 0;
    border-radius: 50%;
    background-color: #555;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px !important;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}

#quote .btn-close:hover {
    background-color: #555;
    color: #fff;
}

#quote .index-treatmemt {
    background-color: #333;
    color: #fff !important;
    width: 30px;
    border-radius: 15px 0 0 15px;
}

#quote .index-treatmemt span {
    color: #fff !important;
}

#quote .treatmemt-container {
    width: 100% !important;
    padding: 15px 0;
}

/*#quote .treatmemt-container .sessao-planejar-link {
    font-weight: normal !important;
}*/

#quote .details ul {
    color: #777;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    padding-top: 20px;
}

#quote .details ul::before {
    content: '';
    border-left: 1px dashed #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: calc(100% - 20px);
}

#quote .details ul li {
    color: #777;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    padding-left: 10px;
}

#quote .details ul li::before {
    content: '';
    border: 1px dashed #fff;
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 20px;
    height: 1px;
}

#quote .details ul li b {
    color: #444;
}

#quote .treatmemt-container .no-discount {
    font-size: 15px;
    position: absolute;
    left: 7px;
    bottom: 0;
    /* transform: translateY(120%); */
    font-size: 14px;
}

#quote .treatmemt-container input.discount {
    height: 30px;
    color: #555;
    font-weight: 900;
    max-width: 125px;
}

#quote .treatmemt-container .btn-action-quote-container {
    width: 40px;
}

#quote .treatmemt-container .title-protocol {
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

#quote .treatmemt-container select {
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    appearance: none;
    background-color: transparent;
    margin: 0;
    width: 100%;
    font-family: inherit;
    cursor: inherit;
    line-height: inherit;
    transform: translateZ(1px);
}

#quote .treatmemt-container select::-ms-expand {
    display: none;
}

#quote .treatmemt-container .select-container {
    position: relative;
    width: 100%;
}

#quote .treatmemt-container .select-container::before {
    /* content: "\f078"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
}

#quote .help {
    background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 100px;
    padding: 4px;
    color: #fff !important;
    font-size: 8px;
    cursor: pointer;
    display: inline-block;
    transform: translateY(-5px);
}

.vm--modal {
    border-radius: 20px !important;
    padding: 30px;
}

.sections-modal {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.sections-modal.timeline-section {
    background-color: #fefefe;
}

.sections-modal h3 {
    font-weight: 100;
    font-size: 25px;
    padding-bottom: 17px;
}

.sections-modal.agenda ul {
    color: #777;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    padding-top: 20px;
}

.sections-modal.agenda ul::before {
    content: '';
    border-left: 1px dashed #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: calc(100% - 20px);
}

.sections-modal.agenda ul li {
    color: #777;
    position: relative;
    padding-left: 10px;
}

.sections-modal.agenda {
    line-height: 1.2;
    font-size: 14px;
}

.sections-modal.agenda h5,
.sections-modal.agenda h4 {
    font-size: 18px;
}

.sections-modal.agenda ul li::before {
    content: '';
    border: 1px dashed #fff;
    position: absolute;
    top: 9px;
    left: -20px;
    width: 20px;
    height: 1px;
}

#quote .help {
    background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 100px;
    padding: 4px;
    color: #fff !important;
    font-size: 8px;
    cursor: pointer;
    display: inline-block;
    transform: translateY(-5px);
}

.vm--modal {
    border-radius: 20px !important;
    padding: 30px;
}

.sections-modal {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 60px;
}

.btn-action-modal {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #fff;
    text-align: right;
    padding-top: 20px;
    border-top: 1px #cccc solid;
}

.sections-modal h3 {
    font-weight: 100;
    font-size: 25px;
    padding-bottom: 17px;
}

.sections-modal.agenda ul {
    color: #777;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    padding-top: 20px;
}

.sections-modal.agenda ul::before {
    content: '';
    border-left: 1px dashed #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: calc(100% - 20px);
}

.sections-modal.agenda ul li {
    color: #777;
    position: relative;
    padding-left: 10px;
}

.sections-modal.agenda {
    line-height: 1.2;
    font-size: 14px;
}

.sections-modal.agenda h5,
.sections-modal.agenda h4 {
    font-size: 18px;
}

.sections-modal.agenda ul li::before {
    content: '';
    border: 1px dashed #fff;
    position: absolute;
    top: 9px;
    left: -20px;
    width: 20px;
    height: 1px;
}

.divider-year {
    height: 80px;
    position: relative;
}

.divider-year::before {}

.collapse-year-link span {
    transition: all .2s ease-in-out;
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 20px;
}

.collapse-year-link i {
    transition: all .3s ease-in-out;
    transform: rotate(180deg) translate(0%, -1.8px);
}

/*.collapse-year-link span {
    display: inline-block;
    margin-left: 48%;
    padding-right: 15px;
}*/

.collapse-year-link.collapsed i {
    transform: rotate(0) translate(0, 0);
}

/*.timeline-container .collapse-year-link.collapsed {
    width: 300px;
}

.timeline-container .collapse-year-link.collapsed .num-year {
    background-color: #ccc;
    padding: 10px 20px;
    border-radius: 30px;
}*/

.timeline-container {
    display: block;
    position: relative;
    padding: 0 0 0 0;
}

.timeline-container::after {
    content: ''
}

.timeline-avatar-photo::after {
    content: '';
    background: #aaa;
    width: 2px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
}

.timeline-container::before {
    content: '';
    background: #aaa;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.timeline-container .group-section .section-container .justify_right .item-section.planejada_nao_executada {
    border-right-color: #fb7600;
}
.timeline-container .group-section .section-container .justify_left .item-section.planejada_nao_executada {
    border-left-color: #fb7600;
}

.timeline-container .group-section .section-container .item-section.planejada_nao_executada .header-item.status {
    color: #fb7600;
}

.timeline-container .group-section .section-container .justify_right .item-section.agendada_nao_executada {
    border-right-color: #f00808;
}
.timeline-container .group-section .section-container .justify_left .item-section.agendada_nao_executada {
    border-left-color: #f00808;
}

.timeline-container .group-section .section-container .item-section.agendada_nao_executada .header-item.status {
    color: #f00808;
}

.timeline-container .group-section .section-container .justify_right .item-section.agendada {
    border-right-color: #009FFB;
}

.timeline-container .group-section .section-container .justify_left .item-section.agendada {
    border-left-color: #009FFB;
}

.timeline-container .group-section .section-container .item-section.agendada .header-item.status {
    color: #009FFB;
}

.timeline-container .group-section .section-container .justify_right .item-section.planejada {
    border-right-color: #fcc300;
}

.timeline-container .group-section .section-container .justify_left .item-section.planejada {
    border-left-color: #fcc300;
}

.timeline-container .group-section .section-container .item-section.planejada .header-item.status {
    color: #CCAB10;
}

.timeline-container .group-section .section-container .justify_right .item-section.executada {
    border-right-color: #049B02;
}

.timeline-container .group-section .section-container .justify_left .item-section.executada {
    border-left-color: #049B02;
}

.timeline-container .group-section .section-container .item-section.executada .header-item.status {
    color: #049B02;
}

.timeline-container .group-section .section-container .justify_right .item-section.desistencia {
    border-right-color: #888;
}
.timeline-container .group-section .section-container .justify_left .item-section.desistencia {
    border-left-color: #ccc;
}

.timeline-container .group-section .section-container .item-section.desistencia .card-section {
    background-color: #ddd;
}


.timeline-container .group-section .section-container .justify_left .item-section.desistencia .card-status {
    color: #777;
    font-weight: bold;
}

.timeline-container .group-section .section-container .item-section .header-item.data {
    color: #666;
    font-weight: bold;
    font-size: 13px;
}

.timeline-container .group-section .section-container .item-section.agendada .header-item.status {
    color: #009FFB;
}


.timeline-container .group-section .section-container .item-section .card-menu.header {
    padding: 10px 15px;    
    border-bottom: #ccc solid 2px;
    position: relative !important;
    top: initial !important;
    right: initial !important;
    width: 100%; 
}

.timeline-container .group-section .section-container .item-section::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #bbb;
    right: 0;
    top: 17px;
    z-index: -5;
}

.timeline-container .group-section .section-container .justify_right .item-section::before {
    right: initial;
    left: 0;
}


.timeline-container .group-section .section-container .item-section .card-menu.header .header-item {
    display: flex;
}

.timeline-container .group-section .section-container .item-section .card-menu.header > .header-item > *,
.timeline-container .group-section .section-container .item-section .card-menu.header > div > div >  button {
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.timeline-container .group-section .section-container .item-section .card-menu.header .dropdown button::before, 
    .timeline-container .group-section .section-container .item-section .card-menu.header .dropdown button::after {
    display: none !important;
}

.timeline-container .group-section .section-container .item-section .card-menu.header .dropdown button {
    font-size: 1.1rem;
    color: #888 !important,
}

.timeline-container .group-section .section-container .item-section .card-menu.header {
    justify-content: space-between !important;
}

.timeline-container .group-section .section-container .item-section .card-menu.header .header-item.status .status {
    margin-right: 10px !important;
}

.timeline-container .group-section .section-container .justify_left .card-menu.header,
.timeline-container .group-section .section-container .justify_left .card-menu.header .header-item.status {
    flex-direction: row-reverse;
}

.timeline-container .group-section .section-container .justify_left .card-menu.header .header-item.status .status {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.timeline-container .group-section .section-container .justify_left .item-section {
    border-left-style: solid;
    border-left-width:  15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 25px;
}

.timeline-container .group-section .section-container .justify_right .item-section {
    border-right-style: solid;
    border-right-width:  15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 25px;
}

.timeline-container .group-section .timeline_item.item-section {
    position: relative;
    padding: 0;
    margin-bottom: 45px;
}

.timeline-container .group-section .justify_left .item-section .card-section {
    box-shadow: rgba(0, 0, 0, 0.35) 9px 5px 15px;
}

.timeline-container .group-section .justify_right .item-section .card-section {
    box-shadow: rgba(0, 0, 0, 0.35) -9px 5px 15px;
}

.timeline-container .group-section .item-section .card-section {    
    display: block;
    padding: 0;
    border-radius: 5px;
    line-height: 1.3;
    position: relative !important;
    background-color: #fff;
    margin-bottom: 0;
    color: #666;
}

.timeline-container .group-section .item-section .card-section .card-menu.header {
       
}

.timeline-container .group-section .item-section .card-section .card-content {
    padding: 20px;
}

.group-section {
    margin-top: -15px;
}

.group-section:last-child {
    margin-bottom: 40px;
}

.collapse-year-link:focus-visible {
    border: none;
    outline: none;
}

.collapse-year-link {
    position: absolute;
    left: 50%;
    top: -5px;    
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;    
    background-color: #ccc;
    border-radius: 8px;
    padding: 10px 17px;
}

/*.collapse-year-link.collapsed {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff0;
}*/

.collapse-year-link::before,
.timeline-container:after {
    content: '';
    background: #aaa;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
}

/*.collapse-year-link.collapsed::before {
    bottom: 50%;
    transform: translate(-50%, 50%);
}*/

.collapse-year-link::before {
    left: 50%;
    bottom: 0;
    transition: all .2s ease-in-out;
}

.divider-year:first-child {}

.group-section:last-child:after {
    content: '';
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.group-section .date-container {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .group-section .date-container {
        position: relative;
        top: auto;
        left: auto;
    }

    .timeline-container .section-container.container > .row {
        display: block;
    }

    .timeline-container .group-section .section-container .item-section::before {
        display: none;
    }
}

.group-section:first-child .date-container {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 15px;
}

.group-section .date-section {
    display: inline-block;
    color: #999;
    font-weight: 900;
    border-top: 1px solid #999;
    padding: 5px 15px;
}

.card-section {
    display: block;
    padding: 25px 0 25px 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px #ccc;
    margin-bottom: 10px;
    color: rgba(183, 126, 48, 1);
    line-height: 1.3;
    position: relative !important;
    background-color: #fff;
}

#deleteTreatment .load-timeline,
.card-section .load-timeline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffa;
    border-radius: 15px;
    text-transform: uppercase;
    z-index: 10;
}

#deleteTreatment .load-timeline img,
.card-section .load-timeline img {
    height: 100px;
}

.card-section .section-deleted {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #555;    
    text-transform: uppercase;
    z-index: 10;
    text-align: center;
}

.card-section .section-deleted span {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 24px;
}

.card-section .card-menu {
    top: 5px;
    right: 5px;
    width: 100%;
    position: absolute;
}

.sections-modal.agenda.timeline-section .card-section {
    padding: 10px;
}

.sections-modal.agenda h5, .sections-modal.agenda h4 {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .card-section .card-menu {
        top: auto;
        right: auto;
        position: relative;
        margin-top: -15px;
    }
}

.list-scroll-medic .dropdown-toggle::before,
.card-section .card-menu .dropdown-toggle::before {
    display: none;
}

@keyframes timeLinecardSectionBlinking {
  50% {
    border-color: #666;
  }
}

.timeline-container .group-section .section-container .item-section.next-section {
    animation-name: timeLinecardSectionBlinking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
} 

/*
.card-section.next-section .card-menu.header {
    background-color: #ddd;
}

.card-section.next-section {
    color: #fff;    
    background-color: #bbb !important;
}

.card-section.next-section .text-theme {
    color: #5D3E23;
}

.card-section.next-section .card-content a,
.card-section.next-section .card-content small {
    color: #fff !important;
}

.card-section.next-section .btn-outline-danger {
    border-color: #fff;
    color: #fff;
}

.card-section.next-section .btn-outline-danger:hover {
    background-color: #fff;
    color: #f49a1f;
}*/

.card-section .card-menu .dropdown-menu a:hover {
    color: #f49a1f;
}

.card-section .card-menu .dropdown-menu a i {
    font-size: 14px;
    margin-right: 10px;
}

.card-section.past-section {
    color: #bbb;
    background: #fff;
    /*border: 1px solid rgb(211, 15, 15);*/
    box-shadow: none;
}

.card-section.border-success .card-status {
    color: #28a745 !important;
}

.card-section.border-muted {
    color: #bbb;
    background: #fff;
    border: 1px solid #eee!important;
    box-shadow: none;
}

.card-section small {
    font-size: 13px;
}

.timeline_item .open_medic_info {
    width: 100%;
    position: relative;
}

.card-section .medic-info {
    transition: all .3s ease-in-out;
    min-height: 0;
    height: 0;
    overflow: hidden;
}

.card-section .medic-info.medic_open {
    min-height: 120px;
    /*height: 0;*/
}


.timeline_item .open_medic_info div {
    position: absolute;
    right: 0;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #888;
    bottom: 5px;
    transition: all .3s ease-in-out;
}

.timeline_item .open_medic_info.medic_open div {
    transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    .card-section.open .medic-info {
        min-height: 100px;
        height: 0;
    }
}

.card-section .medic-info .medic-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(183, 126, 48, 1);
    border-radius: 50%;
    overflow: hidden;
}

/*.card-section.next-section .medic-info .medic-avatar {
    border: 2px solid #fff5;
}
*/
.card-section .medic-info .medic-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-list-scroll-medic {
    background-color: #f2f2f2;
}

.confirm-delete-section-timeline {
    padding: 20px;
    border: 1px solid #cccc;
    margin-bottom: 10px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 10px 15px -15px;
    transition: all .2s ease-in-out;
    transform: translateY(0);
}

.confirm-delete-section-timeline.link:hover {
    transform: translateY(-3px);
    border: 1px solid #cccf;
}


/*.confirm-delete-section-timeline:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}*/

.confirm-delete-section-timeline:last-child {
    display: none;
}

.confirm-delete-section-timeline:first-child {
    display: block;
}

.no-items {
    display: none;
}

.confirm-delete-section-timeline:first-child .no-items {
    display: block !important;
}

.avatar-header {
    border-radius: 100%;
    margin: 0 auto;
    border: #aaa solid 2px;
    background-color: #eee;
}

.confirm-delete-section-timeline .avatar-header {
    width: 60px;
}

.title-quote-item {
    font-size: 12px;
    margin-bottom: 16px;
    display: block;
}

.total {
    background-color: #2b2016!important;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    min-height: 70px;
}

.subtotal {
    background-color: #999 !important;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    min-height: 70px;
}

.total .element-value-hide span,
.subtotal .element-value-hide span {
    color: #fff !important;
}

.subtotal small,
.total small {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 10px;
}

#area-medico .nav-login .box {
    border-radius: 10px;
    border: 0;
    position: relative;
    background-color: #fff;
    color: #fff;
    padding: 0;
}

#area-medico .nav-login .box .btn {
    background-color: #bf923f;
    color: #513809;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    border-radius: 15px 0;
    font-weight: bold;
}

#area-medico .nav-login .box .btn:hover {
    background-color: #513809;
    color: #fff;
}

#area-medico .nav-login .box h3 {}

.contract {
    overflow-y: scroll;
    max-height: 500px;
    font-size: .9em;
}

.contract p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.relatorio .form-control {
    font-family: montserrat, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.relatorio.dados .a {
    font-size: 22px;
    width: auto;
}

.relatorio select {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

@media only screen and (max-width: 768px) {
    .relatorio.dados .a {
        width: 100%;
    }
}

.max-w-500 {
    /* max-width: 500px */
}

.login-container {
    width: 400px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .login-container {
        width: 100%;
        padding: 0 16px 0 16px;
    }
}


/* entire container, keeps perspective */

.flip-container {
    perspective: 1000px;
}

.flip-container,
.front,
.back {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}


/* flip speed goes here */

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    padding-top: 63%;
    position: relative;
}


/* hide back of pane during swap */

.front,
.back {
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* front pane, placed above back */

.front {
    z-index: 2;
}


/* back, initially hidden pane */

.back {
    transform: rotateY(180deg) translateZ(1px);
}

.flip-container .card-number {
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 2%;
    display: block;
    font-weight: bold;
    text-align: center;
}

.flip-container .credit-card-cvv {
    border-top: 60px solid #222;
    display: block;
    padding-top: 20px;
}

.flip-container .credit-card-cvv span,
.flip-container .credit-card-expiry span,
.flip-container .credit-card-name span {
    font-size: 14px;
    padding-left: 10.2%;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .flip-container .card-number {
        font-size: 18px;
        letter-spacing: 5px;
        margin-bottom: 2%;
    }
    .flip-container .credit-card-cvv span,
    .flip-container .credit-card-expiry span,
    .flip-container .credit-card-name span {
        font-size: 14px;
        padding-left: 10.2%;
    }
}

@media only screen and (max-width: 990px) {
    .flip-container .card-number {
        font-size: 10px;
        letter-spacing: 5px;
        margin-bottom: 2%;
    }
    .flip-container .credit-card-cvv span,
    .flip-container .credit-card-expiry span,
    .flip-container .credit-card-name span {
        font-size: 10px;
        padding-left: 10.2%;
    }
}

@media only screen and (max-width: 575px) {
    .flip-container .card-number {
        font-size: 5vw;
        letter-spacing: 0.5%;
        margin-bottom: 2%;
    }
    .flip-container .credit-card-cvv span,
    .flip-container .credit-card-expiry span,
    .flip-container .credit-card-name span {
        font-size: 3.6vw;
        padding-left: 10.2%;
    }
}

.title-address {
    margin-top: 50px;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

#Payment .form-select::after {
    top: 1px;
}

.title-box {
    margin: 40px 0 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.progress-step {
    margin-top: 20px;
    font-family: montserrat;
    font-size: .8em;
    font-weight: bold;
    text-align: center;
}

.step {
    margin-bottom: 20px;
    color: #9c9c9c;
}

.step.colorful {
    color: #2f1e0f;
}

.step:after {
    content: '';
    position: absolute;
    width: 19%;
    border-bottom: 5px dotted #9c9c9c;
    top: 43%;
    left: -13%;
    z-index: -1;
}


/* .step.colorful:after{
	border-color: #fff;
} */

.step:first-child:after {
    content: none;
}

.step:nth-child(5):after {
    content: none;
}

.step.dotted-colorful:after {
    border-color: #fff;
}

.step-icon {
    display: block;
    margin-top: 10%;
    width: 100%;
    padding-bottom: 60%;
    background-size: 60% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #9c9c9c;
}

.step.active:after {
    margin-left: -10%;
    width: 18%;
}

.step.active .step-icon {
    margin-top: 0;
    margin-left: -10%;
    padding-bottom: 85%;
    background-size: 100% !important;
}

.step-title {
    display: block;
    line-height: 1rem;
    font-family: 'kiona';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.5rem;
}

.step.active .step-title {
    margin-left: -26%;
}

@media(min-width: 576px) {
    .step {
        margin-bottom: 25px;
    }
    .step:before {
        padding-bottom: 70%;
    }
    .step:nth-child(5):after {
        content: '';
    }
    .step-title {
        font-size: .8rem;
    }
}

@media(min-width: 768px) {
    /* .step:nth-child(4):after{
		content: '';
	} */
}

.treatment-index {
    float: left;
    font-weight: bold;
}

#slide-beneficios img {
    margin: 0 auto;
}

#slide-beneficios .slick-dots {
    bottom: -7px;
}

#slide-beneficios .slick-dots li.slick-active button:before {
    width: 15px;
    height: 15px;
    background: black;
}

#slide-beneficios .slick-dots li button:before {
    width: 15px;
    height: 15px;
}

.card-timeline {
    border: 0;
    margin-bottom: 10px;
}

.card-timeline .card-header {
    position: relative;
    border: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    background: rgb(191, 146, 63, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(191, 146, 63, .2);
    left: 50%;
    transform: translateX(-50%);
}

.card-timeline .card-header h5 {
    position: absolute;
    right: -412%;
    top: -67%;
}

.custom-icon {
    font-size: 25px;
    /* Tamanho do ícone */
    color: white;
    /* Cor do ícone */
    background-color: black;
    /* Cor do fundo */
    border-radius: 100%;
    /* Faz o fundo ficar circular */
    padding: 10px;
    /* Espaçamento interno para criar o círculo */
    display: inline-block;
    /* Garante que o círculo se ajuste ao conteúdo */
}

.card-timeline .card-header button {
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.timeline {
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 102%;
    background: #c5c5c5;
}

.timeline ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    margin-top: 30px;
    padding: 0 40px 40px;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    width: 10px;
    height: 10px;
    background: rgb(191, 146, 63, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(191, 146, 63, .2);
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    background: rgb(191, 146, 63, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(191, 146, 63, .2);
}

.timeline ul li:nth-child(odd) .timeline-content {
    position: absolute;
    top: -10px;
    right: 5%;
    padding: 8px 16px;
    background: rgb(191, 146, 63, 1);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgb(191, 146, 63, .2);
}

.timeline ul li:nth-child(even) .timeline-content {
    position: absolute;
    top: -10px;
    left: 5%;
    padding: 8px 16px;
    background: rgb(191, 146, 63, 1);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgb(191, 146, 63, .2);
}

.timeline ul li h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.timeline ul li .timeline-time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.timeline ul li:nth-child(odd) .timeline-time {
    position: absolute;
    top: -10px;
    right: -33%;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 600;
    color: rgb(191, 146, 63, 1);
}

.timeline ul li:nth-child(even) .timeline-time {
    position: absolute;
    top: -10px;
    left: -33%;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 600;
    color: rgb(191, 146, 63, 1);
}

.card-timeline:nth-child(even) .card-header {
    background: #7e570f;
    box-shadow: 0 0 0 3px rgb(126, 87, 15, .2);
}

.card-timeline:nth-child(even) .card-header .dourado {
    color: #7e570f;
}

.card-timeline:nth-child(even) .timeline ul li:before {
    background: #7e570f;
    box-shadow: 0 0 0 3px rgba(126, 87, 15, .2);
}

.card-timeline:nth-child(even) .timeline ul li .timeline-content {
    background: #7e570f;
    box-shadow: 0 0 0 3px rgba(126, 87, 15, .2);
}

.card-timeline:nth-child(even) .timeline ul li .timeline-time {
    color: #7e570f;
}

.card-timeline:nth-child(even) .timeline ul li .timeline-time a {
    color: #7e570f;
}

.clear-both {
    clear: both;
}

.rules-avatar ul li {
    color: silver;
}


/*
.select2-container{
	background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 15px 0 15px 0;
    font-size: 18px;
    padding: 10px 15px;
}

.select2-selection.select2-selection--single{
	background-color: rgba(0,0,0,0);
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #bf923f;
}

*/


/* VUE SELECT */

.v-select {
    position: relative;
    font-family: inherit
}

.v-select,
.v-select * {
    box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    cursor: not-allowed;
    background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
     border: 1px solid #ccc; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    background: none;
    /* border-radius: 15px 0 15px 0; */
    font-size: 16px;
    padding: 4px;
    /* margin-top: 5px; */
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__selected-options {
    border: 0;
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: #555;
    transform: scale(1);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: #444;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px
}

.vs__dropdown-menu {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    border: 1px solid #fff;
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    line-height: 1;
    display: block;
    padding: 7px 20px;
    clear: both;
    color: #333;
    white-space: nowrap
}

.vs__dropdown-option:hover {
    cursor: pointer
}

.vs__dropdown-option cite {
    font-size: 12px !important;
    font-style: italic !important;
    color: #999 !important;
}

.vs__dropdown-option:hover cite,
.vs__dropdown-option--highlight cite {
    color: #fff !important;
}

.vs__dropdown-option--highlight {
    background: #5897fb;
    color: #fff
}

.vs__dropdown-option--disabled {
    background: inherit;
    color: #fff
}

.vs__dropdown-option--disabled:hover {
    cursor: inherit
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    /* color: #bf923f; */
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    fill: rgba(60, 60, 60, .5);
    text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: .4
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
    z-index: 1
}

.vs__search::-webkit-input-placeholder {
    color: inherit
}

.vs__search::-moz-placeholder {
    color: inherit
}

.vs__search:-ms-input-placeholder {
    color: inherit
}

.vs__search::-ms-input-placeholder {
    color: inherit
}

.vs__search::placeholder {
    color: inherit
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: .9em solid hsla(0, 0%, 39.2%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px;
    position: absolute;
    right: 7px;
    background: #fff;
    z-index: 10;
    height: 80%;
}


/*# sourceMappingURL=vue-select.css.map*/


/* VUE SELECT */


/* VUE MODAL */

.select-disable {
    color: #6b6b6b !important;
    border: 1px solid #6b6b6b !important;
}

.toggleStatus input[type="checkbox"] {
    position: relative;
    width: 100px;
    height: 40px;
    background: #bdc3c7;
    -webkit-appearance: none;
    border-radius: 20px;
    outline: none;
    transition: .4s;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.toggleStatus input:checked[type="checkbox"] {
    background: #bf923f;
}

.toggleStatus input[type="checkbox"]::before {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .4s;
}

.toggleStatus input:checked[type="checkbox"]::before {
    left: 60px;
}

.toggleStatus {
    position: relative;
    display: inline;
}

.toggleStatus label {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    pointer-events: none;
}

.onbtn {
    bottom: 15px;
    left: 15px;
}

.ofbtn {
    bottom: 15px;
    right: 14px;
    color: #34495e;
}

.section-item .no-items {
    display: none;
}

.section-item:first-child .no-items {
    display: block;
}


/**
*
* NOVO MENU
*
*/

#menu-top-full {
    position: fixed;
    top: 0;
    right: -101%;
    height: 100vh;
    width: 85%;
    max-width: 400px;
    background-color: #2b2016;
    padding: 30px;
    transition: all .7s ease-in-out;
    z-index: 20;
}

.menu-top-full-close.box {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 19;
    top: 0;
    right: 0;
    background-color: #fff5;
}

.menu-top-full-close.time {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 30px;
}

#menu-top-full a:hover {
    color: #fff;
}

#menu-top-full.open {
    right: 0;
    transition: all 0.7s cubic-bezier(0.15, 0.98, 0.29, 0.98);
}

.menu-full-link {
    display: flex;
    width: 100%;
    align-items: center;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    left: 30px;
    max-width: 60px;
    z-index: 10;
}

.whatsapp a {
    text-decoration: none;
}

.whatsapp img {
    max-width: 60px;
}

.height-50vh {
    height: auto;
    min-height: 50vh;
}

@media only screen and (min-width: 768px) {
    .height-50vh {
        height: 50vh;
        min-height: 500px;
    }
    .height-md-100vh {
        min-height: 100vh;
    }
}

.modal-beneficio .modal-content,
.modal-beneficio .modal-body {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.modal-beneficio .modal-beneficio-content {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 30px;
}

.modal-beneficio .modal-beneficio-content p {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 15px;
}

.modal-beneficio .modal-beneficio-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #2b2016;
    border-radius: 8px 8px 0 0;
    z-index: -1;
}

.modal-beneficio .modal-beneficio-header-bg img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    opacity: .3;
}

@media only screen and (max-width: 768px) {
    .modal-beneficio .modal-beneficio-content p {
        font-size: 16px;
    }
    .modal-beneficio .modal-beneficio-content {
        padding: 18px;
    }
}

.beneficios-container-bg {
    position: relative;
}

.beneficios-container-bg .beneficios-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #999;
}

.beneficios-container-bg .beneficios-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.beneficios-bg.beneficios-full {
    z-index: -1;
}

.beneficios-bg.beneficios-full img {
    object-position: center top;
}

#app.main-contaniner {
    position: relative;
}

#app .main-content {
    min-width: 100px;
    width: 100%;
}

#app #sidebar {
    width: 85%;
    max-width: 300px;
    position: relative;
    transition: all .4s ease-in-out;
}

#app #sidebar .menu-sidebar {
    width: 100%;
    height: 100%;
    background-color: #F4F4F5;
}

#app #sidebar .menu-sidebar .btn-menu-sidebar {
    /* margin-top: 20px;
    padding: 20px; */
    font-size: 25px;
    transform: rotate(0);
    display: block;
    text-align: center;
}

#app #sidebar .menu-sidebar .btn-menu-sidebar i {
    transition: all .4s ease-in-out;
    transform: rotate(0);
}

#app #sidebar .menu-sidebar .btn-menu-sidebar:hover {
    /* color: #fff; */
}

#app #sidebar .menu-sidebar .menu-sidebar-content {
    padding-top: 20px;
    /* padding-bottom: 50px; */
    position: sticky;
    top: 0;
    right: 0;
}

#app #sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links {
    min-width: 280px;
    /* transform: translateX(0); */
    transition: all .4s ease-in-out;
    opacity: 1;
    height: calc(100vh - 102px);
    overflow-y: auto;
    /* padding-top: 16px; */
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 100px;
}

#app #sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links .sticky-menu-sidebar {
    margin-top: 60px;
}

#app #sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links .sticky-menu-sidebar.client_area {
    margin-top: 0;
}

@media(max-width: 767px) {

    #app #sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links .sticky-menu-sidebar.client_area {
        margin-top: 60px;
    }
}

#app #sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links .menu-sidebar-user {
    transition: all .4s ease-in-out;
    overflow-y: hidden;
    min-height: 190px;
    height: 0;
    width: 100%;
}

#app #sidebar .menu-sidebar .link-client {
    display: block;
    width: 100%;
    padding: 12px 25px;
    color: #fff;
}

#app #sidebar .menu-sidebar .link-client a {
    color: #fff;
}

#app #sidebar .menu-sidebar .avatar-user {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

#app #sidebar .menu-sidebar .avatar-user img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 0 #fff;
    transition: all .1s ease-in-out;
}

#app #sidebar .menu-sidebar .avatar-user:hover img {
    box-shadow: 0 0 1px 4px #fff;
}

#app #sidebar .menu-sidebar .menu-link {
    display: block;
    padding: 15px 0px 20px 40px;
    width: 100%;
    font-size: 15px;
    position: relative;
    color: #000;
}

#app #sidebar .menu-sidebar .menu-link span {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    width: 40px;
    text-align: center;
    color: #000;
    transition: all .4s ease-in-out;
}

#app #sidebar .menu-sidebar .menu-link span.material-symbols-outlined {
    font-size: 21px;
}

#app #sidebar .menu-sidebar .menu-link.active,
#app #sidebar .menu-sidebar .menu-link:hover {
    background-color: #fff;
    /* padding-left: 75px; */
    color: #2b2016;
}

#app #sidebar .menu-sidebar .menu-link.active span,
#app #sidebar .menu-sidebar .menu-link:hover span {
    color: #2b2016;
}

@media print {
    #app #sidebar,
    button,
    footer {
        display: none;
    }
}


/**
* open-sidebar
*/

#app #sidebar.close-sidebar {
    width: 85%;
    max-width: 60px;
    position: relative;
}

#app #sidebar.close-sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links {
    transform-origin: 100%;
    transform: translateX(-78.6%);
    opacity: 1;
}

#app #sidebar.close-sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links .menu-sidebar-user {
    min-height: 0;
    height: 0;
}

#app #sidebar.close-sidebar .menu-sidebar .btn-menu-sidebar a {
    color: #000 !important;
}

#app #sidebar.close-sidebar .menu-sidebar .btn-menu-sidebar i {
    /* transform: rotate(-180deg); */
}

@media only screen and (min-width: 767px) {
    #app #sidebar.close-sidebar .menu-sidebar .menu-link span {
        left: 86%;
    }
}

@media only screen and (max-width: 768px) {
    .menu-sidebar-user {
        display: none !important;
    }
    #app #sidebar {
        top: 0;
        left: 0;
        max-width: 400px;
        position: fixed;
        z-index: 99;
        height: 100vh;
    }
    #app #sidebar.close-sidebar {
        position: fixed;
        max-width: 400px;
        left: -101%;
        z-index: 10;
        height: 100vh;
    }
    #app #sidebar.close-sidebar .menu-sidebar .menu-sidebar-content .menu-sidebar-links {
        transform: translateX(0);
        opacity: 1;
    }
    #app #sidebar.close-sidebar .menu-sidebar .btn-menu-sidebar i {
        transform: rotate(0);
    }
}

ul.pagination {
    justify-content: end;
}

#pagination-front .prev {
    content: '\f054';
}

@media only screen and (max-width: 768px) {
    ul.pagination {
        justify-content: center;
    }
}

ul.pagination li {
    position: relative;
}

ul.pagination li a {
    display: block;
    border: 1px solid #fff;
    border-right: none;
    padding: 10px 15px;
    min-width: 50px;
    text-align: center;
    position: relative;
    background-color: #fff00;
    transition: all .3s ease-in-out;
}

ul.pagination li.disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9;
    z-index: 2;
}

ul.pagination li a:hover {
    background-color: #fff;
}

ul.pagination li a:hover {
    color: #fff;
}

ul.pagination li:last-child a {
    border: 1px solid #fff !important;
    border-radius: 0 5px 5px 0;
}

ul.pagination li:first-child a {
    border-radius: 5px 0 0 5px;
}

.geral-dashbeard {
    text-align: center;
    min-width: 150px;
    padding: 0;
    margin-right: 5px;
}

.geral-dashbeard small {
    background-color: #444;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    display: block;
    width: 100%;
}

.geral-dashbeard h5,
.geral-dashbeard h2 {
    font-size: 40px;
    font-weight: 900;
    color: #555;
    padding: 20px 0;
}

.geral-dashbeard h5 {
    margin-top: 12px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
        font-size: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        padding-left: 20px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
        font-size: 40px;
    }
    .select2-container .select2-selection--single,
    .select2-container .select2-selection--single .select2-selection__rendered {
        min-height: 87px;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #fff;
        color: white;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 20px;
    }
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: white;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.block-reports {
    width: 130px;
    margin-left: 10px;
}

.block-reports:first-child {
    margin-left: 0;
}

.plan-reports {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.loading-blocks .load-block {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 10px;
    animation-name: load-block;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-image: linear-gradient(90deg, rgba(218, 218, 218, 1) 36%, rgba(255, 255, 255, 1) 50%, rgba(218, 218, 218, 1) 73%);
    background-size: 300% 100%;
    background-position: right;
}

.loading-blocks .load-block.load-block-90 {
    width: 90%;
}

.loading-blocks .load-block.load-block-80 {
    width: 80%;
}

.loading-blocks .load-block.load-block-70 {
    width: 70%;
}

.loading-blocks .load-block.load-block-60 {
    width: 60%;
}

.loading-blocks .load-block.load-block-50 {
    width: 50%;
}

.loading-blocks .load-block.load-block-40 {
    width: 40%;
}

.loading-blocks .load-block.load-block-30 {
    width: 30%;
}

.loading-blocks .load-block.load-block-20 {
    width: 20%;
}

.loading-blocks .load-block.load-block-10 {
    width: 10%;
}

@keyframes load-block {
    from {
        background-position: right;
    }
    to {
        background-position: left;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
}

.item-card-content {
    width: 100%;
}

.item-card-container {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 10px 38px #0002;
}

.item-card-container-bg {
    position: relative;
    min-height: 200px;
    min-width: 200px;
}

.item-card-container-bg .item-card-bg {
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #999;
}

.item-card-container-bg .item-card-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-card-bg.item-card-full {
    z-index: -1;
}

.item-card-bg.item-card-full img {
    object-position: center top;
}

.img-actual-container {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .img-actual-container {
        max-width: 500px;
    }
}

.img-actual-container .img-actual-delete {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.img-actual-container:hover .img-actual-delete {
    display: block;
}

.img-actual-content {
    width: 100%;
    position: relative;
    height: 100%;
    padding-top: auto;
    min-height: 200px;
}

@media only screen and (max-width: 768px) {
    .img-actual-content {
        height: auto;
        padding-top: 100%;
    }
}

.img-actual-content .img-actual {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-actual-container .img-actual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

@media only screen and (max-width: 768px) {
    .img-actual-content .img-actual img {
        border-radius: 10px 10px 0 0;
    }
}

.treatmentwiki-topics-btn-collapse {
    padding: 20px;
    transition: all .3s ease-in-out;
    background-color: #fff00;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.treatmentwiki-topics-btn-collapse:hover {
    background-color: #fff;
    color: #fff;
}

.treatmentwiki-topics-btn-collapse h2 {
    transition: all .3s ease-in-out;
    color: #fff !important;
}

.treatmentwiki-topics-btn-collapse:hover h2 {
    color: #fff !important;
}

.treatmentwiki-topics-btn-collapse span i {
    transition: all .5s ease-in-out;
    transform: rotate(180deg);
}

.treatmentwiki-topics-btn-collapse.collapsed span i {
    transform: rotate(0deg);
}

.min-content-item {}

.min-content-item h3 {
    color: #fff;
    font-size: 20px;
}

.min-content-item .content-description {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 70px !important;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.min-content-item .content-description p {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.img-item-container {
    width: 100%;
    position: relative;
}

.img-item-content {
    width: 100%;
    height: auto;
    padding-top: 50%;
    position: relative;
}

.img-item-container .img-item-content .img-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-item-container .img-item-content .img-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
}

.min-content-item .img-item-container .img-item-content .img-item img {
    border-radius: 10px 10px 0 0;
}

.gradient-track {
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(120, 9, 121, 1) 53%, rgba(0, 212, 255, 1) 100%); */
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.slide-chart-list {
    height: 200px;
    cursor: pointer;
    padding: 10px;
}

.slide-chart-list span {
    transition: all .3s ease-in-out;
    padding: 5px 15px;
    border-radius: 100px;
    border: 1px solid #fff00;
}

.slide-chart-list:hover span,
.slick-slide.slick-current.slick-center .slide-chart-list span {
    border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    .slide-chart-list span {
        font-size: 12px;
    }
}

#slideChart {
    width: 94%;
    margin: 0 auto;
}

#slide-chart .slick-prev::before,
#slide-chart .slick-next::before {
    color: #fff !important;
}

.safe-pay {
    max-width: 200px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
}

.affiliate-plans-container .affiliate-plan-item {
    padding: 20px;
    box-shadow: 0 10px 10px #ccc4;
    border-radius: 10px;
    border: 1px solid #ccc4;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
}

.affiliate-plans-container .affiliate-plan-item small {
    font-size: 12px;
    color: #ccc;
}

.affiliate-plans-container .affiliate-plan-item:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #fff !important;
}

.affiliate-plans-container .affiliate-plan-item:hover small,
.affiliate-plans-container .affiliate-plan-item:hover h2,
.affiliate-plans-container .affiliate-plan-item:hover h5,
.affiliate-plans-container .affiliate-plan-item:hover h1 {
    color: #fff !important;
}

.affiliate-plans-container hr {
    display: none;
}

.affiliate-plans-container h5,
.affiliate-plans-container h2,
.affiliate-plans-container h1 {
    color: #fff;
}

.affiliate-plans-container .affiliate-avatar div {
    border: 3px solid #fff;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px;
    border-radius: 200px;
}

.affiliate-plans-container .affiliate-avatar img {
    max-width: 150px;
    border-radius: 200px;
}

.affiliate-plans-container .affiliate-name h1 {
    font-size: 30px
}

.affiliate-plans-container small {
    color: #999 !important;
}

.info-payment-modal {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.affiliate-plans {
    max-width: 800px;
    background-color: #f2f2f2;
    padding: 40px 20px;
    border-radius: 20px;
}

.affiliate-plans h6 {
    color: #999;
}

.alert_contrate {
    border: solid #fff 2px;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    display: block;
    line-height: 25px;
    background-color: #DDD;
}

.alert_contrate, .cell_alertas_fixos {
    border: solid #666 2px;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
    display: block;
    line-height: 25px;
    background-color: #DDD;
}

.cell_alertas_fixos p.icone {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #444;
}

.cell_alertas_fixos strong {
    font-weight: bold;
}

.cell_alertas_fixos small {
    font-size: 14px;
    color: #555;
}

.alert_contrate .botao {
    text-align: center;
}

.medic_treatments_edit_created_updated_bar {
    text-align: right;
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}

.medic_treatments_edit_created_updated_bar span {
    font-weight: bold;
}

.medic_treatments_edit_created_updated_bar .dates_separator {
    padding: 0 10px;
    font-weight: normal;
}

@media(max-width: 767px){
    .alert_contrate .btn.eu-quero {
        display: block;
    }

    .timeline_botoes_aprovar_medico .link_liberar_acesso {
        display: block;
    }
}

.plan_description_gratuidade {
    text-align: left;
    color: #FFF;
    font-size: 17px;
    padding: 0;
    padding-top: 15px;
}

/* ---------------- abas categorias procedimentos medicos -------------- */
.empty_treatments_cell {
    text-align: center;
}

.empty_treatments_cell > i {
    font-size:50px;
    color: #666;
}

.list-medics-item-tab {
    /* border-radius: 15px; */
    padding: 20px 0;
    transform: translateY(0);
    transition: all .2s ease-in-out;
    text-align: center;
    min-width: 150px;
    padding: 0;    
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 5px;
    /* box-shadow: 0 5px 8px 4px #ccc; */
}

.list-medics-item-tab:hover {
    transform: translateY(-5px);
    box-shadow: 0 19px 26px -13px #cccf;
}

.list-medics-item-tab.tabs_treatments_categories > small {
    /* background-color: #fff; */
    /* color: #fff; */
    /* border-radius: 15px 15px 0 0; */
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 100%;

}
.list-medics-item-tab.tabs_treatments_categories.selected {
    transform: translateY(-5px);
    color: #fff;
}

.list-medics-item-tab.tabs_treatments_categories.selected > small {
    background-color: #000 !important;
}

.list-medics-item-tab.tabs_treatments_categories {
    min-width: 147px !important;
    cursor: pointer;
}

/* esconder botão de adicionar procedimento */
.cell_medic_treatments .add-treatments-container,
.cell_medic_treatments .empty_treatments_cell {
    display: none;
}
/* ---------------- /abas categorias procedimentos medicos -------------- */

/* ------------- pagina nova assinatura gratuidade 90 dias ----------------- */

#Payment .form-row.free_plans {

}

#Payment .free_plan_notice {
    background-color: #F2F2F2 !important;
    margin: 20px 0;
    border-radius: 10px;
}

#Payment .free_plan_notice > div  {
    padding: 30px 0;
    text-align: center;
    color: #AB8B51 !important
}

#Payment .free_plan_notice > div h3{
    font-weight: bold;
    font-size: 23px;
    line-height: 34px;
}

#Payment .free_plan_notice > div p {
    font-weight: bold;
    font-size: 20px;
}

#Payment .form-row.free_plans .aviso_cobranca_futura {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

#Payment .form-row.free_plans h5.plan_name,
#Payment .form-row.free_plans h2.plan_price,
#Payment .form-row.free_plans .aviso_cobranca_futura,
#Payment .form-row.free_plans .texto_tornese_membro {
    color:#F2F2F2;
}

#Payment .form-row.free_plans #plan {
    border: 1px solid #2B2016;
    color: #2B2016;
}

#Payment .form-row.free_plans .form-select:after {
    background-color: #2B2016 !important;
}

#Payment .form-row.free_plans .texto_tornese_membro {
    font-size: 13px;
    text-align: justify;
    line-height: 18px;
    padding: 20px 0;
    font-weight: 500;
}

#Payment .form-row.free_plans .btn-padrao.botao_clique_aqui {
    background-color: #2B2016;
    color: #AB8B51;
    border: 2px #2B2016 solid;
    padding: 18px 33px;
    font-size: 24px;
    box-shadow: 3px 3px 5px #333
}
/* ------------- /pagina nova assinatura gratuidade 90 dias ----------------- */


/* --------- botao para mostrar/esconder valores monetarios (icone do olho) --------- */
.celllLinkHideShowValues {

    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

#linkHideShowValues {
    font-size: 26px;
}

#linkHideShowValues > i.hidden_eye {
    display: none;
}

.element-value-hide .hidden-value {
    display: none;
}
.element-value-hide .hidden-value:before {
    content: '****';
}
/* --------- /botao para mostrar/esconder valores monetarios (icone do olho) --------- */

.treatmemt-container .select-container .select-selecione-procedimento {
    font-size: 15px;
}

.quote_field_value_error {
    border: solid 2px red !important;
    box-shadow: none !important;
    outline: none !important;
}

.margin_left_right_negativa_1 {
    margin-left: -15px;
    margin-right: -15px;
}

#register {
    margin-bottom: 0;
}

#quote .treatmemt-container .fas.fa-exclamation-triangle {
    font-size: 18px ;
}

#quote .align-items-stretch .treatmemt-container .container .row > div,
#quote .align-items-center .row.subtotal > div {
    padding-right: 5px !important;
}

#quote .table-quote .valor_anb_disabled {
    color: #F00 !important;
}

#quote .table-quote small.valor_anb_disabled {
    font-size: 13px;
    display: flex;
}

#quote .table-quote small.valor_anb_disabled.anb_subtotal {
    max-width: 150px;
    padding: 0 !important;
}

.treatments .treatment_invalid_field {
    border: #F00 solid 2px !important;
}

.login-password-eye-button {
    height: 48px;
    margin-top: 8px;
    border-left: 0;
    border-radius: 0 !important;
}

.login-password-eye-button,
.login-password-eye-button:hover {
    border: 1px solid #ced4da;
    background-color: transparent !important;
}

.login-password-eye-field {
    border-right: 0;
}

.login-password-eye-field:focus {
    box-shadow: none;
}

a.link_bold {
    font-weight: bold !important;

}

a.link_small {
    font-size: 13px !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #444;
}

.modal-header {
    padding: 12px;
}

.modal-header .h3 {
    font-size: 20px !important;
    padding: 0;
}

.align-right {
    justify-content: end;
    text-align: right;
}
.timeline_remove_photo_link {
    font-size: 13px;
    padding-top: 3px;
    color: #555;
    display: block;
    margin-bottom: 20px;
}

.text-color-black {
    color: #000 !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.text-light-grey {
    color: #888 !important;
}

.text-light-green1 {
    color: #00a82d !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

#cellValueFinal .icon_loader {
    display: none;
    font-size: 1.5rem;
}

.checkout_ticket_info_future {
    display: block;
    margin-top: 20px;
    color: #0669DE;
    font-weight: bold;
    font-size: 16px;
}

@media(min-width: 768px) {
    #Payment .plan_values_middle_mobile {
        display: none;
    }
}

header#header .container-fluid {
    height: 74px;
}

header#header .container-fluid .btn-sandwish {
    font-size: 24px;
    color: #fff;
}

header#header .navbar-brand.logo-main {
    max-width: 200px;
}

#header_bellow_client_fixed {
    background-color: #000;
    padding: 0 20px;
    margin-top: 74px;
    font-size: 14px;
}

#header_bellow_client_fixed > .aviso_cliente_sem_assinatura {
    background-color: #92400e;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    padding: 2px 20px;
    font-weight: bold;
}

#header_bellow_client_fixed > .aviso_cliente_sem_assinatura a.link_eu_quero {
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 5px;
}

@media(max-width:768px) {
    /*#header_bellow_client_fixed {
        margin-top: 64px;
    }*/

    #header_bellow_client_fixed > .aviso_cliente_sem_assinatura a.link_eu_quero {
        width: 110px;
        display: block;
        text-align: center;
    }
}

.btn.info_green {
    color: #888d30 !important;
}

.timelineItemPopUpProdutos .productFieldsLine {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 15px;
}

.timelineItemPopUpProdutos .productFieldsLine label {
    font-size: 14px;
    color: #555;
    margin-bottom: 3px;
}

.timelineItemPopUpProdutos .productFieldsLine input.qtde {
    max-width: 150px;
}

.timelineItemPopUpProdutos .productFieldsLine input[type="text"] {
    font-size: 14px;
    max-height: 25px;
    width: 250px;
}

.timelineItemPopUpProdutos .productFieldsLine .excluir {
    color: #555;
}


.session-review-text {
    color: #0000ff;
}

.session-review-text-dark {
    color: #333;
}

.session-review-field {
    border: #0000ff solid 1px;
}

.timeline-label-review-session {
    font-weight: bold;
}

label.pointer {
    cursor: pointer;
}

.full-width-line {
    position: absolute;
    left: 0;
    width: 100%;    
    height: 2px;    
    background-color: #eee;    
    z-index: 10;    
}

.full-width-line-timeline-pacient {
    position: absolute;
    left: 0px;
    width: 100%;    
    height: 2px;    
    background-color: #cfcfcf;    
}

.titulo.bold {
    font-weight: bold;
}

#StaffCreateForm {
    background: #ddd;
    padding: 40px;
    margin-top: 30px;
    border-radius: 20px;
}

.btn-success {
    background-color: #000000;
    margin-right: 720px;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 1.3rem;
    text-align: center;
    transition: background-color 0.3s;
    width: 200px;
    height: 50px;
    grid-column: span 2;
}

.btn-success:hover {
    background-color: #000000;
    color: #fff; 
    cursor: pointer;
}

.client_timeline_empty {
    max-width:700px; 
    margin: 0 auto;
}

.client_timeline_empty .cell_msg p {
    font-size: 18px;
}

@media(min-width: 768px) {
    .client_timeline_empty .cell_msg {
        padding-top: 80px;
    }
}

@media(max-width: 767px) {
    .client_timeline_empty .cell_video {
        text-align: center;
    }
}