h1 {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
     font-size: 24px; 
     font-style: normal; 
     font-variant: normal; 
     font-weight: 400; 
     line-height: 26.4px; 
     color: white;
     margin-top: 5px;
     margin-left: 6px;
     /* border-bottom: 1px solid #338cd7; */
} 

h3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 700; 
    line-height: 15.4px; } 
p { 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 14px; font-style: normal; font-variant: normal; 
    font-weight: 400; line-height: 20px; 
} 
blockquote { 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 21px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 30px; } 
    
pre { 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 13px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 18.5714px; 
}
.c_pointer{
    cursor: pointer;
}

@media (min-width: 1200px){
    .container {
        max-width: 1500px;
    }
}


/******************/
/* Footer         */
/******************/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 4;
    height: 55px;
    background: #0e3757 !important;
    /* border-top: 1px solid #338cd7; */
}

.footer-1{
    font-size: 35px;
}

.footer-btn{
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    color:white;
}
.footer-btn:hover{
    color: #0096ff;
}
@media screen and (max-width: 600px) {
    .footer {
        height: 50px;
    }
    .footer-1{
        font-size: 25px;
    }
}

/******************/
/* navbar         */
/******************/
.navbar-bg{
    /* background: #1d2157 !important; */
    background: #272c2f !important;
    /* box-shadow: 1px 1px 1px #2b4e7f; */
    margin-bottom: 10px;
}

.navbar-text{ 
    /* color: #8e94a9 !important; */
    color: #ffffff !important;
}


#logout-form{
    float: right;
}

.fa-sign-out-alt{
    color: #FF9800;
}
#nav_title{
    color: white;
    font-size: 16px;
}
#nav_user_name{
    float: right !important;
    color: white;
}


/******************/
/* Menu Centro    */
/******************/

body{
    /* background: #111118;
    /* background: #262b3c; 
    background-image: linear-gradient(152deg, #ffffff00 40.57%, #00000000 40.57%, #0000001a 50%, #ffffff00 50%, #ffffff00 90.57%, #0000000a 90.57%, #00000000 100%);
    */
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  

    background: #d4d4d4;
}
.my_margen_top{
    margin-top: 20%;
}
.cuadro{
    height: 200px;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    /* border: 1px solid black; */
    /* box-shadow: -7px 50px 65px #00000036; */
    /* background-color:#262b3c; */
    /* background: rgb(43, 81, 130);
    background: -moz-linear-gradient(top, rgb(43, 81, 130) 0%,rgb(32, 14, 59) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(43, 81, 130)), color-stop(100%, rgba(17,17,24,1)));
    background: -webkit-linear-gradient(top, rgb(43, 81, 130) 0%, rgb(32, 14, 59) 100%);
    background: -o-linear-gradient(top, rgb(43, 81, 130) 0%, rgb(32, 14, 59) 100%);
    background: -ms-linear-gradient(top, rgb(43, 81, 130) 0%, rgb(32, 14, 59) 100%);
    background: linear-gradient(to bottom, rgb(0, 64, 138) 0%, rgba(32, 14, 59, 0.72) 100%);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676f7b', endColorstr='#111118', GradientType=0 ); */
}

.cuadro:hover{
    background: #1e53ab;
    color: #d6d6d6;
}

.cuadro-img{
    font-size: 90px;
    color: #fffdfd;
}

.cuadro-img img{
    height: 100px;
}

.cuadro-text{
    font-size: 18px;
}

.col-6{
    height: auto;
}


 body{
  
    height: 100%; 
   /* background: url('/storage/3005019.jpg'); */
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



body, html {
  height: 100%;
  margin: 0;
  
}

* {
  box-sizing: border-box;
}

.bg-image {
   

  /* Add the blur effect */
  /* filter: blur(5px);
  -webkit-filter: blur(5px); */
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

/* Position text in the middle of the page/image */
.bg-text {
  /* background-color: rgb(0,0,0); Fallback color */
  /* background-color: rgba(0,0,0, 0.4); Black w/opacity/see-through */


  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}

.logo_botton{
    text-align: center;
    bottom: 136px;
    position: fixed;
    margin: auto;
    width: 100%;
}

.ocultar_en_movil{
    display: block;
}

@media only screen and (max-width: 600px) {
    .ocultar_en_movil{
        display: none;
    }
    .cuadro{
        height: 90px;
        width: 90px;
    }
    .cuadro-img{
        font-size: 55px;
    }
    .my_margen_top{
        margin-top: 5%;
    }
    .col-6{
        height: 125px;
    }
    .bg-text {
        top: 43%;
    } 
    
    
    .cuadro-img img{
        height: 65px;
    }

    .cuadro-text{
        font-size: 16px;
    }
    #nav_title{
        text-align: center;
        font-size: 12px;
    }
}

/******************/
/* card       */
/******************/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #262b3c; */
 
    background-clip: border-box;
   
    border-radius: .25rem;
    background: rgb(43, 81, 130);
background: -moz-linear-gradient(top, rgb(43, 81, 130) 0%, rgb(31, 29, 80) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(43, 81, 130)), color-stop(100%, rgb(31, 29, 80)));
background: -webkit-linear-gradient(top,rgb(43, 81, 130) 0%, rgb(31, 29, 80) 100%);
background: -o-linear-gradient(top,rgb(43, 81, 130) 0%, rgb(31, 29, 80) 100%);
background: -ms-linear-gradient(top, rgb(43, 81, 130) 0%, rgb(31, 29, 80) 100%);
background: linear-gradient(to bottom, rgba(43, 81, 130, 0.7) 0%, rgb(32, 32, 61) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676f7b', endColorstr='#111118', GradientType=0 );

border: none;
}



/******************/
/* Tablas         */
/******************/

.table td, .table th {
    padding: .75rem !important;
    vertical-align: top !important;
    border-top: 1px solid rgba(255, 255, 255, 0.36) !important;
}
.table tr:hover {
    
    
    background: #005fab;
}

.table thead th {
    padding: .75rem !important;
    vertical-align: top !important;
    border-bottom: 1px solid rgba(58, 58, 67, 0.36) !important;
    background: #005fab;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 1rem;
    font-family: "nunito-regular", sans-serif;
    font-weight: initial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
.table_contenedor{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #181824;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.3125rem;
    padding: 10px;
}


/******************/
/* Modal          */
/******************/

.modal-header {
    color: #ffffff;
    font-family: "nunito-regular", sans-serif;
    font-weight: initial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
.modal-content {
    color: #ffffff;
    background-color: #686f7b;
    background-image: linear-gradient(152deg, #ffffff00 40.57%, #00000000 40.57%, #0000001a 50%, #ffffff00 50%, #ffffff00 90.57%, #0000000a 90.57%, #00000000 100%);
    /* background-size: 257.89px 135.03px; */
}

.p5-m0{
    margin: 0px !important;
    padding: 10px !important;
}

/******************/
/* Dynamic Tabs   */
/******************/

.tab-pane{
    padding: 5px;
    color: white;
    /* border-: 1px solid #1f1f1f; */
    margin-top: 1px;
    border-radius: 3px;
    /* background: #0000003d; */
}
.nav li {
    /* background: #262b3c; */
    padding: 5px;
}
.nav li .active {
    font-weight: bold;
    /* padding: 9px; */
    color: white;
    border-radius: 10px 10px 0px 0px;
}
.nav-tabs {
    border-bottom: none;
    background: #41414a;
}

/******************/
/* Alert          */
/******************/
.alert-success {
    color: #ffffff;
    background-color: #00b94fad;
    border-color: #00b94f;
    position: fixed;
    z-index: 100;
    top: 0;
}

/******************/
/* JValidation    */
/******************/

.has-error{
    border: 1px solid red;
    background: #ffbeb9;
}

/******************/
/* Summernote     */
/******************/

.panel-default{
    background: #a7aaaf;
}
/******************/
/* Switch         */
/******************/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
    margin-bottom: 0px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #00a05f;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/************************************/
/*   Autocomplete                   */
/************************************/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    /* border-bottom: none; */
    /* border-top: none; */
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 126px;
    box-shadow: 1px 1px 6px #5a5a5a;
    border-radius: 0px 0px 5px 5px;
    color: #212529;
    font-weight: 100;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
    background-color: #2196F3;
    color: white;
}


.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}



