/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */

/* body{
    padding: 20px 20px 50px 20px;
    font-size: 14px;
} */

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 28px;
    margin: 0 .25em;
    width: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right;
}

.checkbox span {
    display: block;
    height: 28px;
    position: relative;
    width: 28px;
    padding: 0
}

.checkbox span:after {
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    display: block;
    height: 20px;
    left: 3px;
    position: absolute;
    top: 15px;
    width: 10px
}

.checkbox span:hover:after {
    border-color: #999
}

.checkbox input {
    display: none
}

.checkbox input:checked + span:after {
    animation: check .8s;
    border-color: #555
}

.checkbox input:checked + .default:after {
    border-color: #444
}

.checkbox input:checked + .primary:after {
    border-color: #2196F3
}

.checkbox input:checked + .success:after {
    border-color: #8bc34a
}

.checkbox input:checked + .info:after {
    border-color: #3de0f5
}

.checkbox input:checked + .warning:after {
    border-color: #FFC107
}

.checkbox input:checked + .danger:after {
    border-color: #f44336
}

/* Animaciones */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fast {
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.navbar{
    padding: .5em, 0, 3em, 0;
}

.borderBottom{
    background-color: #1b3a87;
    font-size: 12px;
    height: 2px !important;
    margin: 0;
    width: 100%;
    height: 100%;
}

.DivicionMenu{
    background-color: #1b3a87;
    font-size: 12px;
    height: 4px !important;
    margin: 0;
    width: 100%;
    height: 100%;
}

.navbar-expand-md{
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: 1.25rem;
    white-space: nowrap;
    line-height: inherit;
}

.pull-left {
    float: none;
}

.space-view-mobile{
    margin-top: 10%;
}

@media (max-width: 768px) {
    .space-view-mobile{
        margin-top: 50% !important;
    }
}

.view-mobile-home{
    margin-top: 6%;
}

@media (max-width: 768px) {
    .view-mobile-home{
        margin-top: 25%;
    }
}

/*# sourceMappingURL=styles.5750c95d46b92667.css.map*/