.navbar-default .navbar-nav>li>a {
    color: #003E73 !important;
}


/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  background: #003E73;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 99999;
}
.toTop:before {
  line-height: 47px;
  font-size: 22px;
  font-weight: 700;
}
.toTop:hover {
  color: #fff;
  background: #003E73;
  text-decoration: none;
}
.mobile .toTop,
.tablet .toTop {
  display: none!important;
}

/********Efecto de menu***********/
.zoom {
    transition: 1.0s ease;
    -moz-transition: 1.0s ease;
    -webkit-transition: 1.0s ease;
    -o-transition: 1.0s ease;
    z-index: 99999;
}

.zoom:hover{
        transform : scale(1.2);
        -moz-transform : scale(1.2); /* Firefox */
        -webkit-transform : scale(1.2); /* Chrome - Safari */
        -o-transform : scale(1.2); /* Opera */
        -ms-transform : scale(1.2); /* IE9 */
        z-index: 99999;
}

.loader
{
    text-align: center;
    width: 98%;
    position: absolute;
    z-index: 11;
    background: #fff;
    top: 15%;
}


.navbar-default .navbar-nav>li>a:hover
{
  color: #939705 !important;
}

.redesSociales li a
{

    display: inline-block;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #dcd9d9;
    text-align: center;
    border-radius: 25px;
}

.redesSociales li a:hover
{
  background:#939705;
}