﻿/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap');*/

body, html {
    font-family: Helvetica Neue, sans-serif;
    width: 100%;
    font-size: 13px;
    position: relative;
    background: #f6f9fc; /*#f8f9fa*/
}

.login {
    width: 600px !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - calc(8rem - 1px));
}

.login-captura {
    width: 300px;
    border: 1px solid #E1E1E1;
    /*border-radius: 15px;*/
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    max-height: 370px;
}

.logo-img {
    position: relative;
    top: -90px;
}

.logout {
    width: 400px !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    font-size: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - calc(8rem - 1px));
}

.form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.jconfirm .jconfirm-box {
    background-color: #343a40;
    color: #fff
}

.error {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - calc(7rem + 12px));
}

.error-page {
    margin: 0 auto;
    width: 600px
}

    .error-page > .headline {
        float: left;
        font-size: 100px;
        font-weight: 300
    }

.control-label {
    font-size: .9rem;
}

.control-label-msg {
    font-size: .8rem;
    color: rgba(0, 0, 0, .56);
}

.control-text {
    font-size: 12px;
}

.header {
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 870;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    width: auto;
}

.header-wrapper {
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #1c542c, #64aa2c);
}

.header .logo {
    padding: 5px 0 0 50px;
}

#footer .footer-top {
    padding: 30px 0 13px;
    background-image: url(../Images/ImagenesMenu/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.input-container {
    position: relative;
    height: 45px;
}

    .input-container i {
        position: absolute;
        left: 10px;
        top: 22%;
        height: 25px;
        opacity: .8;
    }

    .input-container input, .input-container select {
        padding-left: 40px;
    }

.input__field {
    outline: 1.5px solid #ced4da;
    border: none;
}

    .input__field::placeholder {
        color: transparent;
    }

    .input__field:placeholder-shown ~ .input__label {
        font-size: 1rem;
        cursor: text;
        color: rgba(0, 0, 0, .30);
        top: 0.375rem;
    }

    label, .input__field:focus ~ .input__label {
        position: absolute;
        top: -0.8rem;
        padding: 0 0.25rem;
        background-color: #ffffff;
        display: block;
        font-size: 0.875rem;
        left: 2.5rem;
        color: rgba(0, 0, 0, .30);
        transition: 0.3s;
    }

    .input__field:focus ~ .input__label {
        color: #28a745;
    }

    .input__field:focus {
        outline: 1.5px solid #28a745;
    }

.input__check label {
    float: right;
    top: -5px;
    left: 15px;
    color: #0e6398;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-building:before {
    content: "\f1ad"
}

.fa-lock:before {
    content: "\f023"
}

.fa-user:before {
    content: "\f007"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-exclamation:before {
    content: "\f12a";
}




/* Efecto Hover en la Imagen */
#festivoImage:hover {
    transform: scale(1.1); /* Efecto de agrandamiento */
}

/* Estilo para el enlace */
#festivoLink:hover {
    text-decoration: underline;
}

/* Animación de entrada (deslizándose hacia abajo) */
@keyframes slide-down {
    from {
        opacity: 0;
        transform: translate(-50%, -20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* Animación de salida (deslizándose hacia arriba) */
@keyframes slide-up {
    from {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -20px);
    }
}

