#ajxLoader { background-color: rgba(255,255,255,.8); bottom: 0; display: none; height: 100%; left: 0; position: fixed; width: 100%; z-index: 8000; text-align:center; }
#ajxLoader div{ background: url("../images/loader3.gif") no-repeat 68px 0px; height: 100%; width: 200px; display: block; margin: 350px auto; position:relative;}
#ajxLoader div span{ position:absolute; bottom:0px; left:0; display:block; width:100%; }

.bg-pink{
    background-color: #40424d;
    color: white;
}

.nav-link{
    color: white;
}

.nav-link:hover{
    color: white;
}

.nav-link:focus{
    color: white;
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(0,0,0,.55) !important;
}

.btn-banner{
    background-color: #cb95cd;
}

.headerInicio{
    color: #a171d4;
}

.btn-shopping{
    background-color: #cb95cd;
    border-color: #cb95cd;
}

.btn-shopping:hover{
    background-color: rgb(221, 196, 248);
    border-color: #cb95cd;
    color: rgba(0, 0, 0, 0.521);
}

.testimonials {
    height: 580px;
    background-color: #f5f5f5;
}

.detalles {
    background-color: white;
}

.img-fluid2{
    width: 100%;
    height: 580px;
    align-items: center;
}

.img-fluid{
    padding: 50px !important;
}

.bg-image{
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.center2 {
    margin: auto;
    width: 60%;
    padding: 10px;
  }

.center2 h2{
    text-align: center;
    color: #a171d4;
}

.center2 p{
    text-align: center;
    font-size: 20px;
}

.center2 div{
    align-items: center;
}

.center2 div > hr{
    text-align: center;
    width: 60%;
    margin-left: 20%;
    height: 3px;
    margin-top: 10px;
    color: #610561;
}
#map {
    height: 100%;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.space-menu {
    margin-left: 60px;
}

.filaComp{
    margin-bottom: 5px;
}

.fc-content{
    color: black !important; 
}

.a-hand{
    cursor: pointer;
    color: 1a9bfc;
}

.authentication-bg {
    /*background-color: rgba(91, 140, 232, 0.25);*/
    background-color: white;
  }

.table > thead{
    background-color: #a0a8c0;
    color: black;
}

.atras{
    text-decoration: underline !important;
}

.atras:hover{
    cursor: pointer;
}

input[type="text"]:disabled{background-color:lightgrey;}

.imgRecord{
    width:100%; 
    height:100%;
    max-height: 339px;
}

.imgRecord:hover{
    cursor: pointer;
}

.divTituloAnalisis{
    background-color:#241F31; 
    color:white;
}

.pTituloAnalisis{
    padding:10px 10px 10px 10px; 
    color:white; 
    text-align: center;
}

.sticky-header {
    position: sticky !important;
    top: 0 !important;
    background: #37458b !important;
    z-index: 2 !important;
    border: 1px solid white !important;
    text-align: center !important;
    color: white !important;
}

.wide-column {
    white-space: nowrap !important;
}

.highlight {
    background-color: #EBA29D !important;
}