/*tipografia*/
.p_fonte1 {
    font-family: 'montserratregular', sans-serif !important; }
  
  body {
    font-family: 'montserratregular', sans-serif !important;
    line-height: 1.7; }
  
  .font_black {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900; }
  
  .font_thin {
    font-family: 'montserratregular', sans-serif !important;
    font-weight: 300; }
  
  .menu {
    font-size: 1.8rem;
    font-weight: 600; }
    .menu a {
      color: #fff !important; }
  
  .table-responsive.table-responsive_box {
    display: none; }
  
  .container.plano-box {
    cursor: pointer; }
  
  /*-------------------------------------------------------------------------------*/
  /*Base*/
  *::after, * *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit; }
  
  html {
    font-size: 62.5% !important; }
  
  body {
    margin: 0;
    box-sizing: border-box; }
  
  /*-------------------------------------------------------------------------------*/

  .adm_header-container {
    color: #696969;
    margin: 0;
    background: #e9e9e9;
    padding: .5rem .5rem 2.5rem; }
  
  h2.adm_header-h2 {
    font-size: calc(22px + 14 *(100vw - 425px)/(2500 - 50));
    font-weight: 900;
    display: inline-block;
    border-bottom-right-radius: 0.6rem;
    line-height: 24px;
    margin-bottom: 0;
    border-bottom: 5px solid #f8d100;
    border-bottom-left-radius: 0.6rem; }
  
  .adm_header-item {
    margin-left: 5%; }
  
  .form_input_cont {
    margin: 1.5rem 0px; }
  
  .form_input_cont1 {
    margin-bottom: 1rem; }
  
  .form_grp {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: .2rem;
    border: 1px solid #e6e6e6;
    transition: all .3s ease-in; }
  
  img.form_grp-img {
    margin-left: 1.5rem;
    height: calc(18px + 14 *(100vw - 425px)/(2500 - 50)); }
  
  span.span_error {
    color: red;
    font-weight: 800;
    font-size: calc(8px + 14 *(100vw - 425px)/(2500 - 50)); }
  
  .error_dropzone_span {
    border: 2px dashed red !important; }
  
  .span_error_dropzone {
    color: red;
    font-weight: 800;
    font-size: calc(8px + 14 *(100vw - 425px)/(2500 - 50)); }
  
  .invalid {
    border: solid 1px red !important; }
  
  .input_control_form {
    font-size: calc(10px + 14 *(100vw - 425px)/(2500 - 50));
    text-decoration: none;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #000;
    text-decoration: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 1.2rem 1rem;
    transition: all .3s ease-in; }
  
  .form_container {
    padding: 0  3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  
  h2.form_h2_pg {
    border-bottom: 5px solid #f3f100;
    display: inline-block;
    margin: 7px 0rem;
    font-size: calc(16px + 14 *(100vw - 425px)/(2500 - 50));
    font-weight: 900;
    line-height: 18px;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem; }
  
  form.form_pg {
    width: 100%; }
  
  .editor_not_container {
    height: 20rem; }
    .editor_not_container .quill-wrap {
      height: 16rem; }
  
  .dropzone .dz-preview.dz-image-preview {
    background: #4d4a49 !important; }
  
  #dropzone_edt_not {
    border: 2px dashed #f3f100;
    position: relative;
    width: 100%;
    height: 256px;
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-color: #4d4a49;
    background-size: 16px 16px; }
  
  div#my-awesome-dropzone {
    border: 2px dashed #f3f100;
    position: relative;
    width: 100%;
    height: 256px;
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-color: #4d4a49;
    background-size: 16px 16px; }
  
  span.span_dropzone_titulo {
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    color: #f3f100;
    font-weight: 900; }
  
  .dz-message {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  
  img.img_dropzone_cloud {
    height: calc(50px + 14 *(100vw - 425px)/(2500 - 50));
    margin-right: .5rem; }
  
  button#submitForm {
    color: #fff;
    border: none;
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    background: #4d4a49;
    padding: .9rem 5rem;
    border-radius: .4rem;
    cursor: pointer;
    margin: 2rem 0px;
    font-weight: 900;
    transition: all .3s ease-in; }
    button#submitForm:hover {
      transition: all .3s ease-in;
      background: #161614; }
  
  .submitForm_container {
    display: flex;
    justify-content: center; }
  
  .ql-container.ql-snow {
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7 !important;
    border-left: 1px solid #e7e7e7 !important;
    border-bottom-left-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important; }
  
  .ql-toolbar.ql-snow {
    border: 1px solid #e7e7e7 !important;
    border-top-left-radius: .2rem !important;
    border-top-right-radius: .2rem !important; }
  
  a.dz-remove {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 900; }
  
  .dropzone .dz-message {
    margin: 0 !important; }
  
  .ql-align-center {
    text-align: center; }
  
  .ql-align-left {
    text-align: left; }
  
  .ql-align-right {
    text-align: right; }
  
  .ql-align-justify {
    text-align: justify; }
  
  .msg_container_sucess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  
  .msg_container_fail {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  
  .msg_container {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center; }
  
  img.ic_msg {
    height: calc(60px + 14 *(100vw - 425px)/(2500 - 50));
    margin-right: 1rem; }
  
  .msg_box {
    padding: 1rem;
    display: flex;
    align-items: center; }
  
  h2.msg_h2 {
    font-size: calc(14px + 14 *(100vw - 425px)/(2500 - 50)); }
  
  span.close_span {
    cursor: pointer;
    padding: .9rem 1.2rem;
    font-size: calc(13px + 14 *(100vw - 425px)/(2500 - 50));
    font-weight: 900;
    border-radius: 50%; }
  
  .close_span_success {
    background: #3c763d;
    color: #dff0d8; }
  
  .close_span_fail {
    background: #a94442;
    color: #f2dede; }
  
  .msg_header {
    display: inline-block;
    position: absolute;
    top: -1rem;
    right: -1rem; }
  
  .container_div_msg {
    width: 100%; }
  
  img.img_carregando {
    margin-left: .5rem;
    display: none;
    height: calc(26px + 14 *(100vw - 425px)/(2500 - 50)); }
  
  button#submitForm {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  
  .btn_disable {
    cursor: not-allowed; }
    .btn_disable:hover {
      background: #4d4a49 !important; }
  
  .dropzone .dz-preview .dz-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%; }
  
  .form_complete {
    position: relative; }
  
  ul.auto_complete-ul {
    border-bottom-left-radius: 1.5rem;
    background: #fcfcfc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    border-bottom-right-radius: 1.5rem;
    position: absolute;
    flex: 1;
    list-style: none;
    display: none;
    overflow-y: scroll;
    max-height: 15rem;
    top: 95%;
    padding-top: 1rem;
    padding-left: 0;
    z-index: 1000;
    left: 0;
    right: 0; }
    ul.auto_complete-ul li {
      font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
      padding-left: 5rem;
      padding-top: .5rem;
      display: flex;
      padding-bottom: .5rem;
      cursor: pointer;
      align-items: center;
      transition: all .1s ease-in; }
      ul.auto_complete-ul li:hover {
        transition: all .2s ease-out;
        background: #efefef; }
  
  .complete_highlight {
    font-weight: 900; }
  
  .popup_form-box {
    position: fixed;
    background: rgba(0, 0, 0, 0.81);
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  
  .popup_form-item {
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 1.5rem; }
  
  .popup_form-item {
    padding: 1rem 3rem; }
  
  span.close_span_form_popup {
    background: red;
    cursor: pointer;
    padding: .9rem 1.2rem;
    font-size: calc(13px + 14 *(100vw - 425px)/(2500 - 50));
    font-weight: 900;
    border-radius: 50%;
    color: #fff; }
  
  .header_popup_form {
    display: inline-block;
    position: absolute;
    top: -1rem;
    right: -1rem; }
  
  label.label_form {
    font-size: calc(11px + 14 *(100vw - 425px)/(2500 - 50));
    font-weight: 800; }
  
  .span_time1 {
    text-transform: capitalize; }
  
  .span_time2 {
    text-transform: capitalize; }
  
  img.adicionar_campo_container_img {
    height: calc(15px + 14 *(100vw - 425px)/(2500 - 50));
    display: block;
    margin-right: .5rem; }
  
  img.remove_btn_cad_img {
    height: calc(15px + 14 *(100vw - 425px)/(2500 - 50));
    display: block; }
  
  button.adicionar_campo_container_btn {
    border: none;
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    cursor: pointer;
    font-weight: 900;
    outline: none;
    background: #4d4a49;
    border-radius: 0.5rem;
    font-family: 'montserratregular', sans-serif !important;
    color: #fff;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: center; }
  
  button.remove_btn_cad {
    outline: none;
    margin-left: .5rem;
    border: none;
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    cursor: pointer;
    font-weight: 900;
    background: #d80b0b;
    border-radius: 0.5rem;
    font-family: 'montserratregular', sans-serif !important;
    color: #fff;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: center; }
  
  button.adicionar_campo_container_btn {
    border: none;
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    cursor: pointer;
    font-weight: 900;
    background: #4d4a49;
    border-radius: 0.5rem;
    font-family: 'montserratregular', sans-serif !important;
    color: #fff;
    display: flex;
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: center; }
  
  .input_btn_container .form_input_cont {
    align-items: center;
    display: flex;
    width: 100%; }
  
  .input_btn_container .form_grp {
    flex: 1; }
  
  .form_input_cont {
    text-align: left; }
  
  #enviar_edit_estatisticas {
    color: #fff;
    border: none;
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    background: #4d4a49;
    padding: .9rem 5rem;
    border-radius: .4rem;
    cursor: pointer;
    margin: 2rem 0px;
    font-weight: 900;
    transition: all .3s ease-in; }
    #enviar_edit_estatisticas:hover {
      transition: all .3s ease-in;
      background: #161614; }
  
  #btn_editar_cam_enviar {
    color: #fff;
    border: none;
    font-size: calc(12px + 14 *(100vw - 425px)/(2500 - 50));
    background: #4d4a49;
    padding: .9rem 5rem;
    border-radius: .4rem;
    cursor: pointer;
    margin: 2rem 0px;
    font-weight: 900;
    transition: all .3s ease-in; }
    #btn_editar_cam_enviar:hover {
      transition: all .3s ease-in;
      background: #161614; }
  
      .login_box {
        background-size:cover;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-image: url('https://escoladoesporteda.com.br/img/svg_form/soccer-1273968_1280.jpg');
  background-position: center;
  background-repeat: no-repeat;
    }
    form.form_login {
      padding: 0rem 4rem 4rem 4rem;
      display: flex;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      background: #fcfcfc;
      border-radius: 15px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
     
  }

  h2.h2_titulo_form {
    font-size: calc(25px + 14 *(100vw - 425px)/(2500 - 50));
    margin-bottom: 0;
}
.login_item {
  width: 50%;
}
.form_input_cont {
  width: 100%;
}
.d-none{
  display: none;
}
.msg_error-container {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  width: 100%;
  text-align: center;
}
.login_box {
  background-color:rgba(77, 74, 73, 0.8);
  
}

button.btn_submit_login {
  color: #f3f100;
  padding: 1rem 3rem;
  font-size: calc(13px + 14 *(100vw - 425px)/(2500 - 50));
  border: none;
  background: #4d4a49;
  font-family: 'montserratregular', sans-serif !important;
  font-weight: 600;
  outline: none;
  border-radius: .5rem;
  cursor: pointer;

  position: relative;
  border-radius: 4px;
  box-sizing: border-box;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-color: #4d4a49;
  background-size: 16px 16px;  
}
.login_titulo_container {
  flex-direction: column;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.img_login {
  height: calc(50px + 14 *(100vw - 425px)/(2500 - 50));
  margin-top: -1rem;
}

@media(max-width:1200px){
  .login_item {
    width: 80%;
}

}

@media(max-width:992px){
  .login_item {
    width: 90%;
}
input.input_control_form {
  font-size: calc(14px + 14 *(100vw - 425px)/(2500 - 50));
}
button.btn_submit_login {
  font-size: calc(16px + 14 *(100vw - 425px)/(2500 - 50));
}
form.form_login {
  overflow: hidden;
}
}
@media(max-width:568px){
  .login_item {
    width: 95%;
}
img.form_grp-img {
  margin-left: 1.5rem;
  height: calc(25px + 14 *(100vw - 425px)/(2500 - 50));
}
input.input_control_form {
  font-size: calc(15px + 14 *(100vw - 425px)/(2500 - 50));
}
form.form_login {
  padding: 0 1rem 1rem;
}

}
button.btn_submit_login {
    margin-top: 1rem;
}
