@charset "UTF-8";
/*!
* Start Bootstrap - Bare v5.0.7 (https://startbootstrap.com/template/bare)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-bare/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 .alert{
 margin-left: 1rem;
 }
 
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255,255,255; /*248, 249, 250*/;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
    color: #005085;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #8098be;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 760px;
  }
  .modal-dialog {
    max-width: 750px;
 }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
  .modal-lg, .modal-xl {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
  .modal-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }

h1 {
  font-size:1.9em;
}

h2 {
  font-size:1.7em;
  /*color:var(--bs-blue);*/
}

h3 {
  font-size:1.5em;
}

h4 {
  font-size:1.3em;
}

h5 {
  font-size:1.1em;
}

h6 {
  font-size:1em;
}
}
/********* FORMS BOOTSTRAMP ************/
.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  /* margin-bottom: 2.5rem; JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
.form-switch label{
/*border:1px solid blue;*/
vertical-align: text-top;
}
/************ form-floating **************/
.form-floating > label, .label_form {
color:#0068b3;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown){
  padding-top: 3.9rem;
  padding-bottom: 1.825rem;
}

.form-floating > .form-select:focus, .form-floating > .form-select:not(:placeholder-shown){
padding-top: 2.9rem;
padding-bottom: .825rem;
}
/**/
.form-select{
height: auto !important;
}

.form-control,.form-select{
      /*border-color:transparent; orange
      border-color:transparent transparent orange transparent; ;
      border-bottom-width: 3px;
      border-radius: 0;*/;
     border-width: 0;
      border-bottom: 3px solid #E9E9E9;
      border-radius: 0;
}
.form-control:focus,.form-select:focus {
  border-color: #0068b3; /*#888;*/
  outline: 0;
  box-shadow: none !important;
}
.caja_say_datos{

    /*border-width: 0 0 3px 0;*/
    border-radius: 0 !important;
    border-bottom: 3px solid #0068b330 !important;
}
.input-group-text, .caja_say_datos {
/*#e9ecef*/
    border-width: 0 0 3px 0;
    border-radius: 0 !important;
    background-color: #f7f7f7;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fafafa;
}
.form-say-datos {

  display: block;
  width: 100%;
  padding: .375rem .75rem;
  /*font-size: 1rem;*/
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   border-color:transparent; /*red*/;
   position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
/********* PRINT************/
@media print {
body{
background-color: #fff;
}
    .noprint{
        display:none;
    }
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
      .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
         float: left;
      }

      .col-sm-12 {
         width: 100 % ;
      }

      .col-sm-11 {
         width: 91.66666666666666 % ;
      }

      .col-sm-10 {
         width: 83.33333333333334 % ;
      }

      .col-sm-9 {
         width: 75 % ;
      }

      .col-sm-8 {
         width: 66.66666666666666 % ;
      }

      .col-sm-7 {
         width: 58.333333333333336 % ;
      }

      .col-sm-6 {
         width: 50 % ;
      }

      .col-sm-5 {
         width: 41.66666666666667 % ;
      }

      .col-sm-4 {
         width: 33.33333333333333 % ;
      }

      .col-sm-3 {
         width: 25 % ;
      }

      .col-sm-2 {
         width: 16.666666666666664 % ;
      }

      .col-sm-1 {
         width: 8.333333333333332 % ;
      }
   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
      .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
         float: left;
         /*border:1px solid green;*/
      }

      .col-md-12 {
         width: 100 % ;
      }

      .col-md-11 {
         width: 91.66666666666666 % ;
      }

      .col-md-10 {
         width: 83.33333333333334 % ;
      }

      .col-md-9 {
         width: 75 % ;
      }

      .col-md-8 {
         width: 66.66666666666666 % ;
      }

      .col-md-7 {
         width: 58.333333333333336 % ;
      }

      .col-md-6 {
         width: 50 % ;
      }

      .col-md-5 {
         width: 41.66666666666667 % ;
      }

      .col-md-4 {
         width: 33.33333333333333 % ;
      }

      .col-md-3 {
         width: 25 % ;
      }

      .col-md-2 {
         width: 16.666666666666664 % ;
      }

      .col-md-1 {
         width: 8.333333333333332 % ;
      }
}