/*GOTHAM_NUEVAS*/
/*rounded_nuevas*/
@font-face {
    font-family: 'Gotham_Rounded';
    src: url('../fonts/Gotham_Rounded/eot/GothamRnd-Book_Web.eot') format('eot'), url('../fonts/Gotham_Rounded/woff2/GothamRnd-Book_Web.woff2') format('woff2'), url('../fonts/Gotham_Rounded/woff/GothamRnd-Book_Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_Rounded';
    src: url('../fonts/Gotham_Rounded/eot/GothamRnd-BookItalic_Web.eot') format('eot'), url('../fonts/Gotham_Rounded/woff2/GothamRnd-BookItalic_Web.woff2') format('woff2'), url('../fonts/Gotham_Rounded/woff/GothamRnd-BookItalic_Web.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham_Rounded';
    src: url('../fonts/Gotham_Rounded/eot/GothamRnd-Medium_Web.eot') format('eot'), url('../fonts/Gotham_Rounded/woff2/GothamRnd-Medium_Web.woff2') format('woff2'), url('../fonts/Gotham_Rounded/woff/GothamRnd-Medium_Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_Rounded';
    src: url('../fonts/Gotham_Rounded/fonts/eot/GothamRnd-MediumItalic_Web.eot') format('eot'), url('../fonts/Gotham_Rounded/fonts/woff2/GothamRnd-MediumItalic_Web.woff2') format('woff2'), url('../fonts/Gotham_Rounded/fonts/woff/GothamRnd-MediumItalic_Web.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham_Rounded';
    src: url('../fonts/Gotham_Rounded/eot/GothamRnd-Bold_Web.eot') format('eot'), url('../fonts/Gotham_Rounded/woff2/GothamRnd-Bold_Web.woff2') format('woff2'), url('../fonts/Gotham_Rounded/woff/GothamRnd-Bold_Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_Rounded';
    src: url('../fonts/Gotham_Rounded/eot/GothamRnd-BoldItalic_Web.eot') format('eot'), url('../fonts/Gotham_Rounded/woff2/GothamRnd-BoldItalic_Web.woff2') format('woff2'), url('../fonts/Gotham_Rounded/woff/GothamRnd-BoldItalic_Web.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
/*FUENTES*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham_Rounded';
}

.ticknaranja {
    font-family: 'Gotham_Rounded';
    color: #f28b00;
}

.navOscuro {
    font-family: 'Gotham_Rounded';
    color: #005678 !important;
}

.navClaro {
    font-family: 'Gotham_Rounded';
    color: #0099a9 !important;
}

html {
    font-size: 14px;
}

header {
    height: 22vh;
}


.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/** Style for Periodos  **/
.formControl {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* CSS button-65 */
.button-65 {
    appearance: none;
    backface-visibility: hidden;
    background-color: #0099a9;
    border-radius: 10px;
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 14px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
    margin-top: 1rem;
}

    .button-65:hover {
        background-color: #005678;
        color: white;
        box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
        opacity: 1;
        transform: translateY(0);
        transition-duration: .35s;
    }

        .button-65:hover:after {
            opacity: .5;
        }

    .button-65:active {
        box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
        transform: translateY(2px);
        transition-duration: .35s;
    }

        .button-65:active:after {
            opacity: 1;
        }
/** Fin Css button-65 **/


/*** CSS button-4 Actualizar Usuarios ***/
.button-4, input[type=file]::file-selector-button {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

    .button-4:hover, input[type=file]::file-selector-button:hover {
        background-color: #F3F4F6;
        text-decoration: none;
        transition-duration: 0.1s;
    }

    .button-4:disabled, input[type=file]::file-selector-button:disabled {
        background-color: #FAFBFC;
        border-color: rgba(27, 31, 35, 0.15);
        color: #959DA5;
        cursor: default;
    }

    .button-4:active, input[type=file]::file-selector-button:active {
        background-color: #EDEFF2;
        box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
        transition: none 0s;
    }

    .button-4:focus, input[type=file]::file-selector-button:focus {
        outline: 1px transparent;
    }

    .button-4:before, input[type=file]::file-selector-button:before {
        display: none;
    }

/*** Fin CSS button-4 Actualizar Usuarios ***/

/*** Actualizar Fechas Form-style ***/
.form-group, form-row {
    margin-bottom: 0.5rem;
}
/****login-styles****/
.card-styles {
    background-color: #8080808f;
    color: white;
    margin-top: 33%;
    height: 145px;
    border-radius: 0px;
    border: none;
    width: 100%;
}

.text-comm-style {
    font-size: 18px;
    font-family: Gotham Rounded Medium;
}

.move {
    margin-left: 50px;
}

.resposive-style {
    padding-top: 10px;
}

.text-h2 {
    margin-top: 10px;
}

.text-style {
    color: #0099a9;
    margin-top: -50px;
    margin-left: 25px;
}

card-margin {
    margin-top: 10%;
}

.bg-color {
    background-color: #ffffff7a;
    width: 100%;
}

.login-form-control {
    border-width: 1px;
    font-family: Gotham Rounded Medium;
    border-style: solid;
    border-bottom-color: #0099a9;
    font-size: 1.2rem;
    line-height: 1.5;
    outline: none;
    width: 110%;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    background-color: transparent;
}

    .login-form-control::placeholder {
        color: #ADAEAE;
        font-weight: normal;
        font-size: 15px;
        background-color: transparent;
    }

    .login-form-control:focus {
        background-color: transparent;
        outline: none;
    }


.invalid-Login {
    color: #8080808f;
    font-size: 1.1rem;
    font-weight: bold;
}

.login-backGround {
    background-image: url(../Img/fondo_inicio.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 103vh;
}

.text-login {
    color: black;
}

/**Error Massage styles*/
.hidden {
    visibility: hidden;
}

.hidden2 {
    display: none;
}

.invalid {
    color: red;
}

/**Table and Form styles*/
table {
    align-content: center;
    text-align: center;
}

.form-style {
    color: #333333;
    font-size: 17px;
    font-family: Gotham Rounded Book;
    font-weight: 100;
}

input[type='radio'] {
    margin-inline: 10px;
}


/**nav bar styles*/
.navbar {
    background-image: url(../Img/banner.png);
    background-repeat: no-repeat;
    background-size: 100vw 22vh;
    height: 100%;
}

.navbar-nav {
    display: contents;
}

.navbar-brand {
    color: #0099a9;
    font-family: Gotham Rounded Medium;
    float: right;
}

    .navbar-brand:is(:hover), .btn-Informe:is(:hover), .btn-send:is(:hover) {
        color: #656565;
    }

.nav-icon {
    font-size: 45px;
    color: white;
}

.nav-img {
    height: 100px;
    margin-left: 44vw;
}

.nav-span {
    color: #b5be00;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.entry-header {
    color: #0099A9;
    font-size: 27px;
    font-family: Gotham Rounded Medium;
}

input[type='radio'] {
    accent-color: #0099A9;
}

/***Conteniner and realited styles*/
.container {
    margin-top: 1%;
}

.entry-content {
    margin: 20px 0 20px 0;
    margin-left: 100px;
}

.span {
    color: #005678;
    font-size: 25px;
}

.span-Text {
    font-size: 27px;
}

.text-primary, .text-danger {
    font-size: 20px;
    font-family: Gotham Rounded Medium;
}

.text-danger {
    color: red;
}

.linea {
    border-top: 1px solid #b5be00;
    height: 2px;
    max-width: 100%;
    padding: 0;
}

.linea2 {
    border-top: 1px solid #0099a9;
    height: 1px;
    max-width: 100%;
    padding: 1px;
}

.btn-send, .form-control:disabled {
    width: 40%;
}

.form-control:disabled {
    background-color: #e9e9e9a8;
}

.btn-send, .btn-Informe {
    color: #fff;
    background-color: #0099a9;
    border-color: #0099a9;
    border-radius: 0;
    margin-top: 32px;
    font-size: 20px;
}


.btn-Informe {
    margin-top: 10px;
    font-size: 20px;
    width: 69%;
}


.form-group-space {
    margin-top: 20px;
}

.respuesta-style {
    margin: vh 0;
}
/******Responsive  css******/
@media (max-width: 1000px) {

    .container {
        margin: 0;
        margin-top: 15px;
    }

    .form-line {
        margin: 0px;
    }

    .span {
        color: #f8d31a;
        font-size: 16px;
    }

    .span-Text {
        font-size: 18px;
    }

    .entry-header {
        font-size: 20px;
    }

    .nav-img {
        width: 180px;
        height: 80px;
        margin-left: 23vw;
    }

    .container {
        margin-top: 0%;
        padding-bottom: 1%;
    }

    .h-100 {
        height: 90% !important;
    }

    .move {
        margin-left: -10px;
    }

    .entry-content {
        margin: 20px 0 20px 0;
    }

    .navbar {
        background-size: cover;
    }

    .btn-send, .form-control:disabled, .btn-Informe {
        width: auto;
    }
}

@media only screen and (max-width: 1090px) {
    .login-backGround {
        background-size: auto;
        margin: 0 10vw;
    }
}
