/*CSS Base*/
:root {
  --soft-blue: #5ca5f0;
  --brown-grey: #8b8b8b;
  --white: #ffffff;
  --white-two: #f8f8f8;
  --white-three: #fdfdfd;
  --very-light-blue: #ebedf0;
  --brownish-grey: #6b6b6b;
  --brownish-grey-two: #606060;
  --dark-sky-blue: #4a90e2;
  --very-light-pink: #d8d8d8;
  --brown-grey-two: #8c8c8c;
  --sky-blue: #5bb0ff;
  --greyish-brown: #4a4a4a;
  --greyish-brown: #4a4a44;
}
body{
  font-family: "Roboto Light" !important;
  background-image: url("../images/Cornflower_Blue.png");
  background-position: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
}
/*#region menu*/
  .bg-navbar{
    height: 65px;
    background-color: #51A6F8 !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-family: "Roboto Regular";
  }
  .navbar{
    width: 100%;
    height: 65px;
    box-shadow: 0 -1px 14px -2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    color: #9b9b9b;
  }
  .bg-transparente{
    background-color: #50a8ff !important;
  }
  .menu-button{
    font-family: "Roboto light";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #428fde !important;
    cursor: pointer;
  }
  .img-menu{
    width: 55px;
    margin: 0 auto;
    cursor: pointer !important;
  }
  .img-menu-app{
    width: 40px;
    margin: 0 auto;
    cursor: pointer !important;
  }
  .breadcrumb-pagination {
    width:450px;
    text-align: center;
    color:#B3B7C1;
    margin-bottom: 0rem !important;
  }
  .breadcrumb-pagination + .breadcrumb-pagination::before{
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: '';
  }
  .breadcrumb-pagination div {
    width: 57px;
    display:inline-block;
  }
  .breadcrumb-pagination div span {
    margin:0 auto;
    display:block;
    border-radius:100%;
    height:26px;
    width:26px;
    padding:2px 2px 2px 2px;
    font-size:15px;
  }
  .breadcrumb-pagination div p {
    text-align:center;
    line-height:0;
    margin:15px auto  auto;
    font-size:12px;
  }
  .todo span{
    background-color:#a8a8a8;
    color:#fff;
  }
  .active span {
    background-color:#54a9ff;
    color:#fff;
  }
  .active p {
    border-bottom:2px solid #54a9ff;
    padding-bottom:15px;
    margin-bottom:0px !important;
    color: #3c4043;
    font-weight:700;
  }
  .active-ok span{
    background-color:#54a9ff;
    color:#fff;
  }
  .active-ok span::before{
    content: "\2713";
    font-family: "Roboto Black";
  }
  .active-fin span{
    background-color:#ffb844;
    color:#fff;
  }
  .active-fin p {
    border-bottom:2px solid #54a9ff;
    padding-bottom:15px;
    margin-bottom:0px !important;
    color: #3c4043;
    font-weight:700;
  }
  .path{
    height: 2px;
    border: 1px #d9d9d9 solid;
    margin-top: 15px;
  }
  .active-fin span::before{
    /*content: "\2713";*/
    font-family: "Roboto Black";
  }
  .bg-transparente{
    background-color: #50a7ff;
  }
  .nav-link{
    font-family: "Roboto Regular" !important;
    color: #fff;
  }
  .nav-link .active{
    color: #000 !important;
    font-weight: 900 !important;
  }
  .nav-link .disabled{
    color: #ccc !important;
    font-weight: 900 !important;
  }
  .nav-hover:hover{
    color:var(--white);
    font-weight: 650;
  }
  .custom-file-input ~ .custom-file-label::after {
    content: "Buscar";
    background: #fff;
    color: #50a7ff;
  }
  .modal-footer .img-responsive{
    width: 280px;
  }
  .esconder{
    display: none;
    background-color: #50a7ff;
  }
  .img-mantencion{
    width: 500px;
    margin: 0 auto;
  }
  .icon{
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 15px;
    color: var(--dark-sky-blue);
  }
/*#endregion menu*/
/*#region content*/
  .contenedor{
    max-width: 1003px;
    min-height: 450px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px;
    margin-top: 100px;
  }
  .oval-titulo{
    max-width: 450px;
    height: 44px;
    border-radius: 28px;
    background-color: #50a7ff;
    margin: 0 auto;
  }
  .oval-titulo-text{
    max-width: 450px;
    height: 33px;
    font-family: "Roboto Bold";
    font-size: 24px;
    line-height: 1.85;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .titulo{
    font-family: "Roboto Light";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #858585;
  }
  .titulo b{
    font-weight: 900;
    color: #50a7ff;
  }
  .titulo2{
    font-family: "Roboto Light";
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    color: #858585;
  }
  .titulo2 b{
    font-weight: 900;
    color: #50a7ff;
  }
  .titulo3{
    font-family: "Roboto Bold";
    font-size: 27px;
    letter-spacing: 2px;
    text-align: center;
    color: #50a7ff;
  }
  .titulo3 b{
    font-weight: 900;
    color: #ffb844;
  }
  .sub-titulo{
    font-family: "Roboto Light";
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #858585;
  }
  .sub-titulo b{
    font-weight: 900;
    color: #50a7ff;
  }
  .lbl{
    width: 150px;
    height: 19px;
    font-family: "Roboto Bold";
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #858585;
  }
  .lbl-active{
    color: #50a7ff !important;
  }
  .form-input{
    min-width: 235px !important;
    height: auto !important;
    background: transparent;
    border: none;
    border-bottom: 2px  solid #bfbfbf;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #858585;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1; /* Firefox */
    font-size: 15px;
    text-align: justify;
  }
  .form-input:focus{
    outline:0px;
    border-color: #50a7ff;
  }
  .form-input-active{
    outline:0px;
    border-color: #50a7ff;
  }
  .form-inputs{
    width: 235px !important;
    height: 20px !important;
    background: transparent;
    border: none;
    border-bottom: 2px solid #bfbfbf;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #858585;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-inputs::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #858585;
    opacity: 1; /* Firefox */
    font-size: 15px;
    text-align: justify;
  }
  .form-inputs:focus{
    outline:0px;
    border-color: #50a7ff;
  }
  .form-inputs-active{
    outline:0px;
    border-color: #50a7ff;
  }
  .btn-green{
    width: 150px;
    height: 29px;
    border-radius: 19.5px;
    line-height: 0.50;
    font-family: "Roboto Regular";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 -1px 14px -2px rgba(0, 0, 0, 0.1);
    background-color: #54a9ff;
    margin-top: -30px;
  }
  .btn-green:hover{
    box-shadow: 0 -1px 14px -2px rgba(51, 51, 51, 0.5);
    color: var(--white-three);
  }
  .btn-red{
    width: 150px;
    height: 29px;
    border-radius: 19.5px;
    line-height: 0.50;
    font-family: "Roboto Regular";
    font-size: 16px;
    font-weight: 500;
    color: #54a9ff;
    border: #54a9ff solid 1px;
    box-shadow: 0 -1px 14px -2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    margin-top: -30px;
  }
  .btn-red-a{
    width: 150px;
    height: 29px;
    border-radius: 19.5px;
    line-height: 1.00;
    font-family: "Roboto Regular";
    font-size: 16px;
    font-weight: 500;
    color: #54a9ff;
    border: #54a9ff solid 1px;
    box-shadow: 0 -1px 14px -2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    margin-top: -30px;
  }
  .btn-red-a:hover{
    box-shadow: 0 -1px 14px -2px rgba(51, 51, 51, 0.5);
    color: #54a9ff;
  }
  .btn-red:hover{
    box-shadow: 0 -1px 14px -2px rgba(51, 51, 51, 0.5);
    color: #54a9ff;
  }
  .divider{
    max-width: 460px;
    height: 2px;
    border: solid 1px #d9d9d9;
    margin-top: 11px;
    margin-bottom: 12px;
  }
  .divider-dotted{
    max-width: 460px;
    height: 2px;
    border: 1px #d9d9d9;
    border-style: dashed;
    margin-top: 11px;
    margin-bottom: 12px;
  }
  .divider-segment{
    height: 2px;
    border: solid 1px #d9d9d9;
    margin-top: 11px;
    margin-bottom: 12px;
  }
  fieldset{
    margin-top: 12px;
  }
  .row{
    margin-top:16px;
  }
  .btn-detalle{
    cursor: pointer;
    font-family: "Roboto Regular";
    font-size: 12px;
    line-height: 1.8;
  }
  .btn-detalles{
    color: #50a7ff !important;
    cursor: pointer;
    font-family: "Roboto Regular";
    font-size: 12px;
    line-height: 1.8;
  }
  .show{
    display: none;
  }
  .icon-exclamacion{
    width: 27px;
    height: 24px;
    font-size: 32px;
    color: #50a7ff;
    text-align: center;
  }
  .img-webpay{
    width: 155px;
    height: 74px;
    mix-blend-mode: multiply;
  }
  .img-top{
    max-width: 320px;
  }
  .load{
    width: 160px !important;
  }
  .icon{
    position: absolute;
    top: 11px;
    left: -5px;
    font-size: 15px;
    color: var(--dark-sky-blue);
  }
  .img-forbbiden{
    max-width: 320px;
  }
  legend{
    font-family: "Roboto Thin";
    font-size: 18px;
    font-weight: 700;
    color: var(--brown-grey);
  }
  .citar{
    width: auto;
    height: 19px;
    font-family: "Roboto Regular";
    font-size: 14px;
    letter-spacing: 1.4px;
    color: var(--brown-grey);
  }
  .cursor{
    cursor: pointer;
  }
/*#endregion content*/
/*#region table*/
  .table{
    background: transparent;
    cursor: default !important;
    /* table-layout: auto !important; */
  }
  .table input{
    text-align: center;
  }
  .table th, .table td{
    border-color: transparent !important;
    border-color: transparent !important;
    /* padding: auto !important; */
  }
  .table tbody tr{
    height: 50px;
    padding-top: 15px
  }
  .table thead th{
    width: 27px;
    height: 56px;
    font-family: "Roboto Bold";
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #50a7ff;
    text-align: center;
    vertical-align: 10px;
    white-space: nowrap;
  }
  .table tbody td{
    width: 24px;
    height: 16px;
    font-family: "Roboto Light";
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #4a4a4a;
    text-align: center !important;
    border-bottom: solid 1px #d9d9d9 !important;
    white-space: nowrap;
  }
  .table tbody tr:hover{
    background-color: #ebebeb;
  }
  .my-custom-scrollbar{
    margin-left: 26px;
    margin-right: 25px;
    max-height: 250px;
    overflow-x: scroll;
  }
  .table-wrapper-scroll-y {
    display: block;
  }
  .bg-table{
    background-color: #f8f8f8 !important
  }
  .bg-table td{
    color:#50a7ff !important;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
  }
  .bg-table-text{
    color:#50a7ff !important;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
  }
/*#endregion table*/
/*#region validacion*/
  .is-valid{
    border-color: #3c763d;
    color: #3c763d;
  }
  .is-valid::-webkit-input-placeholder {
    color: #3c763d
  }
  .is-valid::after, .is-valid::before{
    content: '';
    background: url("../images/ico/ok.png") no-repeat scroll 0 0 transparent;
    background-position: 4px -21px;
    width: 16px;
  }
  .is-invalid{
    border-color: #a94442;
    color: #a94442;
  }
  .is-invalid::-webkit-input-placeholder {
    color: #a94442;
  }
  .is-invalid::after, .is-invalid::before{
    content: '';
    background: url("../images/ico/nok.png") no-repeat scroll 0 0 transparent;
    background-position: 4px -21px;
    width: 16px;
  }
/*#endregion validacion*/
/*#region scroll*/
  ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
  }
  ::-webkit-scrollbar-track {
      background: #f1f1f100;
      display: none;
  }
  ::-webkit-scrollbar-thumb {
      background: #888; 
  }
  ::-webkit-scrollbar-thumb:hover {
      background: #555; 
  }
/*#endregion scroll*/
/*#region mensaje*/
  .alerta{
    max-width: 600px;
    /* max-height: auto; */
    border-radius: 8px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 10px -1px rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    margin: auto;
    margin-top: 36px;
  }
  .alerta-ok{
    width: 44px;
    height: 48px;
    object-fit: contain;
  }
  .alerta-nok{
    width: 44px;
    height: 48px;
    object-fit: contain;
  }
  .alerta-titulo{
    font-family: "Roboto Light";
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 2.05px;
    text-align: center;
    color: #5bb0ff;
  }
  .alerta-cuerpo{
    font-family: "Roboto Light";
    font-size: 18px;
    letter-spacing: 1.76px;
    color: #4a4a4a;
    padding-left: 58px;
    padding-right: 57px;
  }
  .alerta-cuerpo b{
    font-weight: 900;
  }
  .alerta-regla{
    width: 485px;
    height: 1px;
    border: dashed 1px #979797;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 13px;
  }
  .alerta-pie{
    font-family: "Roboto Light";
    font-size: 18px;
    letter-spacing: 1.76px;
    text-align: center;
    color: #4a4a4a;  
    padding-left: 58px;
    padding-right: 57px;
  }
  .alerta-boton{
    width: 150px;
    height: 29px;
    border-radius: 19.5px;
    line-height: 1.0;
    font-family: "Roboto Regular";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    box-shadow: 0 -1px 14px -2px rgba(0, 0, 0, 0.1);
    background-color: #50a7ff;
  }
  .alerta-boton:hover{
    box-shadow: 0 -1px 14px -2px rgba(51, 51, 51, 0.5);
  }
/*#endregion mensaje*/
/*#region grid*/
  .card-deck{
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative !important;
  }
  .card{
    max-width: 300px;
    margin-left: 5px;
    margin-right: 6px;
    border:1px solid var(--brown-grey);
  }
  .card-header{
    background-color: transparent;
    border-bottom: none;
  }
  .card:hover{
    box-shadow: 0 -1px 14px -2px rgba(51, 51, 51, 0.5);
    z-index: 1000;
  }
  .card-img-top{
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .card-title{
    font-size: 24px;
    font-weight: bolder !important;
    font-family: "Roboto Thin";
    line-height: 1.78;
    letter-spacing: 1.2px;
    text-align: center;
    color: var(--brown-grey);
  }
  .toggle{
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
  }
  .toggle input + label {
    margin: 0;
    padding: 0.75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #54a9ff;
    color: #54a9ff;
    background-color: #fafafa;
    font-size: 16px;
    line-height: 0.50;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  }
  .toggle input + label:first-of-type {
    border-radius: 19.5px;
  }
  .toggle input + label:last-of-type {
    border-radius: 19.5px;
  }
  .toggle input:hover + label {
    color: #54a9ff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .toggle input:checked + label {
    background-color: #54a9ff;
    color: #fff;
    box-shadow: 0 -1px 14px -2px rgba(0, 0, 0, 0.1);
    border-color: #54a9ff;
    z-index: 1;
  }
  .toggle input:focus + label {
    outline: solid 1px #fff;
    outline-offset: 0.45rem;
  }
  .text-soft-blue{
    color: var(--soft-blue);
  }
  .list-group-item b{
    font-family: "Roboto Light";
    color: var(--greyish-brown);
  }
  .list-group-item small{
    font-family: "Roboto Thin";
    color: var(--brown-grey);
  }
/*#endregion grid*/
/*#region Modal*/
  .bg-modal{
    background-color: var(--soft-blue);
    font-weight: 300;
    font-family: "Roboto Regular";
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .modal-content{
    color: var(--white);
    border-color: var(--soft-blue);
  }
  .modal-header{
    background-color: var(--bg-modal);
    color: var(--white);
    border-color: var(--soft-blue);
  }
  .modal-body{
    border-color: var(--soft-blue);
  }
  .modal-footer{
    border-color: var(--soft-blue);
  }
  .close{
    color: var(--white);
  }
  .close:hover{
    color: var(--white-two);
  }
/*#endregion Modal*/
@media screen and (max-width: 760px){
  .alerta{
    max-width: auto !important;
    max-height: auto !important;
  }
  .img-mantencion{
    width: 220px;
  }
  .bg-navbar .navbar-collapse{
    background-color: #51A6F8 !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    font-weight: 300;
    font-family: "Roboto Regular";
  }
  .img-menu{
    width: 30px;
    cursor: pointer !important;
  }
  .img-forbbiden{
    max-width: 220px;
  }
  #menu_img_navbar{
    display: none;
  }
  .show-nav-button{
    display: block;
  }
  .esconder{
    display: block;
  }
  .breadcrumb-pagination{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .load{
    width: 120px !important;
  }
  .form-inputs{
    width: 53% !important;
  }
  .hide{
    display: none;
  }
  .show{
    display: flex;
  }
  .contenedor{
    margin-top: 100px !important;
    margin-left: 13px !important;
    margin-right: 13px !important;
    margin-bottom: 60px !important;
  }
  .table thead th{
    font-size: 12px;
  }
  .table thead td{
    font-size: 10px;
  }
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}