@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Darker+Grotesque:wght@300&family=Lato:wght@400;900&family=Lora:wght@400;700&family=Open+Sans:wght@300;700;800&family=REM:wght@100&family=Raleway:wght@100&family=Roboto+Slab:wght@900&display=swap');

html {
 
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
   
}


.body {
  /* font-family: "Open Sans", sans-serif; */
  background: #f6f9ff; /* dbdbdb f6f9ff EEEEEE*/
  color: #3a3a3a;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 40px;
  padding: 20px 30px;
}
#mainCaptura {
  margin-top: 30px;
  padding: 20px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
  #mainCaptura {
    padding: 20px;
  }
}


.font-roboto{
  font-family: 'Roboto Slab', sans-serif;
}
.font-raleway{
  font-family: 'Raleway', sans-serif;
}
.font-dancing{
  font-family: 'Dancing Script', cursive;
}
.font-grotesque{
  font-family: 'Darker Grotesque', sans-serif;
}
.font-lato{
  font-family: 'Lato', sans-serif;
}
.font-lora{
  font-family: 'Lora', serif;
}
.font-open{
  font-family: 'Open Sans', sans-serif;
}
.font-rem{
  font-family: 'REM', sans-serif;
}

.bg-login {
  background-image: url("../img/bg/bg_login2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bg-signin{
  background-image: url("../img/bg/bg_login2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.text-success-75{
  color: rgba(25, 88, 248, 0.55) !important;
}

.nounderline{
  text-decoration: none !important;
}



.btn-light2 {
  color: #000;
  background-color: #dcdddf;
  border-color: #ceced0
}
.btn-light2:hover {
  color: #000;
  background-color: #ceced0;
  border-color: #dcdddf;
}
.btn-check:focus + .btn-light2, .btn-light2:focus {
  color: #000;
  background-color: #ceced0;
  border-color: #dcdddf;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light2, .btn-check:active + .btn-light2, .btn-light2:active, .btn-light2.active, .show > .btn-light2.dropdown-toggle {
  color: #000;
  background-color: #ceced0;
  border-color: #dcdddf;
}
.btn-check:checked + .btn-light2:focus, .btn-check:active + .btn-light2:focus, .btn-light2:active:focus, .btn-light2.active:focus, .show > .btn-light2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light2:disabled, .btn-light2.disabled {
  color: #000;
  background-color: #dcdddf;
  border-color: #ceced0;
}


.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  }
  @keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }


.fw-400 {
  font-weight: 400 !important;
}

.bg-light-1{
  /* background-color: rgba(212, 216, 219, 0.7) !important; */
  background-color: #F5F5F5 !important;
  color: #000 !important;
}
.bg-light-2{
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #000 !important;
}
.bg-light-3{
  background-color: rgba( 114, 143, 206,0.91) !important;
  color: #fff !important;
}
.bg-light-blue{
  background-color: rgba(92, 146, 254, 0.23424) !important;
  color: #000 !important;
}
.bg-light-green{
  background-color: rgba(115, 218, 99, 0.53234) !important;
  color: #000 !important;
}

.bg-search-1{
  background-color: #ECE5B6 !important;
  color: #000 !important;
}


.border-light-2 {
  border-color: rgba(128, 128, 128, 0.198) !important;
}

.bg-success-light-2 {
  background-color: rgba(58, 179, 52, 0.0961);
  border-color: rgba(58, 179, 52, 0.761);
}

.bg-warning-light-2 {
  background-color: rgba(197, 191, 25, 0.255);
  border-color: rgba(197, 192, 25, 0.255);
}

.bg-danger-1 {
  background-color: rgba(179, 65, 52, 0.08) !important;
}

.bg-danger-light-2 {
  background-color: rgba(179, 65, 52, 0.096);
  border: 1px solid  rgba(179, 65, 52, 1) !important;
}

.bg-danger-light-3 {
  background-color: rgba(179, 65, 52, 0.25);
}


.box-shadow-1{
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.75);
}

.box-shadow-2{
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.55);
}

.box-shadow-3{
  box-shadow: 1px 6px 12px rgba(0, 0, 0, 0.235);
}

.card-drop-down {
  background-color: #fff;
  color: black;
}

.card-kanban-unidad h6 {
  font-size: 14px;
}

.table-letra-14{
  font-size: 14px !important;
  line-height: 16px !important;
}
.table-letra-12{
  font-size: 12px !important;
  line-height: 14px !important;
}
.table-letra-10{
  font-size: 10px !important;
  line-height: 12px !important;
}

.card-kanban {
  /* height: 150px; */
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-kanban > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-kanban > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card-kanban > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-kanban > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-kanban > .card-kanban-header + .list-group,
.card-kanban > .list-group + .card-kanban-footer {
  border-top: 0;
}

.card-kanban-body {
  flex: 1 1 auto;
  padding: 0.5rem 0.5rem;
  height: 95px;
}

.card-kanban-body p {
  text-align: start;
}

.card-kanban-title {
  font-size: 14px;
  line-height: 16px !important;
  padding: 10px 6px 0 6px !important;
  margin: 10px 6px 0 6px !important;
}

.card-kanban-subtitle {
  font-size: 11px;
  line-height: 14px !important;
}
.card-kanban-text {
  /* margin-bottom: 4px; */
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 6px 6px 0 6px !important;
}
.card-kanban-text:last-child {
  /* margin-bottom: 2px; */
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 6px 6px 0 6px !important;

}

.card-kanban-link + .card-kanban-link {
  margin-left: 1rem;
}

.card-kanban-header {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 14px;
}
.card-kanban-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-kanban-footer {
  padding: 0.25rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 12px;
}
.card-kanban-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-kanban-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-kanban-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-kanban-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-kanban-img,
.card-kanban-img-top,
.card-kanban-img-bottom {
  width: 100%;
}

.card-kanban-img,
.card-kanban-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-kanban-img,
.card-kanban-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-kanban-group > .card-kanban {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-kanban-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-kanban-group > .card-kanban {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-kanban-group > .card-kanban + .card-kanban {
    margin-left: 0;
    border-left: 0;
  }
  .card-kanban-group > .card-kanban:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-kanban-group > .card-kanban:not(:last-child) .card-kanban-img-top,
.card-kanban-group > .card-kanban:not(:last-child) .card-kanban-header {
    border-top-right-radius: 0;
  }
  .card-kanban-group > .card-kanban:not(:last-child) .card-kanban-img-bottom,
.card-kanban-group > .card-kanban:not(:last-child) .card-kanban-footer {
    border-bottom-right-radius: 0;
  }
  .card-kanban-group > .card-kanban:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-kanban-group > .card-kanban:not(:first-child) .card-kanban-img-top,
.card-kanban-group > .card-kanban:not(:first-child) .card-kanban-header {
    border-top-left-radius: 0;
  }
  .card-kanban-group > .card-kanban:not(:first-child) .card-kanban-img-bottom,
.card-kanban-group > .card-kanban:not(:first-child) .card-kanban-footer {
    border-bottom-left-radius: 0;
  }
}

.icon-kanban{
  font-weight: bold;
  color: #0d6efd
}

.border-kanban-nueva{
  border-radius: 0.25rem;
  border-top: 5px solid #8a8a8a !important;
  border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}
.border-kanban-espera{
  border-radius: 0.25rem;
  border-top: 5px solid #dc6408 !important;
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
}
.border-kanban-progreso{
  border-radius: 0.25rem;
  border-top: 5px solid #198754 !important;
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
}
.border-kanban-demora{
  border-radius: 0.25rem;
  border-top: 5px solid #d51a1a !important;
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
}
.border-kanban-finalizada{
  border-radius: 0.25rem;
  border-top: 5px solid #0d6efd !important;
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
}

.border-kanban-cancelada{
  border-radius: 0.25rem;
  border-top: 5px solid #000 !important;
  border-bottom: 1px solid rgba(0,0,0,0.5) !important;
}


.card-text-subtitle{
  font-size: 14px !important; 
  color: #52595D
}

.pointer-hand{
  cursor: pointer !important;
}

.fs-tiny {
  font-size: 70% !important;
}

.fs-disclaimer {
  font-size: 16px !important;
  line-height:20px !important;
  font-weight: 500;
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.79rem !important;
}

.fs-15 {
  font-size: 15.5px !important;
}



.texto-card{
  font-size: 14px !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.9rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
.btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* CALENDARIO */


.nopaddings{
  padding: 0 !important;
  margin: 0 !important;
}

.form-label-error {
  margin-top: 0.1rem;
  color:rgb(160, 29, 42);
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.6)
}

.semaforo-gris {
  color: rgba(0, 0, 0, 0.0925)
}
.semaforo-amatillo {
  color: rgba(255, 193, 7, 1)
}




.btn-outline-white {
  color: #0d6efd;
  border-color: #0d6efd;
  background-color: #fff;
}
.btn-outline-white:hover {
  color: #0d6efd;
  background-color: #b9cce7;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #0d6efd;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #0d6efd;
  background-color: transparent;
}


.divider {
  font-size: 1px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  background: rgba(0, 0, 0, 0.12);
}

.divider-black {
  width: 10px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  background: rgba(0, 0, 0, 1);
}

.divider--danger {
  background: red;
}

ol{
  margin-top: 0;
  margin-bottom: 0.25rem !important;
}

.btn-tn, .btn-group-tn > .btn {
  padding: 0.15rem 0.25rem;
  font-size: 0.675rem;
  border-radius: 0.2rem;
}

.form-control2 {
  display: block;
  width: 100%;
  padding: 0.275rem 0.55rem;
  font-size: 0.6rem;
  font-weight: 200;
  line-height: 1;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge2 {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 5px;
  width: 100%;
}

.badge2.badge2-default {
  background-color: #B0BEC5
}

.badge2.badge2-primary {
  background-color: #2196F3
}

.badge2.badge2-secondary {
  background-color: #323a45
}

.badge2.badge2-success {
  background-color: #64DD17
}

.badge2.badge2-warning {
  background-color: #FFD600
}

.badge2.badge2-info {
  background-color: #29B6F6
}

.badge2.badge2-danger {
  background-color: #ef1c1c
}

.badge2.badge2-outlined {
  background-color: transparent
}

.badge2.badge2-outlined.badge2-default {
  border-color: #B0BEC5;
  color: #B0BEC5
}

.badge2.badge2-outlined.badge2-primary {
  border-color: #2196F3;
  color: #2196F3
}

.badge2.badge2-outlined.badge2-secondary {
  border-color: #323a45;
  color: #323a45
}

.badge2.badge2-outlined.badge2-success {
  border-color: #64DD17;
  color: #49b406
}

.badge2.badge2-outlined.badge2-warning {
  border-color: #FFD600;
  color: #FFD600
}

.badge2.badge2-outlined.badge2-info {
  border-color: #29B6F6;
  color: #29B6F6
}

.badge2.badge2-outlined.badge2-danger {
  border-color: #ef1c1c;
  color: #ef1c1c
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

#stringSearch::placeholder {
  color:#2B547E !important;
  font-weight: 600 !important;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}


.feature-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 3rem;
}


.feature-fill-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  font-size: 3.5rem;
  font-weight: lighter !important;
  border-radius: 100px;
}

.card-alto{
  height: 145px !important;
}


.bg-gradient-1{
  background: rgb(79,84,152);
  background: linear-gradient(90deg, rgba(79,84,152,0.4234068627450981) 28%, rgba(255,255,255,1) 68%);
}

.shadow-white-sm{
  box-shadow: 1px 1px 1px rgba(255, 255, 255,0.6) !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5% !important;
}

.dropdown-menu .dropdown-item {
  padding: 6px;
  margin-right: 5px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #BCC6CC;
  color: #000 !important;
}
.box-hover-1:hover{
  border: solid 3px #fff;
}



#stringSearch::placeholder {
  color:#BCC6CC;
  font-weight: 600;
}

.container-1{
  width: 100%;
  padding-right: 5% !important;
  padding-left:  5% !important;
  margin-right: auto;
  margin-left: auto;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #4154f1;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 8px;
  border-radius: 4px;
  transition: all 0.45s;
  text-decoration: none;  
}


/*
********************************
********** TEXTOS **************
********************************
*/

.text-title {  
  color: #012970;
  font-family: "Poppins", sans-serif;
}
.text-shadow-1{
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1) !important;
}
.text-facebook{
  color: #4267B2 !important
}
.text-linkedin{
  color: #0077B5 !important
}
.text-youtube{
  color: #FF0000 !important
}
.text-twitter{
  color: #1DA1F2 !important
}
.text-card-icon{
  color:#98AFC7 !important;
  font-size: 22px !important;
}
.text-danger-75{
  color: rgba(220, 53, 69, 0.75) !important;
}
.text-danger-50{
  color: rgba(220, 53, 69, 0.55) !important;
}
/*
********** TEXTOS **************
*/


embed {
  width: 100%;
}
.radio-size{
  width: 60px;
  height: 60px;  
  cursor: pointer;
}
.radio-size2{
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.radio-size3{
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.page-link:disabled {
  z-index: 3;
  color: rgba(0,0,0,0.275) !important;
  background-color: rgba(0,0,0,0.175) !important;
  outline: 0;
}

.active-hoover:hover {
  background-color: rgba(30, 144, 255, 0.05913449910) !important;
  border-radius: 0.25rem;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.26) !important;
  transition: background-color 0.2s ease-in-out;
}

.borde-curvo-5{
  border-radius: 5px !important;
}


.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}