.texto-blanco-bold {
    color: #ffffff;
    font-weight: bold;
}

.texto-azul-bold {
    color: #444888;
    font-weight: bold;
}

.modal-xl-1400 {
    max-width: 1400px;
    width: 100%;
}

.modal-scroll-y {
    overflow-y: auto;
}



#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: 150px;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: auto;
    display: none;
   
}
 
#suggestions .suggest-element {
    background-color: #FFFFFF;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;

}


#suggestions1 {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: 150px;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: auto;
    display: none;
   
}
 
#suggestions1 .suggest-element1 {
    background-color: #FFFFFF;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;

}

#suggestions2 {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: 150px;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: auto;
    display: none;
   
}
 
#suggestions2 .suggest-element2 {
    background-color: #FFFFFF;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;

}

#suggestions3 {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: 150px;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: auto;
    display: none;
   
}
 
#suggestions3 .suggest-element3 {
    background-color: #FFFFFF;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;

}


#suggestions4 {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: 150px;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: auto;
    display: none;   
}
 
#suggestions4 .suggest-element4 {
    background-color: #FFFFFF;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

