@font-face {
    font-family: 'GibsonRegular';
    src: url('/bollek/Tipografias/GibsonRegular.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonSemiBdIt';
    src: url('/bollek/Tipografias/GibsonSemiBdIt.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua';
    src: url('/bollek/Tipografias/Perpetua.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden !important;
    height: 100%;
    margin: 0;
    font-family: 'GibsonRegular';
}
.dis {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

.dis2 {
    opacity: 1;
    visibility: visible;
}


footer a {
    color: white !important;
    text-decoration: none;
}

footer a:hover {
    color: gainsboro !important;
}

.navbar .nav-link {
    color: white !important;
    text-decoration: none;
}

.navbar .nav-link:hover {
    color: gainsboro !important;
}

.fondo-login {
    height: 90vh;
    background-image: url('/bollek/Fotos/Bollek-05.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.fondo-login::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.fondo-login>.container {
    position: relative;
    z-index: 2;
}

.simple-input {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding: 10px 5px;
    background: transparent;
    transition: border-color 0.3s ease;
    color: #333;
}

.simple-input::placeholder {
    color: #99896D;
    opacity: 0.8;
}

.simple-input:focus {
    border-color: #99896D;
    outline: none;
    box-shadow: none;
}

input[type="checkbox"]:checked {
    background-color: #99896D;
    border-color: #99896D;
}

input[type="checkbox"] {
    border: 2px solid #99896D;
}

input[type="checkbox"]:hover {
    cursor: pointer;
    box-shadow: 0 0 0 2px rgba(153, 137, 109, 0.2);
}

.btn-primary-ex {
    border-radius: 0px;
    padding: 5px 35px;
    background-color: #99896D;
    color: white;
    border: 1px solid #99896D;
}

.btn-primary-ex:hover {
    background-color: white;
    color: #99896D;
}
.btn-primary-neo {
    border-radius: 0px;
    padding: 5px 35px;
    background-color: white;
    color: rgb(107,104,95);
    border: 1px solid white;
}

.btn-primary-neo:hover {
    background-color: rgb(107,104,95);
    color: white;
}

.alert-success {
    background-color: #99896D !important;
    color: white !important;
    border: none !important;
    border-radius: 0;
    font-weight: 500;
}

.alert-danger {
    background-color: #dc3545 !important;
    color: white !important;
    border: none !important;
    border-radius: 0;
    font-weight: 500;
}

.hr-left {
    width: 35%;
    border: none;
    border-top: 2px solid #353D2B;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin: 8px 0px;
}




@media (max-width: 991.98px) {
    .navbar {
        background-color: #99896D !important;
    }

    .navbar .nav-link {
        color: white !important;
    }
}