﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.select,
.form-select,
chosen-single,
.chosen-select,
.chosen-select-no-single,
.chosen-select-no-results,
.chosen-select-deselect,
.chosen-select-rtl,
.chosen-select-width {
    height: 36px !important;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    color: #495057 !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
}
a.navbar-brand {
  white-space: normal;
  text-decoration: none;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  text-decoration: none !important
}

.btn-primary {
    color: #fff;
    background-color: #f3620a;
    border-color: #f3620a;
}

.btn-link {
    font-weight: 400;
    color: #f3620a;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Roboto', sans-serif !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* ===== INICIO Spinner =====*/
.fijo {
    position: fixed;
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999999;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

.loader {
    margin: 100px auto;
    font-size: 40px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
   /* position: relative;*/
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #29B6FF, 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.5), 1.75em 1.75em 0 0em rgba(104, 173, 255, 1), 0em 2.5em 0 0em rgba(104, 173, 255, 1), -1.8em 1.8em 0 0em rgba(104, 173, 255, 1), -2.6em 0em 0 0em rgba(104, 173, 255, 1), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em #29B6FF, 2.5em 0em 0 0em rgba(104, 173, 255, 0.5), 1.75em 1.75em 0 0em rgba(104, 173, 255, 1), 0em 2.5em 0 0em rgba(104, 173, 255, 1), -1.8em 1.8em 0 0em rgba(104, 173, 255, 1), -2.6em 0em 0 0em rgba(104, 173, 255, 1), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.5), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.7), 2.5em 0em 0 0em #29B6FF, 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.2), 0em 2.5em 0 0em rgba(104, 173, 255, 0.2), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.2), -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.5), 2.5em 0em 0 0em rgba(104, 173, 255, 0.7), 1.75em 1.75em 0 0em #29B6FF, 0em 2.5em 0 0em rgba(104, 173, 255, 0.2), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.2), -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.5), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.7), 0em 2.5em 0 0em #29B6FF, -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.2), -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.2), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.5), 0em 2.5em 0 0em rgba(104, 173, 255, 0.7), -1.8em 1.8em 0 0em #29B6FF, -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.2), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.2), 0em 2.5em 0 0em rgba(104, 173, 255, 0.5), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.7), -2.6em 0em 0 0em #29B6FF, -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.2), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.2), 0em 2.5em 0 0em rgba(104, 173, 255, 0.2), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.5), -2.6em 0em 0 0em rgba(104, 173, 255, 0.7), -1.8em -1.8em 0 0em #29B6FF;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #29B6FF, 1.8em -1.8em 0 0em rgba(104, 173, 255, 1), 2.5em 0em 0 0em rgba(104, 173, 255, 1), 1.75em 1.75em 0 0em rgba(104, 173, 255, 1), 0em 2.5em 0 0em rgba(104, 173, 255, 1), -1.8em 1.8em 0 0em rgba(104, 173, 255, 1), -2.6em 0em 0 0em rgba(104, 173, 255, 1), -1.8em -1.8em 0 0em rgba(104, 173, 255, 1);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 1), 1.8em -1.8em 0 0em #29B6FF, 2.5em 0em 0 0em rgba(104, 173, 255, 1), 1.75em 1.75em 0 0em rgba(104, 173, 255, 1), 0em 2.5em 0 0em rgba(104, 173, 255, 1), -1.8em 1.8em 0 0em rgba(104, 173, 255, 1), -2.6em 0em 0 0em rgba(104, 173, 255, 1), -1.8em -1.8em 0 0em rgba(104, 173, 255, 1);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.5), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.7), 2.5em 0em 0 0em #29B6FF, 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.2), 0em 2.5em 0 0em rgba(104, 173, 255, 0.2), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.2), -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.5), 2.5em 0em 0 0em rgba(104, 173, 255, 0.7), 1.75em 1.75em 0 0em #29B6FF, 0em 2.5em 0 0em rgba(104, 173, 255, 0.2), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.2), -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.5), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.7), 0em 2.5em 0 0em #29B6FF, -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.2), -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.2), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.5), 0em 2.5em 0 0em rgba(104, 173, 255, 0.7), -1.8em 1.8em 0 0em #29B6FF, -2.6em 0em 0 0em rgba(104, 173, 255, 0.2), -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.2), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.2), 0em 2.5em 0 0em rgba(104, 173, 255, 0.5), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.7), -2.6em 0em 0 0em #29B6FF, -1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(104, 173, 255, 0.2), 1.8em -1.8em 0 0em rgba(104, 173, 255, 0.2), 2.5em 0em 0 0em rgba(104, 173, 255, 0.2), 1.75em 1.75em 0 0em rgba(104, 173, 255, 0.2), 0em 2.5em 0 0em rgba(104, 173, 255, 0.2), -1.8em 1.8em 0 0em rgba(104, 173, 255, 0.5), -2.6em 0em 0 0em rgba(104, 173, 255, 0.7), -1.8em -1.8em 0 0em #29B6FF;
    }
}

.modal-open {
    overflow: initial;
}
.modal-header .close,
.modal-header button.close,
.modal-header .btn-close,
.modal-header button {
    border: none !important;
    font-size: 1.5rem !important;
    color: gray;
    box-shadow: none !important;
    background: transparent !important;
}
.modal-header .close,
.modal-header .btn-close,
.modal-header button {
    margin-left: auto;
}
/* ===== FIN Spinner =====*/