html, body {
  /* Margin bottom by footer height */
  height: 100%;

}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; border-radius: 15px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #194374; border-radius: 15px;
}



.divis, .divisi{
height:80px;
overflow-y:scroll;
}

.divis::-webkit-scrollbar-thumb {
  background: red; 
}

.divisi::-webkit-scrollbar-thumb {
  background: blue; 
}
#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:200px; /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -100px; /* negative value of footer height */
  height: 100px;
  clear:both;
  padding-top:20px;
}
.footer-text{
  color: #fff;
  font-family: Poppins,arial;
  font-weight: 400;
}
.footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

/*******************
Preloader
********************/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px); }
  .lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #2962FF;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite; }
  .lds-ripple .lds-pos:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 0; }
  5% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 0; }
  5% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

nav{                
	background-color: #003066 !important;
  position: relative;
}
.menu-button-custom{
  color: #fff; 
  font-weight: bold; 
  font-size: 12px;  
  margin-right: 10px;

}
.header-item-custom{
  margin-top: 10px;
  padding-left: 15px !important;
  padding-right: 15px !important;font: 1em sans-serif;
}
.saldo-container{
  text-align: center; 
  padding-top: 0;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.saldo-header{
  color: #0BDCF3;
  font-size: 24px;
}
.saldo-header-text{
  color: #788CA4;
}

#custom-ol {
  
  margin: auto;
}

#custom-ol p {
  margin:0; 
  padding: 50px; 
  counter-increment: section;
  position: relative;
  color: #fff;
}



#custom-ol p:nth-child(even):before {
  content: counter(section);
  top: 0;
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border: 2px solid #9C9C9C;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align:center;
  color: #9C9C9C;
  font-size: 110%;

}

#custom-ol p:nth-child(odd):before {
  content: counter(section);
  top: 0;
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border: 2px solid #9C9C9C;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0;
  text-align:center;
  color: #9C9C9C;
  font-size: 110%;
}



#custom-ol p:nth-child(even) {
  border-left: 2px dotted;
  margin-top: 10px;
  padding-right: 0;
  color: #9C9C9C;
}

#custom-ol p:nth-child(odd) {
  border-left: 2px dotted;
  
  padding-right: 0;
  color: #9C9C9C;
}

.inline-dropdown-custom{
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ced4da;
}
.inline-input-custom{
  border-radius: 3px;
  font-size: 12px;
  border-radius: 0;
}
.only-radius-left{
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.only-radius-right{
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.inline-label-custom{
  font-family:Poppins, Arial;
  font-size:11px;
  font-style:normal;
  font-weight:600;
  color: #08366B;
  text-align: right;
}
.cotiza-title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #051E3A;
}
.blue-title{
  color: #08366B;
  font-family:Poppins, Arial;
  font-size:18px;
  font-style:normal;
  font-weight:600;
}
.cotiza-title2{
  color: #0075FF;
  padding-left: 10px;
  font-family:Poppins, Arial;
  font-size:18px;
  font-style:normal;
  font-weight:600;
}
.title-gray{
  font-family:Poppins, Arial;
  font-size:18px;
  font-style:normal;
  font-weight:500;
  padding-left: 10px;
  color: #C4C4C4;
}
.center-col{
  text-align: center;
}
.input-small-font{
  font-size: 12px;
  border-radius: 0;
}


.datos-envio-label{
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.datos-envio-input{
  background: #FFFFFF;
  border: 1px solid #CFD4D9;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #7588A4;
}
.mtc-with-box{
  background: #ECF5FF;
  border-radius: 5px;
}

.datos-envio-title{

  font-family:Poppins, Arial;
  font-size:16px;
  font-style:normal;
  font-weight:600;
  color: #274470;
  letter-spacing:normal;
}

.table-head-custom{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  color: #022E60;
  border-bottom: 2px solid #022E60 !important;
}

.table-body-custom{
  color: #7588A4;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size:12px;
  align-items: center;
}
.very-small-gray{
  color: #7588A4;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size:11px;
}
.very-small-gray_500{
  color: #7588A4;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size:11px;
  line-height: 14px;
}
.resumen-title-custom{
  font-family:Poppins, Arial;
  font-size:15px;
  font-style:normal;
  font-weight:500;
  color: #08366B;
}
.resumen-value-custom{
  font-family:Poppins, Arial;
  font-size:15px;
  font-style:normal;
  font-weight:700;
  color: #08366B;
}

.inline-input-custom2{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12px;
  border-radius: 0;
}

.inline-dropdown-custom2{
  border-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ced4da;
}

.ProgressBar {
  margin: 0 auto;
  list-style: none;
  position: relative;
  display: grid;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before, .ProgressBar-step:after {
  content: "";
  height: 100%;
  background-color: #9F9FA3;
  position: absolute;
  z-index: 1;
  width: 50%;
  left: +25%;
  -webkit-transform: translateX(+50%);
          transform: translateY(+50%);
  transition: all .25s ease-out;
}
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after {
  
}
.ProgressBar-step:after {
  background-color: #00637C;
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after, .ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #9F9FA3;
  fill: #9F9FA3;
  border-radius: 50%;
  padding: 0.5em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all .25s ease-out;
}
.is-current .ProgressBar-icon {
  fill: #00637C;
  background-color: #00637C;
}
.is-complete .ProgressBar-icon {
  fill: #DBF1FF;
  background-color: #00637C;
}

.ProgressBar-stepLabel {
  display: block;
  text-transform: uppercase;
  color: #9F9FA3;
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  transition: all .25s ease-out;
}
.is-current > .ProgressBar-stepLabel, .is-complete > .ProgressBar-stepLabel {
  color: #00637C;
}
.bg-white{
  border: 1px #eee solid !important;
}
.agregar_saldo_header{
  margin-top: 5%; 
  background-color: #F1706E; 
  width:100%; 
  border-color: #F1706E;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 5px 5px 5px rgba(0,0,0,.15);
  font-family: Poppins,arial;
  font-weight: 500;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url(../fonts/plus-jakarta-sans/PlusJakartaText-Regular.otf);
}
@font-face {
  font-family: MarketSans;
  src: url(../fonts/MarketSans-Regular.otf);
}

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  background-color: #012551 !important;
  min-width: 270px;
  max-width: 270px;
  height: 100vh;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  overflow-y: auto !important;
}

#sidebar.active {
  margin-left: -270px;
}
.main_logo{
  left: 6.3%;
  right: 59.86%;
  top: 1.76%;
  bottom: 94.82%;
}
.lct_text_head{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #0075FF;
}
.alert-title-custom{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #0075FF;
}
.alert-message-custom{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #7588A4;
}
.alert-primary-button{
  background: #0075FF;
  border-radius: 5px;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 8px 10px;
}
.alert-cancel-button{
  background: #FFFFFF;
  border-radius: 100px;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}
.notification-button{
  left: 76.67%;
  right: 7.78%;
  top: 1.46%;
  bottom: 94.43%;
}

.border-separator{
  margin-top: 18px;
  border: 1px solid #243B57;
}
.border-separator2{
  margin-top: 18px;
  border: 1px solid #D9E5F3;
}
.border-separator3{
  border: 1px solid #000000;
}
.border-separator-dashed{
  border: 0.5px dashed #7588A4;
  box-sizing: border-box;
}
.small-gray-text-tiny{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #7588A4;
}
.small-gray-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #7588A4;
}
.bold-gray-text-head{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #7588A4;
}
.normal-gray-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #7588A4;
}
.bold-gray-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  align-items: center;
  color: #7588A4;
}
.bolder-gray-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  align-items: center;
  color: #7588A4;
}
.normal-white-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
.large-white-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #F7F7F7;
}
.custom-selected-row{
  background: #EAF6FE !important;
  border: 2px solid #0075FF !important;
  box-sizing: border-box !important;
}
.custom-bluelight-button-normal{
  background: #0075FF;
  border-radius: 5px;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
.custom-button-clear{
  background: #ffffff00;
  border-radius: 5px;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #0075FF;
}

.custom-bluelight-button{
  background: #0075FF;
  border-radius: 5px;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 10px;
}
.custom-bluelight-button:hover{
  cursor: pointer;
}
.custom-bluelight-div{
  padding-right: 5px;
  padding-right: 5px;
}
.solo-button-light-blue{
  background: #0075FF;
  border-radius: 5px;
}
.white-text-button-large{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.bold-gray-text2{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #F7F7F7;
  text-decoration:none !important;
  margin-left: 8px;
}
.bold-gray-text3{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  color: #7588A4;
}
.menu-item-box{
  cursor: pointer;
  background: #012551;
  border-radius: 5px;
  padding-top: 12px;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 12px !important;
}
.menu-item-box:hover{
  background: #031E40;
}
.menu-item-box-active{
  background: #031E40;
}
.blue-mark{
  margin-top: 4%;
  float: right;
}
.rounded-div{
  height: 37px;
  width: 37px;
  border-radius: 18.5px;
  background-color: #193659;
  color: #00CDFF;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.name-span{
  position: relative;
  top: 26%;
  transform: translateY(-26%);
}
.white-text-bold{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #F7F7F7;
}
.white-text-thin{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #F7F7F7;
}
.custom-row{
  border-top: 1px solid #243B57;
}
.custom-a{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #00CDFF;
}
.custom-a-2{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #0075FF !important;
}
.custom-a-3{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  color: #0078FF;
}
.custom-a-4{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #0075FF;
}
.custom-a-5{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #0075FF;
}
.mct_title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #022E60;
}
.mct_normal_text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #022E60;
}
.mct_normal_text2{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #022E60;
}
.mct_title2{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #022E60;
  align-items: center;
}
.mct_subtitle{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #003066;
}
.mct_small{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  color: #022E60;
}
.mct_normal_title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #022E60;
}
.mct_info{
  font-family: MarketSans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #022E60;
}
.mct_item_title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #022E60;
}
.mct_head_title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #022E60;
}
.mct_head_subtitle{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #022E60;
}
.lct_title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #0075FF;
}
a.lct_title{
 color: #0075FF; 
}
.lct_subtitle{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #0075FF;
}
.lct_subtitle2{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #0075FF;
}
.lct_small{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  color: #0075FF;
}
.nt_edit{
  font-family: MarketSans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.shadowbox{
  box-shadow: 0px 1px 10px rgba(215, 223, 232, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.shadowbox2{
  background: #F4F9FF;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(211, 222, 235, 0.3);
  border-radius: 10px;
}
.container{
  margin-right: 0px;
  height: 100vh !important;
  overflow-y: auto !important;
  padding-right: 25px !important;
}
.error-red-text{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FF4633;
}
.customa-a-red{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #DE506E;
}
.bar-container{
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 377px;
  max-width: 377px;
  min-height: 100vh;
  max-height: 700px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: -385px;
}
.custom-a-4{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #0078FF;
}
.custom-a-5{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #0078FF;
}
.link_atras{
  width: 70px;
}
#sidebar .row{ margin-right:0px; }
#container_aprendizaje{ max-height:100vh; z-index: 5000; } 
#container_aprendizaje_navigation{ z-index: 5000; }
.container-menu-mobile{
  background-color:#012551; 
  padding: 10px 17.5px 20px 2px;
}
.slides-information{
  position: absolute; 
  bottom:10px; 
  max-width:100%; 
  min-width:100%;
  overflow-x: hidden;
}

/*cotizar*/
.btn-cotizar{
  height: 100%; 
  width:100%; 
}
.btn-generar-guia{
  float: right!important;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
    background-color: #7588A4;
}
.btn:disabled:hover {
    color: white;
}
.alineacionPaso3{
  text-align: center;
}
.margin-top-mobile{
}
.swal2-title{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #0075FF !important;
}
.swal2-html-container{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #7588A4 !important;
}
.swal2-cancel{
  padding: 6px 15px  !important;
}
.swal2-styled.swal2-confirm{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #FFFFFF;
  background-color: #0075FF !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(0 117 255 / 50%) !important;
}
.swal2-icon.no-border{
  border-color: transparent;
}
select { appearance: none }
select{width: 100px;
  background: url('/images/empresas/arrowbluedown.svg') no-repeat right 10px center white;
}
.dataTables_length label{
  color: #7588A4;
}
.table-head-custom{
  border-top-color: white;
  border-top-style: solid!important;
  border-top-width: medium;
  border-bottom-color: #022E60 !important;
  border-bottom-style: solid !important;
  border-bottom-width: medium !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #F6F9FB;
}
.pago_seguro{
  position: absolute; 
  bottom: 20px;
}
@media (max-width:1920px) {
  .btn-cotizar{
    font-size: 15px;
  }
}
@media (max-width:1024px) {
  .btn-cotizar{
    font-size: 12px;
  }
}
/*Si el ancho de este media cambia, 
  debemos ajustar el ancho 992 en eventos.js 
  $('#cp_destino').on('focus')*/
  @media (max-width:992px) {
  #sidebar {
    margin-left:-285px;    
  }
  #sidebar.active {
    margin-left:0;
    min-width: 100vw;
    max-width: 100vw;
  }
  #sidebarCollapse span {
    display:none;
  }
  .menu-item-box {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px !important;
  }
  .slides-information{
    max-width: 100vw; 
    min-width: 100vw;
  }
  .container-fluid {
    /*height: 100vh;
    overflow-y: auto;*/
    width: 100vw;
    padding-right: 0px!important;
  }

  /*cotizar*/
  .btn-cotizar{
    border-top-left-radius:5px; 
    border-bottom-left-radius:5px;
  }
  /*facturacion*/
  .dataTables_length {
    width: 35%!important;
  }
}
@media (max-width: 575.98px) { 
  /*cotizar*/
  .sticky-top {
    position: static;
  }
  .btn-generar-guia{
    float: none!important;
  } 
  .alineacionPaso3{
    text-align: left;
  }
  .custom-boxx {
    min-width: auto!important;
    max-width: none!important;
    min-height: auto!important;
    max-height: none!important;
    position: static!important;
  }
  /*Ajustes*/
  .margin-top-mobile{
    margin-top: 25px;    
  }
  .pago_seguro {
    position: relative;
    bottom: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-height:667px) {
  .menu-item-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1536px){
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 576px){
  .modal-dialog {
      max-width: 90vw !important;
  }
}
@media (min-width: 992px){
  .modal-lg, .modal-xl {
      max-width: 900px !important;
  }
}
/**/

.blue-h2{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    color: #0075FF;
}

.blue-small{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #022E60;
}

.gray-small{
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #7588A4;
}

.inputsLogin {
    background-color: #FFFFFF !important;
    border: 1px solid #7588A4;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.control-input-label {
    position: relative;
    label {
        font-family: Plus Jakarta Sans;
        font-size: 10px;
        position: absolute;
        top: -6px;
        border-radius: 5px;
        line-height: 10px;
        background-color:white;
        margin-left:6px;
        margin-right: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }
    labelx::after {
      border-top-color: #7588A4;
        border-top-right-radius: 5px;
        border-top-width: 1px;
        content: "";
        display: block;
        margin-left: 4px;
        margin-top: 6px;
        text-align: start;
        text-size-adjust: 100%;
        width: 10px;
        box-sizing: border-box;
        flex-grow: 1;
    }
    labelx::before {
        border-top-color: #7588A4;
        border-top-left-radius: 5px;
        border-top-width: 1px;
        content: "";
        display: block;
        margin-right: 4px;
        margin-top: 6px;
        text-align: start;
        text-size-adjust: 100%;
        width: 10px;
        box-sizing: border-box;
    }
    .unit {
      font-family: Plus Jakarta Sans;
      font-size: 13px;
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .holder {
          display: block;
          border: 1px solid rgb(117, 136, 164);
          border-radius: 5px;
          padding: 6px 12px;
          top: 6px;
          height: 40px;
          background-color: rgb(255, 255, 255) !important;
          line-height: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          font-size: 13px;
          white-space: nowrap;
    }
    
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.custom-button{
    background: #0075FF;
    border-radius: 5px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
}

.bg-light-gray {
  background-color: #F9FBFD;
}

.text-gray-bold{
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #7588A4;
}

.headPaso1 {
  margin-top: 15px;

  @media (min-width: 768px) {
    margin-top: 50px;
  }
}

.results-peso {
  display: grid;

  @media (min-width: 576px) {
    display: block;
  }
}

.fixed-bottom-cotizar {
  @media (max-width: 576px) {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    top: unset !important;
    width: calc(100% - 60px);
  }
}

.mb-cotizar {
  @media (max-width: 576px) {
    margin-bottom: 100px;
  }
}

.whatsapp {
  @media (max-width: 576px) {
    bottom: 80px !important;
  }
}

.plc-40 {
  padding-left: 40px;
}

.custom-m-btn {
  @media (min-width: 1200px) {
    margin-top: 35px;
    margin-bottom: 43px;
  }
}

.pr-custom-0 {
  @media (max-width: 1200px) and (min-width: 992px) {
    padding-right: 0px;
  }
}
