@font-face {
    font-family: "Sugo Italic";
    src: url("/public/css/fonts/sugo1/SugoProClassic-LightItalic.otf");
}

@font-face {
    font-family: "Roboto";
    src: url("/public/css/fonts/roboto/Roboto-Italic.ttf");
}

* {
    font-size: 15px;
    font-family: 'Roboto';
    /* margin: 0 !important; */
    /* font-weight: 300 !important; */
}

body,
html {
    height: 100% !important;
    max-width: 100% !important;
    font-size: 15px;
}

.boxContainer {
    height: 100%;
}

.load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/public/media/gifs/load.gif') 50% 50% no-repeat;
    background-size: 14em;
    display: none;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    color: inherit;
}

.linkFooter {
    color: rgb(229, 187, 69);
}

.linkFooter:hover {
    color: rgb(229, 187, 69);
}

.fontSugo {
    font-family: 'Sugo Italic';
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sugo Italic';
    letter-spacing: 1.5px;
    color: rgb(15, 52, 66) !important;
    font-weight: bold;
}

.myNav {
    width: 35%;
    height: 100%;
}

.nav-item {
    width: 10em;
    transition: all .2s ease-in-out !important;
}

.nav-link {
    text-align: center;
    transition: all .1s ease-in-out !important;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link {
    height: 100%;
    letter-spacing: 1.5px;
}

.nav-item:nth-child(3) {
    width: 15em;
}

.nav-item:hover>.nav-link {
    background-color: rgb(229, 187, 69) !important;
    color: rgb(15, 52, 66) !important;
    font-weight: bold !important;
}

.backDark {
    color: white !important;
}

.boxContainer {
    width: 100%;
    min-height: 100%;
}

.header {
    height: 21%;
}

.headerHome {
    height: 20%;
}

.banner {
    width: 100%;
    background-image: url("/public/media/img/banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 70%;
}

.imageBanner {
    width: 9em;
    height: 100%;
}

.optionsBanner {
    width: 14em;
    height: 40%;
    padding: .5em 1em;
}

.img {
    width: 100%;
    height: 100%;
}

.navbar {
    background: rgb(15, 52, 66);
    padding: 0 1rem;
    /* height: 30%; */
}

.nav-link {
    color: rgb(255, 255, 255) !important;
}

.popover {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.headerContent {
    margin-top: 1em !important;
}

.row {
    margin: 0 0 1em 0 !important;
}

.rowIntern {
    margin: 0 !important;
    padding: 0 !important;
}

.btn {
    background-color: rgb(15, 52, 66) !important;
    color: white !important;
    transition: all .2s ease-in-out !important;
}

.btn:hover {
    background-color: rgb(229, 187, 69) !important;
    color: rgb(15, 52, 66) !important;
    font-weight: bold !important;
}

.buttonGeneral {
    width: 9em;
    height: 3.3em;
}

.buttonGeneral:hover {
    width: 11em;
}

.buttonRegistrar {
    height: 3.3em;
    width: 10em;
}

.buttonEditar {
    height: 2.3em;
    width: 13em;
}

.buttonRegistrar:hover {
    width: 10em;
    font-weight: bold;
}

.buttonAceptar {
    width: 5em;
}

.btnPop {
    background-color: rgba(15, 52, 66, 0.8) !important;
}

.btnPop:hover {
    background-color: rgba(229, 187, 69, 0.8) !important;
}

.input,
.select {
    width: 13.5em;
    position: relative;
    background: transparent;
    border: none;
    outline-color: rgb(229, 187, 69);
    border-bottom: 1px solid rgb(15, 52, 66);
}

.input:focus {
    border-bottom: 1px solid rgb(229, 187, 69);
}

.inputPass {
    width: 100%;
}

.hidden {
    display: none;
}

.noBs {
    margin: 0 !important;
    padding: 0 !important;
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: 0.3rem;
    padding: 2em 3em;
    min-height: 63%;
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.jumbotronStyle {
    margin-top: 0 !important;
    margin-bottom: 0em !important;
}

.jumbotronRegistro {
    min-height: 50em;
}

.shadowBox {
    box-shadow: 0px 5px 4px 5px rgba(0, 0, 0, 0.3) !important;
}


/* FLEX */

.flexRow {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
}

.noWrap {
    flex-wrap: nowrap !important;
}

.flexColumn {
    display: flex;
    display: -ms-flexbox;
    flex-flow: column wrap;
}

.icon {
    color: rgb(15, 52, 66);
    cursor: pointer;
}

.icon:hover {
    color: rgb(229, 187, 69);
}

.iconCarousel {
    color: rgb(15, 52, 66);
    width: 80%;
}

.iconClose {
    color: rgb(15, 52, 66);
    cursor: pointer;
}

.iconClose:hover {
    color: rgb(221, 27, 27);
}

.iconBanner {
    color: rgb(15, 52, 66);
    cursor: pointer;
}

.iconBanner:hover {
    color: white;
}

.iconShow {
    position: absolute;
    align-self: flex-end;
}

.goTop {
    display: none;
    background-repeat: no-repeat;
    font-size: 15px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.iconGoTop {
    background: rgb(229, 187, 69);
    color: white;
    border-radius: 40px;
    padding: .3em;
}

.iconGoTop:hover {
    background: white;
    color: rgb(229, 187, 69);
}

footer {
    font: inherit;
    background: rgb(15, 52, 66);
    width: 100%;
    color: white;
    line-height: 1.3;
    height: 16%;
}

.footer {
    padding: 1em .5em;
    margin: 0 !important;
}

.noControls::-webkit-outer-spin-button,
.noControls::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noControls {
    -moz-appearance: textfield;
}

.fontIncrement {
    font-size: 16px !important;
}

.textLeft {
    text-align: left;
}

.divRegister {
    height: 3.3em;
}

.img-footer {
    height: 45%;
    width: 14em;
}

footer div {
    height: 100%;
}

.alignCenter {
    text-align: center;
}

.imgFooterLogos {
    height: 65%;
    width: 4em;
}

.footer-text {
    height: 35%;
}

.logosDiv {
    flex: 1;
}

.formGroup {
    height: 5em;
}

.form-control {
    flex: 1;
}

.img-thumbnail {
    height: 10em;
    width: 10em;
}

.inputDiv,
.selecDiv {
    margin-left: 2em;
    width: 13.5em;
}

.inputObservation {
    flex: 2;
}

.showError {
    display: block !important;
    width: 100%;
}

.colNoPad {
    padding: 0;
}

.carousel-prev,
.carousel-next {
    width: 2%;
    background-color: rgba(229, 187, 69, .6)
}

.showData {
    height: 2.5em;
}


/* carousel */

.jumbotronModal {
    margin: 0 !important;
    padding: 1em 1em;
    min-height: auto !important;
}

.invalid-feedback {
    font-size: 11.5px;
}

.boxInput {
    height: 4em;
}

.userInput {
    height: 3em;
}

.isInvalid {
    border-bottom: 1px solid red !important;
    outline-color: red !important;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 90%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: rgb(229, 187, 69);
}

.navbar-toggler {
    display: none;
}


/* Tabla by Ronaldo */

th {
    border-right: 1px solid #dee2e6 !important;
}

.tableFixed {
    height: 30em;
    overflow-y: scroll;
}

thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgb(229, 187, 69);
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: rgb(229, 187, 69);
    background-color: rgb(229, 187, 69);
    box-shadow: 0 0 0 0.2rem rgb(229, 187, 69, 0.25);
}

.modal-header {
    border-bottom: 2px solid #dee2e6;
    background: #e9ecef;
}

.modal-footer {
    border-top: 2px solid #dee2e6;
    background: #e9ecef;
}

em {
    font-size: 9px !important;
}

#versionApp {
    display: none;
}

.br2 {
    border-radius: 2em;
}

.home {
    margin: 0;
    padding: 0 0 0 0;
}

.captionHome {
    position: absolute;
    z-index: 10;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.captionHome h1 {
    text-shadow: -2px -1px 3px #fff;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 990px) {
    * {
        font-size: 13.5px;
    }
    .myNav {
        width: auto;
    }
    .imgFooterLogos {
        width: 3.5em;
    }
    .display-4 {
        font-size: 3em;
    }
    .buttonGeneral {
        font-size: 0.9em;
        width: 10em;
        height: 3.3em;
    }
    .btn {
        font-size: 14px;
    }
    .inputW {
        width: 70% !important;
    }
    .input,
    .select {
        width: 100%;
    }
    h3 {
        font-size: 1.6rem;
        margin: 0;
    }
    h4 {
        font-size: 1.3rem;
        margin: 0;
    }
    .modal {
        height: 80%;
        margin-top: 10%;
        width: 100%;
    }
}


/* Esto puede aplicar a Moviles en Horizontal y Tablets Vertical */

@media only screen and (max-width: 769px) {
    * {
        font-size: 13px;
    }
    .header {
        height: 21%;
    }
    .jumbotron {
        min-height: 63%;
    }
    footer {
        height: 16%;
    }
    .myNav {
        width: auto;
    }
    .imgFooterLogos {
        width: 3.5em;
    }
    .display-4 {
        font-size: 3em;
    }
    .btn {
        font-size: 13px;
    }
    .input,
    .select {
        width: 100%;
    }
    [class*="icon-"] {
        font-size: 1.5em !important;
    }
    .inputW {
        width: 80% !important;
    }
    .invalid-feedback {
        font-size: 10px;
    }
    h3 {
        font-size: 1.4rem;
        margin: 0;
    }
    h4 {
        font-size: 1.1rem;
        margin: 0;
    }
    .w100 {
        width: 100% !important;
    }
    #carouselHome {
        display: none;
    }
    #carouselHomeMobile {
        display: block !important;
        padding: 0;
    }
    #carouselHomeMobile .captionHome {
        width: 100% !important;
    }
}


/* Esto puede aplicar a Moviles en Horizontal*/

@media only screen and (max-width: 575px) {
    * {
        font-size: 12px;
    }
    .header {
        height: 10em;
    }
    .jumbotron {
        min-height: 80%;
        margin: 0;
    }
    .jumbotronStyle {
        padding: 1em 1em;
    }
    footer {
        height: 13em;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.2rem;
        margin: 0;
    }
    h4 {
        font-size: .9rem;
        margin: 0;
    }
    h5 {
        font-size: .9rem;
    }
    .navBarDesk {
        display: none;
    }
    .navbar-toggler {
        display: block;
        width: 15%;
    }
    .iconBurguer {
        color: rgb(15, 52, 66);
        height: 2em;
    }
    .navbar-collapse {
        background: rgb(15, 52, 66);
    }
    .myNav {
        width: 100%;
    }
    .nav-item {
        width: auto;
    }
    .nav-item:nth-child(3) {
        width: auto;
    }
    .navbar-nav .nav-link {
        width: 100%;
    }
    .optionsBanner {
        flex-flow: column wrap;
        justify-content: space-around !important;
        width: 15%;
        height: 100%;
        align-content: flex-end;
    }
    .iconBanner {
        margin-right: 0 !important;
    }
    .banner {
        height: 100%;
    }
    .footer div:nth-child(1) {
        align-items: center;
        height: 69%;
    }
    .footerText {
        text-align: center;
    }
    .footer div:nth-child(2) {
        justify-content: center !important;
        height: 30%;
    }
    .imgFooterLogos {
        width: 3em;
        height: 100%;
    }
    .img-footer {
        width: 16em;
    }
    .display-4 {
        font-size: 2.3em;
    }
    .buttonGeneral {
        font-size: 0.9em;
        width: 9em;
        height: 3em;
    }
    .input,
    .select {
        width: 100%;
    }
    .inputW {
        width: 100% !important;
    }
    .divRegister {
        justify-content: start !important;
    }
    .modalBody div {
        justify-content: space-between !important;
    }
    .invalid-feedback {
        font-size: 9px;
    }
    .modal-header h2 {
        margin: 0 !important;
        margin-right: auto !important;
    }
    .btn {
        font-size: 13px;
    }
    .modal-content {
        margin: auto;
    }
    .tituloHome {
        margin-top: 1em !important;
    }
    .tituloHome h1 {
        font-size: 3em !important;
    }
    .modal {
        margin-top: 15%;
        width: 90%;
        margin-left: 5%;
        min-height: 30em;
    }
    .w100 {
        width: 100% !important;
    }
    .res-justify-content-start {
        justify-content: start !important;
    }
    .card-body:nth-child(1) p:nth-child(3) {
        padding-right: .4em;
    }
    .mob-justify-content-center {
        justify-content: center !important;
    }
    .divRegister {
        height: 2em;
    }
    .divRegister:nth-child(even) {
        height: 3.5em;
    }
    #modalActualizarUser .modal-footer {
        justify-content: center !important;
    }
    #modalActualizarUser .modal-footer .restorePass,
    #modalActualizarUser .modal-footer #updateButton {
        margin-bottom: .4em;
    }
    .modal-body {
        padding: .3em !important;
        max-width: 100%;
    }
    [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 1em !important;
    }
    .fontSugo {
        font-size: 1.3rem;
    }
    #versionApp {
        display: block;
    }
    #carouselHomeMobile {
        min-height: auto;
    }
    #carouselHomeMobile .captionHome h1 {
        font-size: 2.6em;
    }
    #carouselHomeMobile .captionHome h1 {
        margin-left: .5rem !important;
    }
}

@media only screen and (max-width: 360px) {
    * {
        font-size: 10px;
    }
    h3 {
        font-size: 1rem;
        margin: 0;
    }
    h4 {
        font-size: .7rem;
        margin: 0;
    }
    .invalid-feedback {
        font-size: 8px;
    }
    .display-4 {
        font-size: 2.1em;
    }
    .modal-body {
        padding: .2em !important;
    }
    [class*="col-"] {
        padding-left: 0 !important;
    }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
    .header {
        height: 7em;
    }
    footer {
        height: 10em;
    }
    .modal {
        margin-top: 5%;
    }
}