/* ###### CONFIG. GERAIS #######  */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Montserrat";
}

/* ###### FIM CONFIG. GERAIS #######  */

/* ###### HOME #######  */

#top_1 {
    background-image: url("../img/back_top_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 164px 0;
}

#navbar_home {
    background-color: #f8f9fa00 !important;
}

.btn_barra_home {
    background-color: #fc8f0f;
    border-color: #fc8f0f;

    color: white !important;
    padding: 10px 45px;
}

.btn_barra_home_2 {
    color: white !important;
    width: 100%;
    padding: 10px 30px;
}

.link_navbar_home {
    color: #fff !important;
}

#top_2 {
    background-color: #2e2b36;
    padding: 164px 0;
}

.p_top_2 {
    color: #999999;
}

.col_top_2 {
    width: fit-content;
    max-width: fit-content;
}
.col_top_2 h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #ffffff;
}

#top_3 {
    background-image: url("../img/back_top_3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 164px 0;
}

.tt_sub_top_3 {
    color: #2e2b36;
    margin-bottom: 8px;
}

.titulo_top_3,
.p_top_3 {
    color: #fff;
}
.p_top_3 {
    margin-top: 8px;
}

#roda_pe {
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: #4c4856;
    color: #fff;
}

.video_barbeando {
    margin-top: 40px;
    width: 100%;
    height: 300px;
}

/* ###### FIM HOME #######  */

/*###### LOGIN ######*/

.body_login {
    background: url("../img/banner-login.png"), #2e2b36;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: auto;
}
.body_login main {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login_container {
    border-radius: 20px;
}

.col_1 {
    padding: 96px 64px 166px 64px;
    background: linear-gradient(180deg, #4c4856 0%, rgba(76, 72, 86, 0.2) 100%);
    backdrop-filter: blur(8px);

    border-radius: 20px 0 0 20px;
}

.col_2 {
    background-image: url("../img/back_col.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 16px 16px 0;
}

.span_login {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;

    color: #ffffff;
}

.link_login {
    color: #c97800;
    text-decoration: none !important;
}

.link_login:hover {
    color: #a76b33;
    text-decoration: none !important;
}

.input_login {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    padding: 28px 24px;
    color: #fff;
}
.input_login::placeholder {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #ffffff;
}
.input_login:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border-color: #fc8f0f;
    color: #fff !important;
    box-shadow: none;
}

.btn_entrar_login {
    background-color: #8e633b;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0px 20px 0px;
    margin-top: 2px !important;
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}
.btn_entrar_login:hover {
    background-color: #a76b33;
}

.link_esqueci {
    color: rgba(255, 255, 255, 0.2);
    text-decoration: none !important;
}
.link_esqueci:hover {
    color: #fc8f0f;
}
.social_login_buttons {
    margin-top: 8px;
}
.btn_social_login_fb {
    padding-right: 4px;
}
.btn_social_login_google {
    padding-left: 4px;
}
.btn_social_login {
    padding: 24px 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;

    color: #ffffff;
}
.btn_register_button {
    margin-top: 62px !important;
}
/*###### FIM LOGIN ######*/

/*###### SPLASH ######*/

.logo_splash {
    margin-top: 300px;
    margin-right: auto;
    margin-left: auto;
}

/*###### FIM SPLASH ######*/

/*###### PRE LOGIN ######*/

.logo_pre-login {
    margin-top: 150px;
}

.btn_cadatrar_pre_login {
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    border-color: #fff;
    color: #fff;
}

.span_pre_login {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.col_pre_login {
    margin-top: 170px;
}
/*###### FIM PRE LOGIN ######*/

/*###### CADASTRO ######*/

.col_1_1 {
    padding: 10px 50px;
    background: linear-gradient(180deg, #4c4856 0%, rgb(76 72 86) 100%);
    backdrop-filter: blur(7px);
    height: 600px;
    border-radius: 20px 0px 0px 20px;
}

.body_login_cadastro {
    background: url("../img/banner-login.png"), #2e2b36;
    background-repeat: no-repeat;
    background-size: cover;
    height: 118vh;
    overflow: auto;
}
.body_login_cadastro .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.p_cadastro {
    color: #b6b6b6;
    margin-top: 8px;
    margin-bottom: 22px;
    width: 100%;
    max-width: 302px;
}
.login_container_cadastro .col_1_1 {
    padding: 38px 64px 72px 64px;
    background: linear-gradient(180deg, #4c4856 0%, rgba(76, 72, 86, 0.1) 100%);
    backdrop-filter: blur(8px);
    border-radius: 20px 0 0 20px;
    height: fit-content;
}
.login_container_cadastro .col_1_0 {
    background: linear-gradient(180deg, #4c4856 0%, rgba(76, 72, 86, 0.1) 100%);
    backdrop-filter: blur(8px);
    border-radius: 20px 0 0 20px;
    height: fit-content;
}
.login_container_cadastro .text-center {
    text-align: left !important;
    margin-bottom: 40px;
}
.login_container_cadastro form .col-6:first-of-type {
    padding-right: 4px;
}
.login_container_cadastro form .col-6:last-of-type {
    padding-left: 4px;
}
/*###### FIM  CADASTRO ######*/

/*###### ESCOLHA SERVIÇO ######*/
.col_1_escolha_sev_NOVO {
    padding: 48px 48px 128px 48px;
    background: #2e2b36;
    border-radius: 16px 0 0 16px;
}
.navbar {
    background-color: rgba(0, 0, 0, 0) !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.body_options .navbar {
    position: initial !important;
    padding: 0;
    margin-bottom: 64px;
}
.body_escolha_serv {
    background-color: #2e2b36;
}

.tt-serv {
    font-size: 12px;
    font-weight: bold;
    color: #9799a8;
}

.p_serv {
    font-size: 12px;
    margin-bottom: 0px !important;
    color: #b6b6b6;
}

.linha_hr_serv {
    background-color: #4e4a57;
}

.link_serv {
    color: #fc8f0f;
    text-decoration: none !important;
}

.botao_q_serv {
    padding: 15px 0px 15px 0px;
    color: #bcb9be;
    border-color: #4e4a57;
    background-color: #4e4a57;
}

.botao_q_serv:hover {
    background: rgba(252, 143, 15, 0.35);
    border-color: rgba(252, 143, 15, 0.35);
    color: #fc8f0f;
}
.body_options {
    display: flex;
    align-items: center;
    justify-content: center;
}
.body_options .col-lg-12 {
    margin-bottom: 40px;
    padding: 0;
}
.col_1_escolha_sev_NOVO .col-lg-12 h6 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    max-width: 346px;
    color: #b6b6b6;
}
.col_1_escolha_sev_NOVO .col-lg-12 h6 a {
    color: #fc8f0f;
}
.more_services {
    margin: 0 !important;
}

/*###### FIM ESCOLHA SERVIÇO ######*/

/*###### ESCOLHA PROFISSIONAL ######*/

.cont_carrocel {
    background-color: #4e4a57;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
}
.cont_carrocel .row {
    align-items: center;
}
.cont_carrocel .img_man_profissional {
    margin: 0;
}
.cont_carrocel .col-lg-3 {
    max-width: 33.333333%;
}
.p_profissional {
    font-size: 9px;
    color: #bcb9be;
}

.btn_profissional {
    color: #fc8f0f;
    background-color: rgba(201, 120, 0, 0.35);
    border-color: rgba(201, 120, 0, 0.35);
}

.tt-profissi {
    font-size: 18px;
    font-weight: bold;
    color: #9799a8;
}

/*###### FIM ESCOLHA PROFISSIONAL ######*/

/*###### ESCOLHA DATA E HORARIO ######*/

.input_data_horario {
    background-color: #4e4a57;
    border-color: #4e4a57;
    color: #bcb9be;
}

.form_select_data_hora {
    background-color: #4e4a57;
    border-color: #4e4a57;
    color: #bcb9be;
}

.btn_horario {
    text-align: center;
    background-color: #4e4a57;
    border-color: #4e4a57;
    color: #bcb9be;
    padding: 5px 20px 5px 20px;
}

.btn_horario:hover {
    background-color: rgba(252, 143, 15, 0.35);
    border-color: rgba(252, 143, 15, 0.35);
    color: #fc8f0f;
}

.col_btn_hora {
    padding-right: 0;
}

.col_container_hora {
    padding-right: 30px;
}

/*###### FIM ESCOLHA DATA E HORARIO ######*/

/*###### CONFIRMAR DADOS ######*/

.btn_confirmar_dados {
    margin-top: 60%;
}

.btn_confirmar_dados_2 {
    background-color: #8e633b;
    border-color: #8e633b;
    padding: 20px 0px 20px;
}

.container_back_confirma_dados {
    border-radius: 5px;
    padding: 10px;
    background-color: #4e4a57;
}

.p_tt_dados {
    color: #9799a8;
    font-size: 16px;
}

.span_tt_dados {
    font-size: 11px;
    color: #b6b6b6;
}

/*###### FIM CONFIRMAR DADOS ######*/

/*######  ESCOLHA PROFISSIONAL 2 ######*/

.tt-profissi_2 {
    font-size: 16px;
    font-weight: bold;
    color: #9799a8;
}

.linha_info_profissa_2 {
    margin-top: -10px;
    width: 100%;
}
.linha_info_profissa_2 > div {
    width: 50%;
}
.num_profissi_2 {
    font-size: 12px;
    color: #bcb9be;
}

/*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

/*###### OPÇÕES ######*/

.botao_q_serv_danger {
    padding: 15px 0px 15px 0px;
    color: #bcb9be;
    border-color: #ff3a3a;
    background-color: #ff3a3a;
}

/*###### FIM OPÇÕES ######*/

/*###### AVALIAÇÕES ######*/

.area_de_texto {
    border-color: #4e4a57;
    background-color: #4e4a57;
    color: #9799a8;
}

.col_1_avaliacoes_sev_NOVO {
    padding: 20px 50px;
    background: #2e2b36;
    backdrop-filter: blur(8px);
    height: 850px;
    border-radius: 20px 0px 0px 20px;
}

/*###### FIM AVALIAÇÕES ######*/

/* ############### RESPONSIVIDADE #####################  */

@media (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 360px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    .video_barbeando {
        width: 100%;
        height: 300px;
        padding-bottom: 40px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 361px) and (max-width: 375px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 376px) and (max-width: 414px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 415px) and (max-width: 533px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }
}

/*###### FIM ESCOLHA SERVIÇO NOVO ######*/

/*###### AVALIACOES NOVO ######*/

.corpo_AVL {
    overflow: scroll;
    background-image: url("../img/back_body_login.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: cover;
    background-color: #2e2b36;
    height: 100vh;
}

/*###### AVALIACOES NOVO FIM ######*/

@media (min-width: 534px) and (max-width: 575px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 576px) and (max-width: 744px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    #top_3 {
        background-image: url("../img/back_topo_3_Cell.jpg");
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 745px) and (max-width: 767px) {
    /* ###### HOME #######  */

    #navbar_home {
        background-color: #2e2b36 !important;
        z-index: 999999 !important;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .btn_barra_home {
        background-color: #fc8f0f;
        border-color: #fc8f0f;

        color: white !important;
        padding: 10px;
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }

    /* ###### FIM HOME #######  */

    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 20px 20px;
        background: none;
        backdrop-filter: none;
        height: 600px;
        border-radius: 20px 0px 0px 20px;
    }

    /*###### FIM  CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .p_profissional {
        font-size: 12px;
        color: #bcb9be;
    }

    .btn_profissional {
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    .tt-profissi {
        font-size: 20px;
        font-weight: bold;
        color: #9799a8;
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 768px) and (max-width: 991px) {
    /* ###### LOGIN ####### */

    .col_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    .login_container {
        margin-top: 0px;
        background: none;
        backdrop-filter: none;
        border-radius: 20px;
        height: 650px;
    }

    /* ###### FIM LOGIN ####### */

    /*###### CADASTRO ######*/

    .col_1_1 {
        padding: 80px 20px;
        background: none;
        backdrop-filter: none;
        height: 650px;
        border-radius: 0px 0px 0px 0px;
    }

    /*###### FIM CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 16px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/

    /*###### ESCOLHA SERVIÇO NOVO ######*/

    .p_serv {
        font-size: 14px;
    }

    /*###### FIM ESCOLHA SERVIÇO NOVO ######*/

    /*###### AVALIACOES NOVO ######*/

    .corpo_AVL {
        overflow: scroll;
        background-image: url("../img/back_body_login.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        position: cover;
        background-color: #2e2b36;
        height: 100vh;
    }

    /*###### AVALIACOES NOVO FIM ######*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* ###### HOME #######  */

    .btn_barra_home {
        margin-left: 30px;
    }

    .video_barbeando {
        padding-bottom: 40px;
        width: 100%;
        height: 300px;
    }
    /* ###### FIM HOME #######  */

    /*###### LOGIN ######*/
    .login_container {
        margin-top: 20px;
    }

    /*###### FIM LOGIN ######*/

    /*######  CADASTRO ######*/

    /*###### FIM CADASTRO ######*/

    /*###### ESCOLHA PROFISSIONAL ######*/

    .btn_profissional {
        font-size: 12px;
        color: #fc8f0f;
        background-color: rgba(201, 120, 0, 0.35);
        border-color: rgba(201, 120, 0, 0.35);
    }

    /*###### FIM ESCOLHA PROFISSIONAL ######*/

    /*######  ESCOLHA PROFISSIONAL 2 ######*/
    .num_profissi_2 {
        font-size: 8px;
        color: #bcb9be;
    }

    /*###### FIM ESCOLHA PROFISSIONAL 2 ######*/
}
@media (min-width: 1200px) and (max-width: 1359px) {
    /* ###### HOME #######  */

    /* ###### FIM HOME #######  */

    /*###### LOGIN ######*/
    .login_container {
        margin-top: 20px;
    }

    /*###### FIM LOGIN ######*/

    /*######  CADASTRO ######*/

    /*###### FIM CADASTRO ######*/

    /*###### INICIO SCROLLBAR ######*/

    .scrollbar {
        height: 250px;
        overflow-y: scroll;
    }
    .scrollbar-primary::-webkit-scrollbar {
        width: 12px;
        background-color: #2e2b36;
    }

    .scrollbar-primary::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #bdc3cd;
    }
}
@media (min-width: 1366px) and (max-width: 2599px) {
}
@media (min-width: 2600px) and (max-width: 8000px) {
}

#top_4 {
    padding: 164px 0;
    background-image: url("../img/top_4-banner.webp");
    flex-direction: column;
}
#top_4 .row {
    justify-content: space-between;
    align-items: center;
}
.tt_sub_top_4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #c97800;
    margin: 0;
}
.titulo_top_4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #fff !important;
    margin: 8px 0 0 0;
}
.p_top_4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin: 8px 0 0 0;
}
.app-store-wrapper {
    margin-top: 18px;
}
#top_3 > .container > .row {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.col_top_3 {
    width: 100%;
}
.col_top_3 iframe {
    width: 100%;
    max-width: 520px;
    border-radius: 8px;
}
#top_2 .row {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
#top_2 img {
    width: 100%;
}
.tt_sub_top_1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fc8f0f;
}
.titulo_top_1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    color: #ffffff;
    margin: 22px 0;
}
.p_top_1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 32px;
}
img.navbar-brand {
    width: 100%;
    margin: 0;
}
.navbar-nav {
    align-items: center;
}
.link_navbar_home {
    margin-right: 34px;
}
.btn_barra_home {
    margin-right: 8px;
}
.btn_top_1 {
    width: 100%;
}

#footer_1 {
    background-color: #4c4856;
    padding: 28px 0;
}
#footer_1 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s_footer_1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.socials_footer {
    display: flex;
    gap: 42px;
}

@media screen and (max-width: 990px) {
    #top_2 .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
    .btn_top_1 {
        width: fit-content;
        max-width: fit-content;
    }
}
@media screen and (max-width: 768px) {
    #top_4 .row {
        justify-content: center;
        width: 100%;
    }
    .col_top_4 {
        width: 100%;
    }
    .google-play-wrapper {
        margin-top: 32px;
    }
    .google-play-wrapper,
    .app-store-wrapper {
        text-align: center;
    }
    #top_4 {
        padding: 72px 2%;
    }
    #top_3 {
        padding: 72px 0;
    }
    #top_3 > .container > .row {
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
    #top_2 {
        padding: 72px 0;
    }
    #footer_1 .row {
        text-align: center;
        justify-content: center;
        gap: 42px;
    }
}
@media screen and (max-width: 320px) {
    .linha_top_1 .row {
        gap: 22px;
    }
}
@media screen and (max-width: 991px) {
    .cont_carrocel .img_man_profissional {
        margin: 0;
        width: 83px;
    }
}
@media screen and (max-width: 768px) {
    .cont_carrocel .img_man_profissional {
        margin: 0;
        width: 100%;
    }
}
.avaliation_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.avaliation_page main {
    position: initial !important;
    top: initial !important;
    transform: initial !important;
    height: 100%;
}
.serv_agendamento .navbar_escolha_serv {
    /* width: 88%; */
}

.escolha_avaliacao .navbar {
    /* width: 87% !important; */
    padding-top: 48px;
}
.escolha_avaliacao .mt-3 {
    margin-top: calc(64px + 64px) !important;
}

.tt_escolha_avaliacao {
    margin-bottom: 40px;
}
.linha_info_profissa_2 div:first-of-type {
    display: flex;
    gap: 8px;
    align-items: center;
}
.avaliation_page {
    height: 100vh !important;
}

.avaliation_page main nav {
    position: initial !important;
    padding: 42px 0 0 0;
}
.avaliation_wrapper {
    height: 100%;
    max-height: 880px;
    position: relative;
    top: 40px;
}
.avaliation_page_1 {
    width: 100%;
    max-width: 598px;
    height: 100%;
    background-color: #2e2b36;
    padding: 90px 48px 0 48px;
    border-radius: 20px 0 0 20px;
}
.avaliation_page_2 {
    width: 100%;
    max-width: 622px;
    height: 100%;
    background-image: url("../img/back_col.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
}
.avaliation_page textarea {
    width: 100%;
    max-width: 502px;
    height: 67px;
    margin-top: 5px;
}
.avaliation_page button {
    width: 67px !important;
    height: 67px;
    font-size: 0;
    margin-bottom: 0 !important;
    position: relative;
    top: 20px;
    right: 0;
    background-image: url("../img/right-arrow.png");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.avaliation_page .col-lg-7 {
    width: 100% !important;
    max-width: 100% !important;
}
.jq-star {
    width: 18px !important;
}
.tt-serv {
    margin: 0;
    width: 100%;
    max-width: 320px;
}
.avaliation_page .col,
.avaliation_page .col-lg-7 {
    padding: 0 !important;
}
.avaliation_page .container {
    padding: 0 !important;
}
.tt-serv-avaliation {
    margin-top: 22px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    color: #9799a8;
}
@media (max-width: 1220px) {
    .avaliation_wrapper {
        padding: 0 2%;
    }
}
@media (max-width: 768px) {
    .avaliation_page_2 {
        display: none;
    }
}
.minhas_barbearias .navbar_escolha_serv,
.navbar_escolha_serv {
    padding: 48px 86px 0 0;
    /* width: 82.7%; */
}
.navbar_escolha_serv2 {
    padding: 18px 0 0 0;
    width: 530px;
}
.minhas_barbearias .mt-3,
.section_dentro_agendamento,
.ecolher_servico_agenda {
    margin-top: calc(65px + 64px) !important;
}
.ecolher_servico_agenda .p_serv {
    margin-bottom: 22px !important;
}
.servicos_row > div {
    padding: 12px !important;
    margin: 0 !important;
}

#nav_home {
    width: 100%;
}
@media (max-width: 766px) {
    div#navbarCollapse {
        background-color: #343a40;
        z-index: 999;
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding: 42px;
        border-radius: 22px;
        -webkit-box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.38);
        -moz-box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.38);
        box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.38);
    }
    #navbarCollapse .link_navbar_home {
        margin: 0 0 22px 0;
        padding: 0;
    }
    #navbarCollapse .btn_barra_home {
        width: 100%;
    }
}
.section_dentro_agendamento .row {
    margin-bottom: 22px;
}
.section_dentro_agendamento .col-lg-12 {
    margin-bottom: 12px !important;
}
