.ui-autocomplete{
    background-color: #fff;
    
    color: #3F4254;
    list-style: none;
}

.img-consulta-mobile{
    max-height: 150px;
}
.img-emprendedor{
    height: auto;
    width: 150px;
}
.blues, .tablinks.active{
    color: #0073e9;
}
.img-emprendedor-small{
    height:100px;
    width: auto;
    border-radius: 5px;
}

.img-emprendedor-xsmall{
    height: 50px;
    width: 50px;
    border-radius: 5px;
}
.bg-light-blue{
    background-color: rgba(0, 255, 255, 0.40);
}

.form-tabs-header .rounded-pill{
    background-color: #EBEDF3;
    color: #3F4254;
}

.tab-active{
    background-color:#0090DF!important;
    color:white!important;
}


.bg-light-purple{
    background-color: rgba(238, 110, 255, 0.233);
}
.bg-white{
    background-color: #fff;
}
.hidden{
    display: none;
}

.exp_input{
    background-color: #fff;
    border:0!important;
}

.exp-chkbx{
    background-color: #fff!important;
}

.exp-chkbx.border{
    border: 1px solid #3699FF!important;
}

.checkbox > input:checked ~ span {
    background-color: #3699FF!important;
}

.btn_close_modal{
    color:red;
}

.confirm_pw_cont{
    width: 90%;
}
.faq-header{
    background-image:url('../media/bg/faq-bg.png');
    background-repeat:no-repeat;
    background-color: white;
    background-size:100% auto;
    background-position:center right;
    display: flex;
    align-items: center;
    justify-content: start;
    min-height: 450px;
    border: none;
}
.question{
    padding-top:10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.answer{
    padding-top:10px;
    padding-bottom: 10px;
}
.nosotros span, .nosotros label, .nosotros li{
    font-size: 1.25rem!important;
}
 .nosotros div{
    font-size: 1.15rem!important;
}

table.dataTable.no-footer {
    border-bottom: 0;
    margin-bottom: 5px;
}
.ref {
    position: relative;
    vertical-align: baseline;
}
.refnum {
    position: relative;
    left: 2px;
    bottom: 1ex;
    font-family: Verdana, sans-serif;
    color: #005994;
    font-size: .7em;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.refbody {
    font-family: Verdana, sans-serif;
    font-size: .7em;
    line-height: 1.1;
    min-width: 20em;
    position: absolute;
    left: 25px;
    bottom: 5px;
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
    word-wrap: break-word;
    z-index: 9999;
    overflow: auto;
    border-radius: 0.5rem;
}

.plus {
    --b:2px; /* the thickness */
    width:14px; /* the size */
    aspect-ratio:1/1;
    border:2px solid #0073e9; /* the outer space */
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#fff 90deg,#0073e9 0) 
      calc(100% + var(--b)/2) calc(100% + var(--b)/2)/
      calc(50%  + var(--b))   calc(50%  + var(--b));
    display:inline-block;
    border-radius:50%;
  }
  
#navbarNavDropdown{
    padding-left: 0.5rem !important;
}
#navbarNavDropdown a{
    font-size: 16px;
    color: #262626!important;
}

@media only screen and (min-width: 550px) {
    .modal-dialog.modal-dialog-centered{
        width: 500px;
    }
}
@media only screen and (min-width: 1200px) {
.mx-xl-auto{
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 768px) {
    .row.equal {
      display: flex;
      flex-wrap: wrap;
    }
    .row.equal > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .equal .card{
        height: 100%;
    }
}

@media (max-width: 600px){
    .dropdown-menu {
        width: 100%; 
    }
    a.dropdown-item.icon-notification-item {
        white-space: initial;
    }
}

@media (max-width: 768px) {
    .faq-header{
        min-height: 200px;
    }
}