html,
body {
    width: 100%;
    /*height: 100%;*/

    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

html.hb-login,
body.hb-login {
    height:100%;
}

body {


    background-image: url(../images/background.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.no-bg {
    background-image: none;
}

.login {
    display: inline-block;
    width: 100%;
    max-width:530px;
    background: rgba(255,255,255,.7);

    /*position: absolute;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -265px;*/
    z-index: 1;
    padding: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.login .titulo {
    font-size: 40px;
    color: #334383;
    font-weight: 500;
    margin-bottom: 20px;
}

.login .texto {
    font-size: 17px;
    color: #334383;
    font-weight: 500;
    margin-bottom: 20px;
}

.login input {
    border-color: #a9a9a8;
    border-radius: 0;
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    color: #a9a9a8;
}

.login .btn {
    background-color: #02a787;
    border-color: #02a787;
    font-weight: 500;
}

.footer {
    position :relative;
    min-height: 145px;
    background: #ececec;
}

.footer-login .footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.footer .menu {
    background-color: #b1b1b1;
    min-height: 42px;
    text-align: center;
    margin-top: 16px;
    line-height: 37px;
}

.footer .logo {
    margin-top: 10px;
    width: 100%;
    max-width: 210px;
}

.footer .menu a {
    display: inline-block;
    color: #ffffff;
    margin-right: 40px;
    text-transform: uppercase;
}

.footer .menu a:last-child {
    margin-right: 0;
}

.footer .txt {
    padding-top: 52px;
    color: #334383;
}

.footer .txt .sobre {
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
}

.menu-btns {
    width: 100%;
    max-width: 530px;
    background: rgba(255,255,255,.7);
    display: inline-block;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.menu-btns .texto {
    font-size: 17px;
    color: #334383;
    font-weight: 500;
    margin-bottom: 20px;
}

.menu-btns .cc-btn {
    border: 1px solid #b6b4b1;
    background: #ffffff;
    padding: 28px;
    margin-bottom: 20px;
    color: #323232;
    font-weight: 500;
    width: 100%;
    display: block;
    text-decoration: none;
}

.menu-btns .c-btn {
    border: 1px solid #b6b4b1;
    background: #ffffff;
    padding: 28px;
    color: #323232;
    font-weight: 500;
    width: 100%;
    display: block;
    text-decoration: none;
}

.menu-btns .cc-btn .titulo {
    font-size: 20px;
    color: #02a787;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-btns .c-btn .titulo {
    font-size: 20px;
    color: #334383;
    font-weight: 700;
    text-transform: uppercase;
}

.scroll .navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.scroll .seccion {
    padding-top: 165px;
}

.scroll .bar-aux {
    position: fixed;
    width: 100%;
    top: 66px;
    font-size: 14px;
    line-height: 40px;
    min-height:40px;
    z-index: 1;
}

.scroll .navbar {
    min-height: 66px;
    padding: 0;
}

.scroll .navbar-brand img {
    margin-top: 2px;
    height: 50px;
}

.scroll .navbar .nav-menu {
    margin-top: 20px;
}

.scroll .nav-menu .cot-dolar-btn {
    top: 46px;
}

.scroll .nav-menu .cotizacion {
    top: 81px;
}











.navbar {
    background: #334383;
    min-height: 115px;
}


.navbar-nav .nav-link {
    text-transform: uppercase;
    text-align: center;
}

.navbar-nav .nav-link.salir-btn {
    color: #009de0;
    border-bottom: 1px solid #009de0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 10px;
    padding-bottom: 4px;
}

.navbar-nav .nav-link.salir-btn .icon {
    margin-right: 7px;
    margin-top: -7px;
}


.bar-aux {
    position: relative;
    min-height: 50px;
    background: #02a787;

    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
}

.bar-aux .cot-dolar-btn {
  background: #009de0;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fff;
  margin-top: 0px;
  border-top: 0px;
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
}

.bar-aux .cotizacion.hide {
  display: none;
}

.bar-aux .cotizacion.show {
  display: block;
}

.bar-aux .cotizacion {
  position: absolute;
  top: 35px;
  right: 24px;
  z-index: 1;
  overflow: hidden;
  height: 44px;
  border-radius: 5px;
}

.titulo-planilla {
    font-size: 40px;
    font-weight: 500;
    color: #334383;
    text-align:center;
    padding: 40px 0 10px 0;
}

.seccion {
    background: #ffffff;
    padding-bottom: 70px;
}

.nombre-empresa {
    font-weight: 400;
    color: #02a787;
    text-transform:uppercase;
    font-size:18px;
    margin-bottom: 15px;
}

.table .thead-dark th {
    background-color: #1169b0;
    border-color: #1169b0;
}

.aplicar-btn {
    background: #02a787;
    color: #ffffff;
    text-transform: uppercase;
}

.pagination .page-item .page-link {
    color: #1169b0;
}

.volver-btn {
    background: #ecf1f5;
    color: #334383;
}

.pagination .page-item.active .page-link {
    background-color: #1169b0;
    border-color: #1169b0;
    color: #fff !important;
}

.form-control:focus {
    border-color: #1169b0;
    box-shadow: 0 0 0 0.2rem rgba(17,105,176,.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    background: #ffffff;
    border-radius: 5px;
    color: #00a787;
}

.navbar-dark .navbar-nav .nav-link:focus:not(.last),
.navbar-dark .navbar-nav .nav-link:hover:not(.last) {
    background: #ffffff;
    border-radius: 5px;
    color: #00a787;
}

.navbar-dark .navbar-nav .nav-link:not(.last) {
    color: #ffffff;
    margin-right: 1px;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #00a787;
}

@media (max-width: 767px) {
  .footer .txt {
    padding-top: 12px;
  }
}

@media (max-width: 991px) {

}

@media (max-width: 480px) {
    .login {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-login .footer {
        position: relative;
    }

    .scroll .navbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bar-aux .text-left {
        width: 100%;
        max-width:none;
        flex: none;
    }
    .bar-aux .text-right {
        display: none;
    }

    .navbar-dark .navbar-brand img{
        height: 60px;
    }

    .scroll .navbar-dark .navbar-brand img{
        height: 50px;
    }

    .navbar {
        min-height: 82px;
    }

    .menu-btns {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .scroll .menu-btns {
        margin-top: 180px;
    }

    .menu-btns .cc-btn .titulo {
        margin-top: 10px;
    }

    .menu-btns .c-btn .titulo {
        margin-top: 10px;
    }
}