@font-face {
    font-family: Lota-Grotesque-SemiBold;
    src: url(../fonts/Lota-Grotesque-SemiBold.otf);
}
@font-face {
    font-family: Barlow-Medium;
    src: url(../fonts/Barlow-Medium.ttf);
}
@font-face {
    font-family: Avenir Next;
    src: url(../fonts/AvenirNextLTPro-Regular.ttf);
}

body{
    /* font-family: Lota-Grotesque-SemiBold; */
    background-color: #FFFFFF;
    /* height: 110vh; */
}

th{
    font-family: Lota-Grotesque-SemiBold;
}

label{
    font-family: Lota-Grotesque-SemiBold;
}
#login {
    background: url(../images/fondo_login.png) no-repeat center center fixed !important;
    background-color: #888888;
    background-size: cover !important;
    overflow: hidden !important;
    background-size: 100% 100%;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #982A2C;
}

.forgot_pass {
    color: #982A2C;
    text-decoration: none;
}

.forgot_pass:hover {
    color: #721D18;
}

.noweb {
    display: none;
}

.nomobile {
    display: grid;
}

.container {
    /* padding-top: 9% !important; */
    margin: 0% 5% !important;
}

.bg-light{
    background-color: #f0f0f0 !important;
}

.bg-red-red{
    height: 26px !important;
    background-color: #982A2C !important;
    border-bottom: solid 6px #A82023  982A2C !important;
}

.bg-red{    
    background-color: #982A2C !important;
    color: #ffffff !important;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn.btn-red {
    background-color: #982A2C !important;
    color: #FFFFFF;
}

.btn.btn-red:hover {
    background-color: #721D18 !important;
    color: #FFFFFF;
}

.btn.btn-outline-red {
    background-color: #FFFFFF !important;
    border: solid #982A2C;
}

.btn.btn-outline-red:hover, .btn.btn-outline-red:active {
    background-color: #721D18 !important;
    border: solid #982A2C;
    color: #FFFFFF;
}

.btn.btn-light {
    background-color: #f6f6f6 !important;
    border: none;
}

.btn.btn-light:hover {
    background-color: #f6f6f6 !important;
    border: none;
    color: #982A2C;
}

.bg-nav {
    background: #F2F2F2;
    box-shadow: 0px 1px 25px -10px rgba(0,0,0,0.85);
    -webkit-box-shadow: 0px 1px 25px -10px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 1px 25px -10px rgba(0,0,0,0.85);
}

.text-Barlow-Medium {
    font-family: Barlow-Medium !important;
}

.text-red {
    color: #A82023 !important;
}

.fixed-menu {
    width:100%; 
    position: fixed;
    z-index: 100;
}

.fixed-bar {
    width:90%; 
    position: fixed;
    z-index: 99;
    background: #FFFFFF;
    padding-top:9%;
}

.font200 {
    font-weight: 200;
}

.padding-table {
    padding-top:17%;
}

.padding-table2 {
    padding-top:20%;
}

.navbar .dropdown-toggle::after {
    border: none;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 2px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover
/*, .navbar-light .navbar-nav .nav-link.active*/ {
    color: #982A2C;
}

.employee-counter {
    padding-top: 10px;
    text-align: center;
    border: solid 1px #7a664b;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .noweb {
        display: inline;
    }

    .nomobile {
        display: none;
    }

    .container {
        /* padding-top: 32% !important; */
        margin: 0% !important;
    }
    

    .fixed-bar {
        width:85%; 
        position: fixed;
        z-index: 99;
        background: #FFFFFF;
        padding-top:35%
    }

    .padding-table {
        padding-top:60%;
    }

    .padding-table2 {
        padding-top:68%;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        /* display: block; */
        border: none;
        margin-top: 0;
        /* top: 150%; */
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        /* right: 10px !important; */
        background: #ffffff;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    }

    .navbar .nav-item:hover .dropdown-menu {
        /* top: 100%; */
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* Tooltip Container */
.tooltip-container {
    position: relative;
    display: inline-block;
}

/* Tooltip Styling */
.tooltip-text {
    visibility: hidden;
    width: 150px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    font-family: Barlow-Medium;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.hiddenRow {
    padding: 0 !important;
}

.button {
    background: #F6F6F6;
    border-radius: 5px;
    float: left;
    margin: 0 3px 0 0;
    width: 130px;
    height: 40px;
    position: relative;
}

.active > button{
    background-color: #982A2C !important;
    border-color: #7a664b !important;
    color: #FFFFFF !important;
}

li > button {
    color:#7a664b !important;
}

.button:hover {
    background: #982A2C98;
    border-radius: 5px;
    float: left;
    margin: 0 3px 0 0;
    width: 130px;
    height: 40px;
    position: relative;
}

.button label,
.button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked + label {
    background: #982A2C;
    color: #FFFFFF;
    border-radius: 4px;
}

.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

.btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: block;
    border: 2px solid #555;
}

.btn-tertiary:hover, .btn-tertiary:focus {
    color: #888888;
    border-color: #888888;
}

/* input file style */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.input-file + .js-labelFile .icon:before {
    content: "";
}

.input-file + .js-labelFile.has-file .icon:before {
    content: "";
    color: #5AAC7B;
}

input:focus, button:focus {
    border: 1px solid #982A2C !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #982A2C !important;
    border-color: #982A2C !important;
}

.card{
    border-radius:10px !important;
}

.btn, input {
    border-radius: 3px !important;
}

.toggle {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

.toggle:hover {
    color: #982A2C;
}

.image-profile {
    width: 40%;
    border-radius: 50%;
    border: solid 2px #dee2e6;
    margin-bottom: 10px;
}

/* CHECADOR */

.checador {
    height: 100vh;
}

.checador-side-left {
    flex: 0.7;
    color: white;
    justify-content: end;
    align-items: center;
    background: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.checador-side-left2 {
    flex: 0.7;
    justify-content: center;
    align-items: center;
    background:  linear-gradient(0deg, #b3b3b3, rgb(255 255 255 / 70%)),url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1.5px outset #982A2C
}

@media screen and (max-width: 600px) {
    .checador-side-left {
        display: none !important;
    }
}

.checador-side-right {
    flex: 1;
    background-color: #f5f8ff;
    justify-content: center;
    align-items: center;
}

.checador-side-right-content {
    max-width: 500px;
}

.checador-side-right-content-text {
    display: flex;
    flex-direction: column;
}        

.checador-date-time {
    text-align: center;
    margin-top: 20px;
}

.checador-day {
    font-size: 1.7rem;
    text-transform: lowercase;
}

.checador-date {
    font-size: 2rem;
    margin-bottom: 10px;
}

.checador-time {
    font-size: 3.5rem;
    font-weight: bold;
    color: #a37952;
}

.checador-input-placeholder {
    width: 150px;
    height: 30px;
    text-align: center;
    border-radius: 6px;
    margin-top: 15px;
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 1px solid #747474;
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.75);
}

.green {
    color: #407000;
}

.yellow {
    color: #a67400;
}

.red {
    color: #a10000;
}

.fs-4r {
    font-size: 4rem;
}

.fs-3r {
    font-size: 3rem;
}

.fs-1-5r {
    font-size: 1.5rem;
}
/* Oculta el outline azul cuando el mouse está sobre el botón */
.navbar .nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
}