
/* ----- Slide ------*/
/*.slider-title {
  font-size: 3em;
  font-family: 'Belgrano';
  text-transform: uppercase;
}*/
.slider-title span {
  color: #0699c9 !important;
}
.slide-description {
  color: #ffffff;
  font-size: .94em;
}
.slider-text .btn {
  border: #4faece !important;
  color: #ffffff;
}
.slider-text .btn:hover {
  background: #045f8d;
  border-color: #045f8d;
  color: #ffffff;
}

/* ----- Boton registro login ------*/
.btn {
    background: #4faece !important;
    border-color: #4faece !important;
    border-radius: 0px;
    color: #fff;
    font-size: .8125em;
    padding: 13px 28px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* ----- Descripción antes del footer ------*/

.section-title span {
    color: #045f8d !important;
}

/*  ----- Pie de pagina ------*/

.footer-bottom {
    background: #045f8d !important;
    border-bottom: 2px solid #ffffff;
    color: #fff !important;
    font-size: .8125em;
    padding: 41px 0px;
    margin-top: 30px;
}
.footer-bottom a {
    color: #fff !important;
}
.footer-bottom a:hover {
    color: #fff !important;
}

/* ----- formulario de registro------*/
/*.out-link {
    color: #fff
}*/
.box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    border-radius: 3px;
    width: 100%;
    color: #7a7a7a;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    border: 1px #7a7a7a;
}
.login-button {
    padding: 15px 20px 15px 20px;
    background-color: transparent;
    border:  2px solid;
    -moz-border-radius:2px solid;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #fff
}
.user-top-nav-out {
    float: right;
    color: #fff;
    font-size: 30px;
    margin-right: 41px;
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 27px;
    padding-top: 0;
    margin-top: 5px;
}
.user-top-nav {
    height: 75px;
    overflow: hidden;
    width: 100%;
    background: #045f8d;
    background: -webkit-linear-gradient(to right, #045f8d, #4faece);
    background: linear-gradient(to right, #045f8d, #4faece);
}
.menu-side-bar {
    height: 100%;
    background-color: #045f8d;
    width: 130px;
    position: fixed;
}
.profile-content {
    background-color: #e5e5e5;
    padding: 10px 10px 10px 10px;
}