.vh{
  max-height: 100vh;
    overflow-y: auto;
    flex-flow: nowrap;
    padding-bottom: 1rem;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

body{
  font-size: .9rem;
  background: #f8f9fa;
}
/*************************/
:root{
  --bs-dark-rgb: 0, 0, 0;
  --bs-secondary-rgb: 43, 43, 43;
  --bs-success-rgb: 67, 189, 76;
  --bs-warning-rgb: 246, 133, 26;
  --bs-info-rgb: 110, 211, 231;
  --bs-yellow-rgb: 251, 205, 32;
  --bs-purple-rgb:86, 59, 169;
  --bs-blue-rgb:52, 164, 223;
  --bs-bluedark-rgb:7, 62, 158;
  --bs-green-rgb:62, 178, 128;
  --bs-orange-rgb:246, 128, 38;
  --bs-font-sans-serif: 'Roboto';
}

::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.shadow-sm {
    box-shadow: 2px 4px 12px rgba(0,0,0,.08) !important;
}

.nav-link {
  padding: 10px 1rem;
    color: #be1016;
}
/*************************/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #2b2b2b;
    font-weight: bold;
    background-color: transparent;
    border-bottom: 3px solid #be1016;
}
.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}
  .text-yellow {
      --bs-text-opacity: 1;
      color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
  }
.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
  .text-purple {
      --bs-text-opacity: 1;
      color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
  }
.bg-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
  .text-blue {
      --bs-text-opacity: 1;
      color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
  }
.bg-bluedark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-bluedark-rgb), var(--bs-bg-opacity)) !important;
}
  .text-bluedark {
      --bs-text-opacity: 1;
      color: rgba(var(--bs-bluedark-rgb), var(--bs-text-opacity)) !important;
  }

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}
  .text-green {
      --bs-text-opacity: 1;
      color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
  }
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}
  .text-orange {
      --bs-text-opacity: 1;
      color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
  }

/*************************/
.preloader{
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255);
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.preloader>div{
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  margin-left: -75px;
  margin-top: -65px;
  padding: 10px;
  z-index:10000;
  text-shadow: 0px 1px 2px #000;
}
/*************************/
.list-group-item.active{
  color: #2b2b2b;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
/*************************/
.navbar-brand{
  font-size: inherit;
  line-height: 1;
}

a {
    color: #be1016;
    text-decoration: underline;
}
.btn:focus, a:focus{
  box-shadow: none;
  outline: none;
}

.btn-outline-primary {
    color: #2062d5;
    border-color: #2062d5;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, 
.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show{
    color: #fff;
    background-color: #2062d5;
    border-color: #2062d5;
}


.btn-secondary {
    color: #fff;
    background-color: #909ea6;
    border-color: #909ea6;
}

.btn-light {
    background-color: #eef0f2;
    border-color: #eef0f2;

}
  .btn-light:hover{
    color: #fff;
    background-color: #909ea6;
    border-color: #909ea6;

  } 

.btn-success {
    color: #fff;
    background-color: #44bd4c;
    border-color: #44bd4c;
}

.btn-menu{
    position: relative;
    display: block;
    width: 250px;
    height: 100px;
    margin: 1em 0;
}
    
    .btn-menu h4{
        position: absolute;
        display: block;
        font-size: 1rem;
        z-index: 9;
        color: #fff;
        top: 70px;
        left: 0;
        width: 100%;
        text-align: left;
        text-shadow: 0px 2px 5px #000;
        padding: 0 1em;
    }
    .btn-menu img{
        position: relative;
        width: 250px;
        height: 100px;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        z-index: 1;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        
    }

/**************************/
/*********************************/
.btn .bi-chevron-right{
  position: relative;
  transition: 0.4s;
  left: 0px;

  }

.btn:hover .bi-chevron-right{
  transition: 0.4s;
  left: 1rem;
  
}


@keyframes example {
  from {
    left: 0px;
  }

    to {
      left: 20px;
    }
}
/*********************************/

.rounded-4 {
    border-radius: 1rem !important;
}
/*************************/
.tooltip{
  font-size: 85%;
}

.bg-dark .border-start {
    border-left: 1px solid rgb(133 140 151 / 50%) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.10;
}
/*************************/

.small, .text-small{
  font-size: 85%!important;
}
/*************************/
.breadcrumb-item + .breadcrumb-item::before {
    color: #2b2b2b;
    font-size: 14px;
  }
.breadcrumb-item + .breadcrumb-item::before {
    content: '\F309';
    font-family: 'bootstrap-icons';
}

/*************************/
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #e9d393;
}
.alert-success {
    color: #0f5132;
    background-color: #c2eed9;
    border-color: #20c779;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #e9969e;
}
/*************************/

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    box-shadow: inset 0 0px 5px 0px rgb(220 232 252);
    background: #fafbff;
}

.btn, .form-select-sm, .form-control, .input-group-sm > .form-control, 
.input-group-sm > .form-select, .input-group-sm > .input-group-text, 
.input-group-sm > .btn, .btn-sm, .btn-group-sm > .btn, .list-group, .alert {
  border-radius: 8px;

}


.list-group-item.btn{
  border-radius: 0;
}
  .list-group-item.btn:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .list-group-item.btn:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.alert-light{
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}


.btn-outline-secondary {
    border-color: #ced4da;
    background: #fafafa;
}
.offcanvas-top{
  height: auto;
    max-height: fit-content;
    padding-bottom: 3rem;
}

/*****************************/
  .table-secondary {
    --bs-table-bg: rgb(238 240 242);
  }
  .table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgb(176 191 209 / 25%);
  }

  .table-secondary th{
    font-size: .75rem;
    color: #53565a;
    font-weight: 300;
    border-bottom: 2px solid transparent;
  }

  .table tr>td:first-child, .table tr>th:first-child{
  padding-left: 1.5rem;
}
.table tr>td:last-child, .table tr>th:last-child{
  padding-right: 1.5rem;
}

/*****************************/
.dropdown-menu{
  z-index: 1040;
}

.dropdown-item.active, .dropdown-item:active{
  background: #eef0f2;
  color: #000;
}

.dropdown-menu-dark{
  background-color: #192128;
}

.dropdown-menu.dropdown-menu-small{
  font-size: 98%;
}

.dropdown-toggle.dropdown-toggle-none::after, .note-btn.dropdown-toggle::after{
  display: none;
}

.dropdown-toggle::after{
  position: absolute;
  right: 7px;
  top: 13px
}


.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label{
  color: #000;
}
.form-control:focus, .form-select:focus{
  box-shadow: none!important;
}
.form-control:disabled, .form-control[readonly], .form-select:disabled {
    background-color: #fafafa;
    box-shadow: none;
    border: 1px solid #f3f3f3;
    box-shadow: inset 0 0px 5px 0px rgb(243 243 243 / 50%);

}

/*****************************/
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.5rem;
    line-height: 110%;
}

.table-light{
  font-size: 90%;
}

td .form-control-sm, th .form-control-sm, td .form-select-sm, td .input-group-text{
  min-height: 20px;
  height: 20px;
  padding: 0.15rem 0.25rem;
  font-size: 0.75rem;
  border-radius: 0;
  box-shadow: none;
}

/*****************************/
/******************************************/
.thumbnail{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.thumbnail-001{
  background-image: url('../img/gallery/garantia/img001.jpg');
  
}
.thumbnail-002{
  background-image: url('../img/gallery/garantia/img002.jpg');
  
}
.thumbnail-003{
  background-image: url('../img/gallery/garantia/img003.jpg');
  
}

/******** Sidebar ********/

.sidebar {
  position: block;
  margin-left: -0.75rem;
  padding: 0 0 1rem 0 !important;
  height: 100%;
  border-right: 1px solid #f1f1f1;
}
    .sidebar .nav-item{
      width: 100%;
    }
    .sidebar .nav-link{
      color: #fff;
      white-space: normal;
    }
    .sidebar .nav-link:focus{
      color: #add3ff!important;
    }

    .sidebar .nav-link:hover{
      color: #fff;
      opacity: .5;
    }
    .sidebar .nav-link.active {
      
      border-left: 3px solid #be1016;
    }
      .sidebar .nav-link.active>i{
        color: #be1016;
      }
    .nav-tabs .nav-link{
      min-width: 110px;
      color: #be2c3a;

    }
    .nav-tabs .nav-link.active{
      border-top: 3px solid #be2c3a;
    }
    .tab-pane.active{
      padding: 1rem;
      background: #fff;
      border: 1px solid transparent;
      border-color: #dee2e6;
      border-radius: 16px;
    }
    .badge-item{
      font-size: .9rem;
      width: 50px;
      height: 25px;
      line-height: 25px;
      margin-bottom: 2px;
      border-radius: .3rem;
    }

    .sidebar .list-group-item{
  background-color: transparent;
  }

  .nav-tabs {
    border-bottom: none;
}

/******** Fin ********/


/******** CHAT ********/

.badge-status{
    position: absolute;
    padding: 5px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.mt-n1{
  margin-top: -1rem !important;
}

.mt-n2{
  margin-top: -1.5rem !important;
}


/******** FIN CHAT ********/


.pattern{
	padding-top: 10px;
  padding-bottom: 1em;
}

.pattern:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
opacity: 0.8;
background-image:  linear-gradient(135deg, #f7f7f7 25%, transparent 25%), linear-gradient(225deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(315deg, #f7f7f7 25%, #ffffff 25%);
background-position:  4px 0, 4px 0, 0 0, 0 0;
background-size: 4px 4px;
background-repeat: repeat;

}

/****************************/

.subtitle{
  display: block;
    text-align: center;
    margin: .25rem 0;
}
.subtitle span{
    font-size: .7rem;
    line-height: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
}
.subtitle div{
    position: relative;
    text-align: center;
    margin: 0;
}
.subtitle div:before{
    content: "";
    display: block;
    border-top: solid 1px #eef0f2;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: 1;
}

/**************************/

/**************************/

.box-login{
  width: 595px;
  height: 345px;
  top: 50%;
  left: 50%;
  margin-top: -157px;
  margin-left: -275px;
  background-image: url(../img/box_login.png);
  background-size: cover;
  position: absolute;
}

.box-login .inner{
  padding: 1em 3em 0;
}
.box-login p{
  text-align: center;
  color: #666;
  margin-bottom: 0;
}



/*************************************************/
.timeline{
  list-style-type: none;
  display: flex;
  align-items: top;
  justify-content: center;
  margin: 2.5em 0 0;
  font-size: .8rem;
}
.timeline .li{
  transition: all 200ms ease-in;
  width: 33.333%;
  position: relative;
  margin-bottom: 30px;
}
.timestamp{
  padding: .5rem 1rem 0px;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 120%;
  color: #2b2b2b;

}
.status{
  padding: 0px 30px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in; 
  line-height: 1;
  color: #9eadbb;

}
.status:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -10px;
    margin-left: -10px;
    left: 50%;
    transition: all 200ms ease-in;
}


  .title-status{
    font-weight: 600;
    position: relative;
    top: -5px;
    color: #fff;
  }

.li.complete .status{
    border-top: 2px solid #21Bf43;
    color: #21Bf43;
  }

  .li.complete .status:before {
      background-color: #21Bf43;
      border: none;
      transition: all 200ms ease-in;
  }
  .li.complete .title-status{
    font-weight: 600;
    color: #21Bf43;
  }

.li.keep .status{
    border-top: 2px solid #072b3a;
    color: #072b3a;
  }

  .li.keep .status:before {
      background-color: #ffffff;
      border: 2px solid #072b3a;
      transition: all 200ms ease-in;
  }
  .li.keep .title-status{
    font-weight: 600;
    color: #072b3a;
  } 


.li.section-1{
  color: #e46e00;
}
.li.section-1 .status{
    border-top: 2px solid #e46e00; 
  }

  .li.section-1 .status:before {
      background-color: #e46e00;
      border: none;
      transition: all 200ms ease-in;
  }

.li.section-2{
  color: #6cbc63;
}
.li.section-2 .status{
    border-top: 2px solid #6cbc63;
  }

  .li.section-2 .status:before {
      background-color: #6cbc63;
      border: none;
      transition: all 200ms ease-in;
  }

.li.section-3{
  color: #38afe5;
}
.li.section-3 .status{
    border-top: 2px solid #38afe5;
  }

  .li.section-3 .status:before {
      background-color: #38afe5;
      border: none;
      transition: all 200ms ease-in;
  }


.li .custom-control.custom-switch{
  margin-left: 15px;
    position: absolute;
    bottom: -30px;
    height: 24px;
}
.li .custom-control-label {
    line-height: 23px;
}

@media (min-device-width: 320px) and (max-device-width: 700px){
  .timeline{
    list-style-type: none;
    display: block;
  }
  .timeline .li{
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }
  .timestamp{
    width: 100px;
  }
  .status:before{
      left: -8%;
      top: 30%;
      transition: all 200ms ease-in ;
  }
}
/**************************/
/**-------**/

.wizard_horizontal{
  margin: auto;
  display: table;
}
.wizard_horizontal ul.wizard_steps {
  display: table;
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.wizard_horizontal ul.wizard_steps li {
  display: table-cell;
  text-align: center;
  width: 130px;
}

.wizard_horizontal ul.wizard_steps li a {
  text-decoration: none;
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity: 100);
  opacity: 1;
  color: #ADB2B5;
  line-height: 1;
}

.wizard_horizontal ul.wizard_steps li a:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ccc;
  top: 20px;
  width: 100%;
  z-index: 4;
  left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
  background: #ccc;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
  background: #be1016;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
  background: #5cb85c;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
  left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
  right: 50%;
  width: 50%;
  left: auto;
}
/**-------**/

.wizard_verticle .stepContainer {
  width: 80%;
  float: left;
  padding: 0 10px;
}

.form_wizard .stepContainer div.content {
  display: block;
  position: absolute;
  float: left;
  margin: 0;
  padding: 5px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #5A5655;
  height: 300px !important;
  text-align: left;
  overflow: auto;
  z-index: 88;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  clear: both;
}

.actionBar {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 5px;
  text-align: right;
  margin-top: 10px;
}

.actionBar .buttonDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.actionBar a {
  margin: 0 3px;
}
/**-------**/

.wizard_verticle .wizard_content {
  width: 80%;
  float: left;
  padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
  display: table;
  list-style: none;
  position: relative;
  width: 20%;
  float: left;
  margin: 0 0 20px;
}

.wizard_verticle ul.wizard_steps li {
  display: list-item;
  text-align: center;
}

.wizard_verticle ul.wizard_steps li a {
  height: 80px;
}

.wizard_verticle ul.wizard_steps li a:first-child {
  margin-top: 20px;
}

/*.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity: 100);
  opacity: 1;
  color: #666;
}*/

.wizard_verticle ul.wizard_steps li a:before {
  content: "";
  position: absolute;
  height: 100%;
  background: #ccc;
  top: 20px;
  width: 4px;
  z-index: 4;
  left: 49%;
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
  background: #ccc;
}

.wizard_verticle ul.wizard_steps li a .step_no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
  background: #be1016;
  color: #fff;
}

.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
  background: #1ABB9C;
  color: #fff;
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
  left: 49%;
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
  left: 49%;
  left: auto;
  width: 0;
}


/*.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
}*/

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #6c757d;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

/*.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}
/**************************/
/**************************/
.dashed{
  position: relative;
  margin-bottom: 1rem;
}
.dashed:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 18px;
    width: 1px;
    height: 90%;
    background: rgb(170,170,170);
    background: linear-gradient(0deg, rgb(170 169 169) 50%, rgb(255 255 255 / 0%) 50%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
}

/**************************/
.text-truncate.truncate-2{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.text-truncate.truncate-3{
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/******************************************/
.rounded-0.rounded-end {
  border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.ml-1{
  left:-2px !important;
}



.input-group-text{
  background-color: #f9f9f9;
}

/******************************************/
.thumbnail{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.thumbnail-001{
  background-image: url('../img/gallery/garantia/img001.jpg');
  
}
.thumbnail-002{
  background-image: url('../img/gallery/garantia/img002.jpg');
  
}
.thumbnail-003{
  background-image: url('../img/gallery/garantia/img003.jpg');
  
}


/******************************************/
.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
/******************************************/


@media screen and (max-width: 768px){
  .box-login{
    width: 300px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -150px;
    background: #fff;
    border: 1px solid #ccc;
    background-image: none;
    border-radius: 10px;
  }
  .form-login {
    max-width: auto;
    padding: 1em;
  }
  
}





