/*
@font-face {
    font-family: 'Poppins';
    src: url('../../public/fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../public/fonts/poppins/Poppins-Bold.ttf');
}
*/


#icon {
    position: absolute;
    bottom: .2rem;
    right: 2rem;
    user-select: none;
    cursor: pointer;
    display: none; }
  
ul.ui-autocomplete {
    /*font-family: 'Poppins';*/
    background-color: white;
    list-style-type: none;
    z-index: 9999;
    font-size: 14px;
    padding: 0;
    width: 330px !important;
    cursor: pointer; }
  
ul.ui-autocomplete li {
    padding: 12px;
    border-bottom: 1px solid #cecece; }
  
ul.ui-autocomplete li :hover {
    background-color: #efefef;}

.ui-helper-hidden-accessible{
    display: none;
}

.no-mostrar{
    display: none;
}

.navbar-nav li{
    margin-left: 10px;
    background-color: transparent;
    /* border-radius: 5px;
    margin-bottom: 4px; */
}

.navbar-nav .nav-link {
    padding-left:1rem;
}

.opcional{
    font-size: 11px;
}


.carousel-item.principal {
    padding-left: 25%;
}

@media screen and (max-width: 475px) {

    .carousel-item.principal {
        padding-left: 33%;
    }

    button.btn.btn-primary {
        margin-bottom: 3%;
    }
}

.color-div{
    width: 25px;
    height: 25px;
    border-radius: 100%
}

/*
.body{
    padding-bottom: 520px;
}


.footer{
    position: inherit;
    padding-top: 50px;
}


*/
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 210px;
  }

  /* footer original */
  /*.footer {
        padding-top: 50px;
        position: absolute;
        bottom: 0;
        width: 100%;*/
        /* Set the fixed height of the footer here */
  /*      height: 200px;
        background-color:rgb(128, 128, 128);
        border-top: rgb(195, 190, 190) solid 15px
  }*/
  
  .footer {
        padding: 20px;
        /* position: absolute; */
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 80px;
        background-color: #4A4963;
        /* background-color: #00558C; */
        /*border-top: rgb(195, 190, 190) solid 15px*/
  }
   
  .footer p{
    margin: 0px;
    color: rgb(61, 58, 58)
}


/*-------------- COLOR ESTADO OBRA --------------- */

.badge-proyecto_elaboracion {
    color: #000;
    background-color: #bb8321;
}

.badge-proyecto_terminado {
    color: #000;
    background-color: #d09325;
}

.badge-pliego_elaboracion {
    color: #000;
    background-color: #db9f33;
}

.badge-pliego_terminado {
    color: #000;
    background-color: #dfa949;
}


.badge-a_licitar {
    color: #fff;
    background-color: #d3722e;
}

.badge-en_proceso_adjudicacion {
    color: #fff;
    background-color: #c5463f;    
}

.badge-adjudicada {
    color: #fff;
    background-color: #5b3c4c;    
}

.badge-en_ejecucion {
    color: #fff;
    background-color: #93bea3;    
}

.badge-neutralizada {
    color: #fff;
    background-color: #354d35;    
}

.badge-finalizada {
    color: #fff;
    background-color: #8bc1e3;    
}

.badge-desestimada {
    color: #fff;
    background-color: #376299;    
}

/* Estilos Icono Usuario Logueado*/
#dropUsuario{
    background-color: transparent;
}
#usrIcon img{
    width: 34px;
}

#usrIcon::after {
    content: none;
}

/* TOOLTIPS */

.tooltip-element2{
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
  }

  .tooltip2 {
    display: none;
    position: absolute;
    width: 400px;    
    padding: 10px;
    margin: 0 0 12px 0;    
    z-index: 100;
    bottom: 100%;
    /*background: #FDD017;*/
    background: #e9f394;
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

.tooltip2:after {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: 100;
    border: 0 solid #e9f394;
    border-bottom: 14px solid transparent;
    border-left-width: 10px;
    width: 100%;
    left: 20%;
}
  
.tooltip2:before {
    content: "";
    position: absolute;
    border: 0 solid #e9f394;
    bottom: -14px;
    z-index: 100;
    border-right-width: 10px;
    border-bottom: 14px solid transparent;
    width: 100%;
    right: 80%;
}