@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --white: #ffffff;
    --light-grey: #F3F6F9;
    --slight-grey: #E7EBEF;
    --grey: #AAAAAA;
    --med-grey: #8B8B8B;
    --dark-grey: #3A3939;
    --light-steel: #505E70;
    --steel: #153244;
    --dark-steel: #153244;
    --light-blue: #D0E1F2;
    --blue: #153244;
    --med-blue: #153244;
    --med-blue-op: #007BC70D;
    --dark-blue: #244f68;
    --success: #34A853;
    --warning: #FFCC00;
    --danger: #EA4335;
    --nav-width: 65px;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}

/* -=-=-=-=-=-=-=-=-=-=-=- *MAIN STYLES -=-=-=-=-=-=-=-=-=-=-=-=-*/
main {
    padding-top: 90px;
    margin-bottom: 100px;
}

main.pasoContainer {
    margin-bottom: 0px;
    min-height: calc(100% - 275px);
}

.bg-white {
  background-color: var(--white);
}

.bg-dark {
    background-color: var(--dark-steel)!important;
}

bx::before, [class^="bx-"]::before, [class*=" bx-"]::before {
    -webkit-text-stroke: 0.5px;
}

a:focus, a.focus {
    color: #101e37;
    border-radius: 0.5rem;
    box-shadow: none!important;
    outline: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=- *FONT STYLES -=-=-=-=-=-=-=-=-=-=-=-=-*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito", serif;
  color: var(--steel);
}

p {
    color: var(--steel);
    line-height: 16px;
    font-weight: 300;
    font-size: 13px;
}

body {
  font-family: "Nunito", serif;
  background-color: var(--light-grey);
}

.h1, h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--steel);
    margin-bottom: 5px;
    line-height: 38px;
}

.h2, h2 {
    font-size: 29px;
    font-weight: 700;
    color: var(--steel);
    margin-bottom: 4px;
}

.h5, h5 {
    font-size: 22px;
    font-weight: 400;
    color: var(--steel);
}

.h6, h6 {
    font-size: 18px;
    color: var(--steel);
    font-weight: 400!important;
}

.fc-blue {
  color: var(--blue);
}

.fc-steel {
  color: var(--steel);
}

.fc-light {
  color: var(--med-grey);
}

.btn {
  font-family: "Nunito", serif;
  font-weight: 400;
}

.btn-outline-primary {
    color: #336ACC;
    outline: 0.125rem solid #336ACC;
}

.btn-outline-primary.dropdown-toggle:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: 0.4s;
}

.btn-outline-primary.dropdown-toggle:active::after {
    border-right: 2px solid #336ACC;
    border-bottom: 2px solid #336ACC;
    transition: 0.4s;
}

.btn-outline-primary:active {
    color: #336ACC!important;
    outline: 0.125rem solid #336ACC!important;
    background-color: transparent!important;
}

.btn-outline-primary:focus {
    color: #336ACC!important;
    outline: 0.125rem solid #336ACC!important;
    background-color: transparent!important;
}

.btn-sm, .btn-group-sm > .btn {
    min-height: 2rem;
    padding: 0.25rem 1rem;
    font-size: 14px;
}

@media (max-width: 1199px) {
main {
    padding-top: 60px;
}
}

@media (max-width: 768px) {
.h1, h1 {
    font-size: 32px;
    line-height: 32px;
}
  
.h2, h2 {
    font-size: 24px;
}
}



/* -=-=-=-=-=-=-=-=-=-=-=- *BUTTONS -=-=-=-=-=-=-=-=-=-=-=-=-*/
a.btn.btn-login {
    background-color: white;
    width: fit-content;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    color: var(--light-steel);
    font-weight: 400;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    transition: 0.4s;
    padding: 5px 25px;
}

a.btn.btn-login:hover {
    box-shadow: none;
    transition: 0.4s;
}

.btn-check:checked+.btn.btn-login, .btn.btn-login.active, .btn.btn-login.show, .btn.btn-login:first-child:active, :not(.btn-check)+.btn.btn-login:active {
    background-color: var(--white)!important;
    border-color: var(--white)!important;
}

.btn {
    transition: 0.4s;
}

.btn:hover {
    transition: 0.4s;
}

.btn-primary {
    background-color: #336ACC !important;
    border-color: #336ACC !important;
    outline: none;
    transition: 0.4s;
}

.btn-primary:hover {
    background-color: #2E569E;
    border-color: #2E569E;
    transition: 0.4s;
}

.btn-primary.light {
  background-color: var(--med-blue-op);
  border-color: var(--med-blue-op);
  color: var(--blue);
}

.btn-primary.light:hover {
    background-color: #007bc726;
    color: var(--med-blue);
}

.btn-check:checked+.btn-primary.light.active, .btn-primary.light.show, .btn-primary.light:first-child:active, :not(.btn-check)+.btn-primary.light:active {
    background-color: var(--med-blue-op)!important;
    color: var(--blue)!important;
}

.btn-dark {
  background-color: var(--steel);
  border-color: var(--steel);
}

.btn-dark:hover {
    background-color: var(--dark-steel);
    border-color: var(--dark-steel);
}

.btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark.show, .btn-dark:first-child:active, :not(.btn-check)+.btn-dark:active {
    background-color: var(--steel)!important;
  border-color: var(--steel)!important;
}

.btn.btn-dark.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    padding-left: 15px!important;
    padding-right: 10px!important;
}

.btn.btn-dark.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: transparent;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    border-left: transparent;
    width: 8px;
    height: 8px;
    margin-bottom: -2px;
    transform: rotate(45deg);
    margin-right: 5px;
    border-bottom-right-radius: 2px;
    margin-top: 5px;
    transition: 0.4s;
}

.btn.btn-dark.dropdown-toggle.show::after {
    transform: rotate(225deg);
    margin-top: 9px;
    transition: 0.4s;
}

.btn-turnos {
    border: 1px solid #E9E7E7;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 50rem;
    width: 100%;
    padding: 0px 6px;
}

.btn-turnos p {
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 50px;
}

.btn-turnos a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.4s;
}

.btn-turnos a:hover {
    opacity: 0.6;
    transition: 0.4s;
}

.btn-config-grillas {
    margin-top: 30px;
    height: 45px;
    line-height: 32px;
    font-size: 18px;
    padding: 5px 20px;
    float: right;
    border-radius: 10px;
}

.btn-add-docente {
    margin-top: -10px;
    height: 45px;
    line-height: 32px;
    font-size: 18px;
    padding: 5px 20px;
    float: right;
    min-width: 190px;
    border-radius: 10px;
}

.btn-add-docente.sm {
    height: 34px;
    line-height: 20px;
    position: relative;
    margin-top: 2px;
    border-radius: 8px;
}

.btn-config-grillas ibx::before {
    font-size: 30px;
    float: right;
    margin-left: 5px;
}

.btn-rounded-share {
    background-color: #E9F3FF;
    border-radius: 50rem;
    height: 35px;
    width: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 8px;
    margin-bottom: 8px;
}

.btn-rounded-share:hover {
    background-color: #d6e4f6;
}

.btn-light {
    color: var(--med-blue);
}

.btn-light:hover {
    color: var(--med-blue);
}

.btn-check:checked+.btn-light.active, .btn-light.show, .btn-light:first-child:active, :not(.btn-check)+.btn-light:active {
    background-color: var(--med-grey)!important;
    border-color: var(--med-grey)!important;
}

a.btn-editar-docente {
    background-color: #f9f9f9;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    float: right;
    margin-right: 20px;
}

a.btn-editar-docente:hover {
    background-color: #0d6efd1f;
    transition: 0.4s;
}

a.btn.btn-editar-docente.eliminar.mx-auto {
    top: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
}

.icon.editar {
    background-image: url("icons/icon-eye.svg");
    width: 22px;
    height: 22px;
    transition: 0.4s;
}

.icon.x {
    background-image: url("icons/icon-x.svg");
    width: 22px;
    height: 22px;
    transition: 0.4s;
}

a.btn-editar-docente:hover .icon.x {
    background-image: url("icons/icon-pencil.svg");
    transition: 0.4s;
}

.icon.check {
    background-image: url("icons/icon-check.svg");
    width: 22px;
    height: 22px;
    transition: 0.4s;
}

a.btn-editar-docente:hover .icon.check {
    background-image: url("icons/icon-pencil.svg");
    transition: 0.4s;
}

.btn-edit {
    background-color: #F5F9FC;
    width: 40px;
    height: 40px;
    border-radius: 50rem;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: -5px;
    margin-bottom: 10px;
}

.btn-edit:hover {
  background-color: var(--light-blue);
  opacity: 0.5;
  transition: 0.4s;
}

.icon.edit {
    background-image: url("icons/icon-pencil.svg");
    transition: 0.4s;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.icon.trash {
    background-image: url("icons/icon-trash.svg");
    transition: 0.4s;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
}

a.btn.btn-volver {
    color: var(--blue);
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 25px;
    transition: 0.4s;
}

a.btn.btn-volver:hover {
    opacity: 0.5;
    transition: 0.4s;
}

a.btn.btn-volver::before {
    content: '';
    background-image: url("../img/chevron-left.svg");
    background-size: cover;
    width: 24px;
    height: 24px;
}

.btn-check:checked+.btn.btn-volver, .btn.btn-volver.active, .btn.btn-volver.show, .btn.btn-volver:first-child:active, :not(.btn-check)+.btn.btn-volver:active {
    color: var(--med-blue)!important;
    background-color: transparent!important;
    border-color: transparent!important;
}

.btn-first-scrn {
    width: 43%;
    margin: 25px 10px;
}

.btn-first-scrn {
    width: auto;
    margin: 25px 10px;
    min-width: 180px;
}

.btn-first-scrn.disabled {
    background-color: #E9E7E7;
    border-color: #E9E7E7;
    color: #D1D1D1;
}

.btn-addon-secondary {
    color: #38485c;
    outline: none;
    border: 2px solid #e6ebf1;
    height: 49px;
    top: -2px;
    left: 0px;
    font-size: 16px;
    border-radius: 14px;
    background-color: white;
}

span.seleccioneArchivo {
    position: absolute;
    top: 29px;
    background-color: #fff;
    height: 45px;
    border-radius: 14px!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 50px 0px 20px;
    z-index: 5;
    color: #5c6a7b;
    font-weight: 300;
}

@media (max-width: 1199px) {
a.btn.btn-login {
    display: flex;
    width: 100%;
    line-height: 0px;
    vertical-align: middle;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0px;
    height: 60px;
    padding-bottom: 20px;
}
  
a.btn.btn-login img {
    position: relative;
    top: 10px;
    width: 40px;
    height: 40px;
}
}

@media (max-width: 768px) {
.btn-config-grillas {
    margin-top: 0px;
    width: 100%;
    margin-right: 5px;
}
  
a.btn.btn-volver {
    margin-top: 25px;
}
  
.btn-first-scrn {
    width: 43%;
    margin: 25px 10px;
    min-width: auto;
}
  
.btn-add-docente {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
  
a.btn.btn-login {
    background-color: white;
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    color: var(--light-steel);
    font-weight: 400;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    transition: 0.4s;
    padding: 0px;
}
  
a.btn.btn-login img {
    position: relative;
    top: 0px;
    width: auto;
    height: 30px;
}
}


/* -=-=-=-=-=-=-=-=-=-=-=- *FORMS -=-=-=-=-=-=-=-=-=-=-=-=-*/
.radioCustom {
    margin-bottom: 0px;
    margin-right: 0px;
}

.radioCustom.checkbox > label,
.radioCustom.radio > label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}

.radioCustom input[type="checkbox"],
.radioCustom input[type="radio"] {
  position: relative;
  margin-left: -26px;
  margin-right: 12px;
  cursor: pointer;
}

.radioCustom input[type="checkbox"]:after, .radioCustom input[type="radio"]:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -4px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid var(--steel);
    cursor: pointer;
}

.radioCustom input[type="checkbox"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: -1px;
  z-index: 1;
  width: 13px;
  height: 7.5px;
  border: 2px solid #22b58f;
  border-top-style: none;
  border-right-style: none;
}

.radioCustom input[type="checkbox"]:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

.radioCustom input[type="checkbox"]:after {
  border-radius: 2px;
}

.radioCustom input[type="radio"] {
    top: 14px;
    z-index: 1;
    left: 20px;
}

.radioCustom input[type="radio"]:before {
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 1;
    width: 13px;
    height: 13px;
    background: var(--steel);
    border-radius: 50%;
}

.radioCustom input[type="radio"]:checked:before {
  transform: scale(1, 1);
}

.radioCustom input[type="radio"]:after {
  border-radius: 50%;
  top: -3px;
}

.radioCustom .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.radioCustom .form-check-label {
    font-size: 17px;
}


.btn-check:checked+.btn-filtro, .btn-filtro.active, .btn-filtro.show, .btn-filtro:first-child:active, :not(.btn-check)+.btn-filtro:active {
    background-color: #eaeaea!important;
    border-color: #F3F6F9!important;
}

.btn-check:checked+.btn-filtro.primary, .btn-filtro.primary.active, .btn-filtro.primary.show, .btn-filtro.primary:first-child:active, :not(.btn-check)+.btn-filtro.primary:active {
    background-color: var(--dark-blue)!important;
    border-color: var(--dark-blue)!important;
    color: var(--white)!important;
}

.btn-radio {
    background-color: #fff;
    border-color: #fff;
    float: right;
    padding: 10px 15px 10px 40px;
    left: -20px;
    position: relative;
    z-index: 0;
    height: 55px;
    line-height: 33px;
    font-size: 16px;
    color: var(--steel)!important;
    border-radius: 8px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #2E569E;
    border-color: #2E569E;
}


/* Customize the label (the container) */
.containerCheckmark {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 3px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: var(--light-steel);
    transition: 0.4s;
}

.containerCheckmark.t-0 {
    top: -27px;
}

.containerCheckmark.t-1 {
    height: 30px;
}

/* Hide the browser's default checkbox */
.containerCheckmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid var(--steel);
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.containerCheckmark:hover input ~ .checkmark {
    background-color: #f7f7f7;
    transition: 0.4s;
}

/* When the checkbox is checked, add a blue background */
.containerCheckmark input:checked ~ .checkmark {
    background-color: var(--blue);
    border-color: var(--blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheckmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheckmark .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-select-custom {
    font-size: 16px;
    color: var(--steel);
    border: 2px solid #E6EBF0;
    height: 49px;
    border-radius: 14px;
    font-weight: 300;
    margin-top: -2px;
    position: relative;
}

label.form-label.docente-label {
    font-size: 16px;
    color: var(--steel);
    margin-bottom: 5px;
    width: 100%;
    line-height: 15px;
    min-height: 30px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
}

.form-control {
    outline: 0.125rem solid #e6ebef;
}

.form-control.docente-form {
    height: 45px;
    border: none;
    background-color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 300;
    color: var(--steel);
    margin-top: 0px;
    outline: 0.125rem solid #e6ebef;
}

.form-control:disabled {
    background-color: #e6ebf0!important;
    outline-color: #9eaab8!important;
}


.text-field {
    background-color: white;
}

.igGroup {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
}

.form-control.docente-form.date {
    font-size: 17px;
    color: #8a98a8;
    font-family: 'Open sans', sans-serif;
}

a.form-control.docente-form.dropdown-toggle {
    color: #5c6a7b;
    font-size: 16px;
    line-height: 20px;
    min-width: 100%;
    font-weight: 300!important;
}

a.form-control.docente-form.dropdown-toggle::after {
    display: inline-block;
    content: "";
    margin-top: 5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid var(--steel);
    float: right;
    transform: none;
    border-bottom: none;
}

a.form-control.docente-form:focus {
    background-color: #f3f6f9;
    outline: 0.125rem solid #e6ebf0;
}

.dropdown.formControl {
    width: 100%;
}

ul.dropdown-menu.materias {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    border-radius: 0px 0px 12px 12px;
}

ul.dropdown-menu.materias .dropdown-item {
    font-size: 16px;
}


.btn-addOn {
    background-color: #f3f6f9;
    border: 2px solid #e6ebef;
    transition: 0.4s;
}

.btn-addOn:hover {
    background-color: #f3f6f9;
    border-color: #e6ebef;
}

.btn-addOn:hover ibx {
    opacity: 0.3;
    transition: 0.4s;
}

.btn-addOn.one {
    border-left: none;
    border-right: none;
    left: -1px;
}

.btn-addOn.two {
    border-left: none;
    border-radius: 12px;
    position: relative;
}

.btn-addOn.two ibx {
    color: var(--med-grey);
}

.btn-addOn.one::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: gray;
    position: absolute;
    right: 0px;
    top: 10px;
}

.time-selector-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.form-select-custom.time {
    padding: 5px;
    color: #8a98a8;
    width: 100%;
}

form.time-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
}

label.timeLable {
    margin-right: 5px;
    font-size: 16px;
    color: #8A98A8;
}

h5.label {
    font-weight: 500;
    font-size: 17px;
}

.form-control:focus {
    background-color: inherit;
    box-shadow: 0 0 0 .05rem rgba(13,110,253,.25);
    outline: 0.25rem solid transparent;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .05rem rgba(13,110,253,.25);
}

a.list-group-item:focus, a.btn:not(.btn-block):focus, a.badge:focus, a.modal-carousel-close:focus, a.gallery-grid-item:focus, a.nav-link:focus, a.page-link:focus, a.card:focus, a.navbar-brand:focus {
    box-shadow: 0 0 0 .05rem rgba(13,110,253,.25)!important;
    outline: none;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:focus-visible, .btn-primary:focus:not(:focus-visible), .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus-visible, .btn-outline-primary:focus:not(:focus-visible) {
    box-shadow: 0 0 0 .05rem rgba(13,110,253,.25)!important;
    outline: none;
}

.form-check-input, .form-checkbox .form-checkbox-input, .form-radio .form-radio-input {
    width: 1em;
    height: 1.25em;
    margin-top: 0.1em;
    border: 2px solid #e6ebef;
}

.input-cfrom {
    background-color: white;
    border: none;
    outline: 2px solid #e6ebef;
    border-radius: 0.5rem;
}

/* -=-=-=-=-=-=-=-=-=-=-=- *PASOS LIST -=-=-=-=-=-=-=-=-=-=-=-=-*/
.pasos-list-container {
    margin-top: 45px;
}

.pasos-list-container h5 {
    font-size: 20px;
    color: #586678;
    margin-bottom: 0px;
}

.main-breadcrumb.pasos {
    font-size: 18px;
    margin-top: 45px!important;
    color: var(--med-grey);
}

ul.pasos-list {
    list-style: none;
    margin-left: -20px;
}

li span.paso {
    background-color: #D1D8E0;
    width: 45px;
    height: 45px;
    color: var(--med-grey);
    border-radius: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    float: left;
    font-size: 20px;
    font-weight: 600!important;
}

li.active span.paso {
    background-color: var(--blue);
    color: white;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
}

li.active.completed span.paso {
    font-size: 0px;
}

li.active.completed span.paso::after {
    content: '';
    background-image: url("icons/icon-check.svg");
    background-size: cover;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1;
    top: 0px;
}

.side-nav-grilla {
    list-style: none;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    margin-top: -5px!important;
    position: sticky;
    top: 100px;
}

ul.pasos-list {
    list-style: none;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    position: sticky;
    margin-top: 20px;
}

ul.pasos-list li {
    height: 45px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

ul.pasos-list li h6 {
    font-size: 20px;
    color: #9EAAB8;
    font-weight: 500!important;
    margin-bottom: 0px;
    margin: 0px 0px 0px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.pasos-list li.active h6 {
    color: var(--steel);
}

@media (max-width: 992px) {
.main-breadcrumb.pasos {
    margin-top: 25px!important;
}
  
.pasos-list-container {
    padding: 0px 10px!important;
}
  
.side-nav-grilla {
    margin-left: 0px;
}
  
ul.pasos-list {
    margin-left: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 0px!important;
    align-items: flex-start;
    margin-bottom: 0px;
}
  
ul.pasos-list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    width: 30%;
    height: 95px;
}
  
span.paso {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px!important;
    max-width: 45px;
    max-height: 45px;
    min-width: 45px;
    min-height: 45px;
}
  
ul.pasos-list li h6 {
    font-size: 14px;
    line-height: 17px!important;
    margin-left: auto;
    margin-right: auto;
}
  
}


/* -=-=-=-=-=-=-=-=-=-=-=- *NAV -=-=-=-=-=-=-=-=-=-=-=-=-*/
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-white.baNav.intro .container-fluid {
    width: calc(83.333333% + 160px);
    padding: 0px;
}

@media (max-width: 768px) {
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-white.baNav.intro .container-fluid {
    width: 100%;
    padding: 0px 25px;
}
}

nav.baNav {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    height: 72px;
    padding: 0px 25px;
}

.baNav.lg {
    height: 80px;
}

a.navbar-brand {
    font-weight: 700;
    font-size: 22px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

a.navbar-brand {
    color: #153244;
}

a.navbar-brand h1 {
    font-size: 20px;
    font-weight: 700;
}

a.navbar-brand .logo {
    margin-right: 20px;
    height: 40px;
    margin-top: 0px;
}

.baNav.lg .navbar-brand img {
    height: 32px;
}

a.nav-link {
    color: var(--med-blue);
    background-color: var(--med-blue-op);
    font-family: "Nunito", serif;
    padding: 4px 0px;
    font-size: 14px;
    margin: 0px 10px;
    font-weight: 600;
}

a.nav-link.dropdown-toggle {
    margin-top: 13px;
}

ul.dropdown-menu.show {
    border: none;
    border-radius: 12px;
    font-size: 15px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    min-width: 100%;
}

a.dropdown-item {
    color: var(--steel);
    min-width: 140px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: transparent;
    border-right: 2px solid #336ACC;
    border-bottom: 2px solid #336ACC;
    border-left: transparent;
    width: 8px;
    height: 8px;
    padding-top: 0px;
    margin-bottom: 1px;
    transform: rotate(45deg);
    margin-right: 5px;
    border-bottom-right-radius: 2px;
    transition: 0.4s;
}

.dropdownAvatar .nav-link.dropdown-toggle {
    margin-top: 0px;
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
}

.dropdownAvatar .nav-link.dropdown-toggle::after {
    margin-right: 0px;
    margin-left: 15px;
    margin-top: -5px;
    width: 15px;
    height: 15px;
    border-width: 3px;
    border-color: var(--light-steel);
    transition: 0.3s;
}

.dropdownAvatar .nav-link.dropdown-toggle.show::after {
    transform: rotate(225deg);
    transition: 0.3s;
    margin-top: 4px;
}

ul.dropdown-menu.dropdown-avatar.show {
    position: absolute;
    top: 50px;
    width: fit-content;
    right: 0px;
    margin-left: auto;
    padding: 20px;
    margin-right: 0px;
    min-width: 300px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f3f3f3;
    outline: none;
    color: inherit;
    border-radius: 0px;
}

.avatar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.avatar-info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.avatar-info h1 {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    font-weight: 500;
}

.avatar-info a {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
    color: grey;
}

.avatar-divider {
    width: 100%;
    height: 1px;
    background-color: #e6ebf1;
    margin-top: 20px;
    margin-bottom: 10px;
}


a.nav-link.active {
    color: var(--med-blue)!important;
    background-color: var(--med-blue-op)!important;
}

a.nav-link.alerts {
    background-color: transparent;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 0px;
}

a.nav-link.alerts::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: var(--med-grey);
    margin-left: -15px;
}

.notiActive {
    width: 8px;
    height: 8px;
    background-color: var(--danger);
    border-radius: 50rem;
    position: relative;
    top: -20px;
    margin-left: 10px;
    border: 1px solid var(--white);
}

.avatar {
    border-radius: 50rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    float: right;
    position: relative;
    top: 0px;
}

li.nav-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: calc(33% - 10px);
    justify-content: center;
}

#liveAlertPlaceholder {
    position: fixed;
    width: calc(100% - 120px);
    z-index: 1501;
}

.bottom-nav {
    position: fixed;
    width: 100vw;
    height: 70px;
    bottom: 0px;
    left: 0px;
    background-color: white;
    z-index: 1501;
    box-shadow: 0px 0px 5px 0px rgb(1 49 69 / 25%);
}

.bottom-nav nav.nav {
    display: flex;
    flex-direction: row;
}

.bottom-nav nav.nav .nav_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    justify-content: center;
}

.bottom-nav nav.nav .nav_list a.nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bottom-nav nav.nav .nav_list a.nav_link i.bx {
    font-size: 30px!important;
    color: #9eaab8;
}

.bottom-nav nav.nav .nav_list a.nav_link.active  i.bx {
  color: #336ACC;
}

.bottom-nav nav.nav .nav_list span.nav_name {
    margin-left: auto;
    margin-right: auto;
}



@media (max-width: 1199px) {
nav.baNav {
    height: 50px;
    padding: 0px 0px;
}
  
a.navbar-brand {
    font-size: 20px;
}
  
a.navbar-brand .logo {
    margin-right: 10px;
    height: 30px;
}

.header {
    margin-top: 70px!important;
}
  
.avatar {
    height: 35px;
    width: 35px;
}
  
.dropdownAvatar .nav-link.dropdown-toggle::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
}
}

@media (max-width: 767px) {
a.nav-link {
    font-size: 16px;
    margin: 20px 10px 0px 10px;
}
  
ul.dropdown-menu.show {
    padding: 0px;
    background-color: white;
}
  
a.dropdown-item {
    font-size: 16px;
    padding: 7px 15px;
}
  
nav.baNav {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    height: 69px;
    padding: 0px;
}
  
.navbar-toggler-icon {
    filter: invert(1);
}
  
a.navbar-brand {
    font-weight: 600;
    font-size: 18px;
    margin-top: 4px;
    height: 66px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 260px;
    white-space: break-spaces;
    line-height: 20px;
}
  
a.navbar-brand .logo {
    margin-right: 15px;
    height: 35px;
    margin-top: 0px;
}
  
.navbar-collapse {
    margin-top: 0px;
}
  
#navbarCollapse.show {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-top: 0px;
}
  
#navbarCollapse .navbar-nav {
    margin-left: 0px!important;
    width: 100%;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    margin-top: 0px;
    border-radius: 0px 0px 12px 12px;
    padding: 0px 10px 20px 10px;
}
  
a.nav-link.alerts::before {
    display: none;
}
  
a.nav-link {
    background-color: transparent;
}
  
.bottom-nav nav.nav .nav_list a.nav_link i.bx {
    font-size: 24px!important;
    color: #9eaab8;
}
  
.nav_name {
    color: #101E37;
    font-size: 12px!important;
    line-height: 13px;
}
  
.bottom-nav nav.nav .nav_list {
    align-items: flex-start;
}
  
.bottom-nav nav.nav .nav_list a.nav_link {
    padding: 15px 0px;
}
}



/* -=-=-=-=-=-=-=-=-=-=-=- FOOTER -=-=-=-=-=-=-=-=-=-=-=- */
.footer {
    background-color: var(--dark-steel);
    border-top: 3px solid #FFCC00;
    position: relative;
    z-index: 101;
    padding-bottom: 90px!important;
}

footer h1 {
    color: white;
    font-size: 22px;
    font-family: "Nunito", serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.si-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

a.footer-social {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

a.footer-social .icon {
    margin-right: 0px;
    margin-bottom: 22px;
    margin-left: 35px;
}

a.footer-social span {
    font-size: 18px;
    line-height: 16px;
    font-weight: 200;
    color: white;
    text-decoration: underline;
}

.puesto-container {
    text-align: right;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 0px 20px 0px 0px;
    height: 100%;
    margin: 0px -5px;
}

.puesto-container.last {
    margin-right: 0px;
    border: none;
    padding: 0px;
}

footer p {
    font-size: 14px!important;
    color: #FFFFFF!important;
}

.footer p.small {
    opacity: 0.85;
    font-weight: 600;
}

footer p.nombre {
    font-family: "Nunito", serif;
    font-weight: 200;
    font-size: 14px!important;
    opacity: 0.7;
}

footer p.legals {
    font-size: 14px!important;
    color: #AAAAAA!important;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-weight: 300;
}

footer p.legals br {
    display: none;
}

img.logoCiudadBA {
    height: 45px;
    margin-top: 10px;
}

img.logoCiudadBAFull {
    height: 45px;
}

footer {
    color: white;
    padding: 30px 8px!important;
}

footer hr.escritorio {
    display: block;
    width: 100%;
    padding: 0px!important;
    margin: 25px 0px!important;
}

img.logoVamosBA {
    margin-top: 0px;
}

a.footer-social .icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: 0.4s;
}

a.footer-social:hover .icon {
    opacity: 0.6;
    transition: 0.4s;
}

.icon-facebook {background-image: url("icons/si-facebook.svg");}
.icon-instagram {background-image: url("icons/si-instagram.svg");}
.icon-twitter {background-image: url("icons/si-twitter.svg");}
.icon-youtube {background-image: url("icons/si-youtube.svg");}
.icon-whatsapp {background-image: url("icons/si-whatsapp.svg");}


.cardIcon {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
}

.cardIcon i.bx {
    font-size: 50px!important;
    color: #346acd;
}



@media (max-width:768px){
.footer {
    padding-bottom: 60px!important;
}
  
.si-container {
    margin-top: 10px;
}
  
footer p.legals br {
    display: block;
}
  
a.footer-social .icon {
    margin-right: 15px;
    margin-bottom: 22px;
    margin-left: 0px;
}
  
footer p.legals {
    margin-top: 40px;
    margin-bottom: 40px;
    min-width: calc(100vw - 80px);
    letter-spacing: -1px;
}
  
.puesto-container {
    border-right: none;
    padding: 0px;
    height: 100%;
    margin: 0px;
    min-width: calc(100vw - 80px);
    text-align: left;
}
  
img.logoCiudadBA {
    height: 45px;
    margin-top: 0px;
}
  
img.logoVamosBA {
    margin-top: -5px;
}

}

@media (max-width:575px){
.si-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
}


/* -=-=-=-=-=-=-=-=-=-=-=- *BREADCRUMB -=-=-=-=-=-=-=-=-=-=-=-=-*/
nav.main-breadcrumb {
    box-shadow: none;
    margin-top: 20px;
    height: 45px;
}

nav.main-breadcrumb ol.breadcrumb li.breadcrumb-item a {
    color: var(--grey);
}

nav.main-breadcrumb ol.breadcrumb li.breadcrumb-item a:hover {
    color: #2E569E;
}

nav.main-breadcrumb ol.breadcrumb li.breadcrumb-item a:focus {
    color: #336ACC;
}

nav.main-breadcrumb ol.breadcrumb li.breadcrumb-item.active {
    color: #336ACC;
    font-weight: 600;
    text-decoration: none;
}

li.breadcrumb-item {
    text-decoration: none;
    color: var(--grey);
}

.breadcrumb-item+.breadcrumb-item::before {
    filter: opacity(0.35);
}

li.breadcrumb-item+.breadcrumb-item::before {
    filter: opacity(0.35);
}

.breadcrumb .breadcrumb-item:not(:last-child) {
    display: block;
}

.breadcrumb .breadcrumb-item:last-child::before {
    transform: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=- *LOGIN SCREEN -=-=-=-=-=-=-=-=-=-=-=-=-*/
.loginScreen {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    margin-top: 90px;
}

@media (max-width: 768px) {
.loginScreen {
    margin-top: 35px;
}
}


/* -=-=-=-=-=-=-=-=-=-=-=- *ACCORDION -=-=-=-=-=-=-=-=-=-=-=-=-*/
.accordion-item {
    border-radius: 14px!important;
    border: none;
}

.accordion-header {
    margin-bottom: 0;
    background-color: white;
    border-radius: 12px;
}

.accordion-button.collapsed {
    background-color: transparent!important;
    border-radius: 14px!important;
    color: var(--steel)!important;
    font-size: 18px!important;
    padding: 10px 20px!important;
    border-bottom: 2px solid transparent!important;
    box-shadow: none!important;
    transition: 0.4s!important;
    font-weight: 400!important;
}

.accordion-button {
    background-color: transparent!important;
    border-radius: 14px!important;
    color: var(--steel)!important;
    font-size: 18px!important;
    padding: 10px 20px!important;
    border-bottom: 2px solid transparent!important;
    box-shadow: none!important;
    transition: 0.4s!important;
    font-weight: 400!important;
}

span.collapse-title {
    max-width: calc(100% - 140px);
    word-wrap: break-word;
    line-height: 16px;
}

button.accordion-button.collapsed.disabled {
    cursor: unset;
    pointer-events: none;
}

button.accordion-button.collapsed.disabled::after {
    display: none;
}

button.accordion-button.collapsed.disabled::before {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none;
}

.accordion-button:focus {
    border-bottom: 2px solid #e6eaed;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.05);
}

.accordion-button::before {
    background-color: transparent;
    content: '';
    height: 35px;
    width: 35px;
    border-radius: 50rem;
    float: right;
    position: absolute;
    right: 20px;
    z-index: 0;
}

.accordion-button::after {
    z-index: 1;
    width: 10px!important;
    min-width: 10px!important;
    height: 10px!important;
    border-left: 2px solid var(--med-blue);
    border-bottom: 2px solid var(--med-blue);
    transform: rotate(135deg)!important;
    position: relative;
    left: -12px;
    top: 35%!important;
    background-image: none!important;
}

.accordion-button.collapsed::after {
    transform: rotate(-45deg)!important;
    background-image: none!important;
    top: 16px!important;
}

.accordion-button.editar::after {
    content: '';
    border: none;
    background-image: url("icons/icon-pencil.svg")!important;
    background-size: cover;
    width: 25px;
    height: 25px;
    transform: rotate(0deg)!important;
    top: 0px;
    left: -4px;
}

.accordion-header .accordion-button.editar::before {
    transition: 0.3s;
}

.accordion-header:hover .accordion-button.editar::before {
    background-color: #d0e1f2!important;
    transition: 0.3s;
}

.accordion-item.turnos {
    border: none;
}

.accordion-button.turnos.collapsed {
    background-color: var(--white)!important;
    color: var(--steel)!important;
    border: none;
    box-shadow: none;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.accordion-button.turnos {
    background-color: var(--blue)!important;
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    color: var(--white)!important;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: none;
    transition: 0.4s;
    height: 60px;
}

.accordion-button.collapsed.turnos::before {
    width: 3px;
    background-color: var(--steel);
    height: 20px;
    right: 41px;
    transform: rotate(0deg);
    transition: 0.4s;
}

.accordion-button.collapsed.turnos::after {
    width: 20px;
    background-color: var(--steel);
    height: 3px;
    transform: rotate(0deg)!important;
    border: none;
    top: 0px;
    transition: 0.4s;
}

.accordion-button.turnos::before {
    width: 3px;
    background-color: white;
    height: 20px;
    right: 41px;
    transform: rotate(270deg);
    transition: 0.4s;
}

.accordion-button.turnos::after {
    width: 20px;
    background-color: white;
    height: 3px;
    transform: rotate(0deg)!important;
    border: none;
    top: 0px;
    transition: 0.4s;
}

.accordion-item.turnos .accordion-collapse .accordion-body {
    overflow-x: scroll;
}

.accordion-estado {
    position: relative;
    margin-left: 0px;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    right: 0px;
    justify-content: flex-end;
    width: 100%;
}

.acc-head {
    float: left;
    left: 0px;
    margin-right: auto;
    min-width: auto;
}


button.accordion-button.collapsed .eagContainer {
    opacity: 0;
    pointer-events: none;
}

button.accordion-button .eagContainer {
    opacity: 1;
    transition: 0.4s;
}

.editAccordionGrillas {
    position: absolute;
    width: 35px;
    height: 35px;
    float: right;
    background-color: #d0e1f247;
    border-radius: 50rem;
    right: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    top: 10px;
}

.editAccordionGrillas:hover {
    transition: 0.4s;
    background-color: #d0e1f2;
}

.icon.icon_edit {
  background-image: url(icons/icon-pencil.svg);
  width: 25px;
  height: 25px;
}


.accordion-header.estado::before {
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 2;
    border-radius: 50rem;
    border: 2px solid #e6ebf1;
    float: left;
    margin-bottom: -15px;
    top: -6px;
    left: calc(100% - 12px);
}

.accordion-header.estado.completo::before  {  background-color: #4CAF50;}
.accordion-header.estado.enproceso::before  {  background-color: #FFC107;}
.accordion-header.estado.incompleto::before  {  background-color: #E91E63;}


@media (max-width: 768px) {
.accordion-button {
    font-size: 17px;
}
  
.accordion-button.collapsed {
    font-size: 17px;
}
 
  
.accordion-button.turnos.collapsed {
    background-color: var(--white)!important;
    color: var(--steel)!important;
    border: none;
    box-shadow: none;
    height: auto;
    font-size: 17px;
}

.accordion-button.turnos {
    padding: 10px 20px;
    border-bottom: none;
    transition: 0.4s;
    height: auto;
    font-size: 17px;
}
  
.accordion-estado {
    right: auto;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    float: left;
    top: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  
}
  

/* -=-=-=-=-=-=-=-=-=-=-=- *BADGES -=-=-=-=-=-=-=-=-=-=-=-=-*/
.badge {
    border-radius: 12px;
    border: 1px solid;
    font-weight: 400;
    margin: 4px 30px 4px 0px;
    padding: 6px 10px;
    font-size: 14px;
    float: right;
    margin-left: 0px;
}

.text-bg-warning {
    border-color: #FFA82E;
    color: #D28B27!important;
    background-color: #FCF9F5!important;
}

.text-bg-danger {
    border-color: #C93B3B;
    background-color: #FFF5F5!important;
    color: #C93B3B!important;
}

.text-bg-primary {
    border-color: #007BC7;
    background-color: #F5F9FC!important;
    color: #007BC7!important;
}

.text-bg-success {
    border-color: #26874A;
    background-color: #F5FCF7!important;
    color: #26874A!important;
}

.badge-sm {
    padding: 3px 15px;
    font-size: 11px;
    margin: 0px;
    font-weight: 600;
}

.badge-home {
    width: fit-content;
    float: right!important;
    position: relative;
    margin-left: auto!important;
    margin-top: -10px!important;
    margin-bottom: -10px!important;
    margin-right: 20px!important;
    padding: 0px 14px!important;
    font-size: 10px!important;
}

@media (max-width: 768px) {
.badge {
    border-radius: 12px;
    border: 1px solid;
    font-weight: 400;
    margin: 4px 10px 4px 0px;
    padding: 6px 10px;
    font-size: 14px;
    float: left;
}
}
  

/* -=-=-=-=-=-=-=-=-=-=-=- *GRILLAS -=-=-=-=-=-=-=-=-=-=-=-=-*/
.grilla-container {
    background-color: white;
    width: 100%;
    height: auto;
    border-radius: 28px;
    padding: 40px 60px 60px 60px;
}

.grilla-container.full {
    padding: 30px 25px 30px 25px;
}

.grilla-container.full .row .col-2 {
    padding: 0px 5px;
}

.grilla-container.full .row .col-5 {
    padding: 0px 5px;
}

.grilla-vacia {
    border-radius: 8px;
    width: 100%;
    height: 42px;
    margin-top: 15px;
    text-align: center;
}

.grilla-vacia.alt {
    padding: 0px 10px;
    background-color: #F3F6F9;
    border: 1px solid #F3F6F9;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}

.grilla-vacia.llena {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}

.grilla-vacia.light {
  background-color: var(--slight-grey);
}

.grilla-vacia.medium {
  background-color: var(--light-grey);
}

.grilla-vacia.par {
  background-color: #E8E8E8;
  border: 1px solid #D1D1D1;
}

.grilla-vacia.impar {
  background-color: #F3F6F9;
  border: 1px solid #D1D1D1;
}

.grilla-vacia.steel {
    background-color: var(--steel);
    color: white;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 10px;
}

.grilla-vacia p {
    margin-bottom: -5px;
    color: #38485C;
    font-weight: 500;
    font-size: 18px;
    margin-top: 4px;
}

.grilla-vacia.alt p {
    margin-bottom: -5px;
    color: #38485C;
    font-weight: 500;
    font-size: 15px;
    margin-top: 4px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

span.sec-text {
    min-width: 100%;
    font-size: 14px;
    text-align: center;
    color: #808284;
}

.grilla-vacia.alt span.sec-text  {
    max-width: 100px;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.grilla-turno-container {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 0px;
    overflow-x: scroll;
}

.row.grilla-dias {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.col.col-hora {
    max-width: 100px;
}

.grilla-vacia.verde {
  background-color: #F3FFF8;
  border: 1px solid #43B76E;
}

.grilla-vacia.naranja {
  background-color: #FBEEEC;
  border: 1px solid #EC7562;
}

.grilla-vacia.marron {
  background-color: #FBEEEC;
  border: 1px solid #7A6429;
}

.grilla-vacia.azul {
  background-color: #F3F6F9;
  border: 1px solid #2B6EC7;
}

.grilla-vacia.rosa {
  background-color: #FCF6FF;
  border: 1px solid #DAA8FF;
}

.grilla-vacia.violeta {
  background-color: #F9EFFF;
  border: 1px solid #7B0CC4;
}

.grilla-vacia.roja {
  background-color: #FFF5F5;
  border: 1px solid #C93B3B;
}


.grilla-edit {
    width: 20px;
    height: 20px;
    background-color: var(--light-grey);
    border-radius: 50rem;
    border: 1px solid var(--steel);
    position: relative;
    margin-top: -45px;
    margin-left: -15px;
}

.grilla-edit ibx {
    color: var(--steel);
    font-size: 9px;
    position: absolute;
    left: 5px;
    top: 3px;
}

.grilla-dismiss {
    position: relative;
    float: right;
    right: -5px;
    top: -18px;
}

.grilla-dismiss ibx {
    color: var(--grey);
    font-size: 14px;
}

.grilla-vacia.alt.empty {
    border: 1px dashed var(--grey); 
}

.grilla-vacia.alt.empty a::after {
    content: '';
    background-image: url("icons/icon-plus.svg");
    background-size: contain;
    background-position: center;
    opacity: 0.3;
    transition: 0.4s;
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    position: relative;
    margin-top: 5px;
    margin-left: calc(50% - 14px);
    float: left;
}

.grilla-vacia.alt.empty:hover a::after {
    content: '';
    background-image: url("icons/icon-plus.svg");
    background-size: cover;
    background-position: center;
    width: 28px;
    height: 28px;
    opacity: 1;
    transition: 0.4s;
}

.grilla-materia-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
    margin: 5px;
}

.grilla-materia-container .grilla-vacia {
    margin-right: 10px;
    min-width: 115px;
    max-width: 115px;
    margin-top: 5px;
    margin-bottom: 5px;
}



/* ------- grilla curricular --------*/
.grilla-curricular-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: scroll;
}

.grilla-turno-firstCol.curricular {
    position: absolute;
    width: 210px;
    background-color: #fff;
    padding: 0px 10px 0px 0px;
}

.grilla-turno-curricular {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 220px;
}

.grilla-turno-curricular .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
}

.dia-container {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-right: 0px;
}

.col.hora-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
}

.col.hora {
    margin: 0px 4px;
}

.col.hora .grilla-vacia {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col.hora .grilla-vacia.vacia {
    background-color: #E9E7E7;
    box-shadow: none;
}

.col.hora .grilla-vacia p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.grilla-vacia.llena.steel.dia-number {
    padding: 0px;
    line-height: 32px;
    height: 33px;
}


.col.docente {
    min-width: 210px!important;
}

.col.docente .grilla-vacia {
    min-width: 180px;
    padding: 0px;
}

.col.docente .grilla-vacia p {
    min-width: 180px;
}

.col.docente .grilla-vacia.llena.steel {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (min-width: 768px) {
.grilla-turno-curricular {
    width: calc(100% - 240px);
    overflow: scroll;
}

}

@media (max-width: 991px) {
.grilla-turno-container {
    min-width: 100%;
    margin-left: 20px;
}
}

@media (max-width: 768px) {
.grilla-turno-container {
    min-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
  
.grilla-curricular-container {
    width: calc(100% - 40px);
    margin-left: 20px;
}
  
.grilla-turno-curricular {
    margin-left: 130px;
}
  
.grilla-turno-firstCol.curricular {
    width: 130px;
}
  
.col.docente {
    min-width: 120px!important;
}
  
.col.docente .grilla-vacia {
    min-width: 120px;
}

.col.docente .grilla-vacia p {
    min-width: 110px;
}
  
.grilla-turno-container.curricular {
    width: 100%;
    margin-left: 130px;
}
  
.google-share-container {
    display: flex;
}
  
.google-share-container .btn {
    margin-right: 15px;
}
  
.grilla-vacia.alt span.sec-text {
    max-width: 100px;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}


/* -=-=-=-=-=-=-=-=-=-=-=- *SIDENAV -=-=-=-=-=-=-=-=-=-=-=-=-*/
main #body-pd {
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: "Nunito", serif;
  font-size: var(--normal-font-size);
  transition: .4s;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 3rem;
  position: fixed;
  top: 0;
  left: 0;display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: .5s;
}

.header_toggle {
    color: #153244;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
    right: 5px;
    transform: rotate(0deg);
    transform-origin: center;
    transition: 0.4s;
}

.header.body-pd .header_toggle {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.4s;
    top: -5px;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.nav_logo, .nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1.25rem;
    padding: .75rem 2rem .75rem 1.25rem;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
    position: relative;
    color: var(--med-grey);
    margin-bottom: 0px;
    transition: .3s;
}

.nav-link:focus, .nav-link:hover {
    color: var(--med-blue);
}

.nav_collapse {
    width: calc(var(--nav-width) + 156px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav_name {
    color: #153244;
    font-size: 15px;
    margin-right: auto;
}

a.nav_link.nav_collapsed.collapsed::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #143345;
    border-top: 2px solid #143345;
    transform: rotate(-135deg);
    margin-top: -2px;
    transition: 0.3s;
    right: 20px;
}

a.nav_link.nav_collapsed::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #143345;
    border-top: 2px solid #143345;
    transform: rotate(45deg);
    margin-top: 5px;
    transition: 0.3s;
    right: 20px;
}

.nav_list .nav_link {
    width: calc(var(--nav-width) + 216px);
}

.nav_list .nav_link {
  width: calc(var(--nav-width) + 216px);
}

.accordion-item.nav .accordion-collapse .accordion-body {
    padding: 0;
}

a.nav_link.sub-link {
    color: #747d83 !important;
    margin-left: 0px;
}

.nav_icon {
    font-size: 1rem;
}

.accordion-item.nav {
    margin-bottom: 0px!important;
}

main#body-pd {
    transition: 0.4s;
    margin-left: 45px;
    margin-right: 45px;
}

main#body-pd.body-pd {
    margin-left: 20px;
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
  transition: 0.4s;
}

.nav_name {
    color: #101E37;
    font-size: 15px;
}

.nav_list .nav_link.active .nav_name {
    color: #336ACC;
}

a.nav_link.sub-link.sublink-active {
      color: #336ACC!important;
}

.nav_list .nav_link {
    color: #9eaab8;
}

.nav_list .nav_link:visited {
    color: #101E37;
}

a.nav_link.sub-link.current {
    color: #007BC7!important;
}

.nav_list a.nav_link:focus, a.focus {
    color: var(--med-grey);
    border-radius: 0.5rem;
    box-shadow: none!important;
    outline: 0;
}

a.nav_link:hover {
    opacity: 0.6;
    transition: 0.4s;
}

.nav_list .nav_link.active {
    color: #336ACC;
}

a.nav_link.sub-link.active {
    color: #335acc!important;
}

.nav_list .nav_link.active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
}

.nav_divider {
    width: 100vw;
    height: 1px;
    background-color: var(--slight-grey);
    margin: 15px 0px -5px -10px;
}

.height-100 {
  height: 100vh ;
}

.header.body-pd .header_toggle i.bx::before {
    transform: rotate(180deg);
}

.accordion-item.nav {
    border: none;
    outline: none;
}


@media screen and (min-width: 769px){
main #body-pd {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 0rem);
}

.header {
    padding: 0 25px 0 calc(var(--nav-width) + 10px);
    margin-top: 100px;
    background-color: var(--white);
    height: 50px;
    border-radius: 0px 12px 12px 0px;
    max-width: 100px;
}
  
.header_img {
  width: 40px;
  height: 40px;
}

.header_img img {
  width: 45px;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 225px);
}

}

@media (max-width: 768px) {
main#body-pd {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    padding: 60px 0px;
}
  
main#body-pd.body-pd {
    margin-left: 0px;
}
  
#header {
    bottom: 0px;
    left: calc(50% - 30px);
    background-color: #f7f7f7;
    width: 60px;
    border-radius: 12px 12px 0px 0px;
    top: calc(100% - 100px);
    z-index: 1501!important;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    padding: 0px;
    position: fixed;
}
  
.header_toggle {
    color: var(--med-blue);
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    min-width: 60px;
    right: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 35px;
}
  
.header_toggle i.bx {
    transform: rotate(90deg);
    transform-origin: center;
    transition: 0.4s;
}
  
.header.body-pd .header_toggle i.bx {
    transform: rotate(90deg);
    transform-origin: center;
    transition: 0.4s;
    margin-top: 5px;
}

.nav_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  
  
.nav_link_divider {
    display: block!important;
}
  
.nav_divider {
    width: calc(100vw - 50px);
    height: 1px;
    background-color: var(--slight-grey);
    margin: 15px 0px -5px -10px;
}
  
}


/* -=-=-=-=-=-=-=-=-=-=-=- *CARDS -=-=-=-=-=-=-=-=-=-=-=-=-*/
.card.cardNav {
    border-radius: 16px;
}

.card.cardNav .card-body {
    padding: 20px 30px;
}

.card.docente {
    border-radius: 12px;
    border-color: var(--slight-grey);
}

.card.docente.overview {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card.docente .card-body {
    padding: 20px 40px;
}

.card.reportesEdificios {
    outline: none;
    border-radius: 12px;
}

.card.reportesEdificios .card-body {
    padding: 0px;
    border: none;
    outline: none;
}

.card.datosgenerales {
    border: none;
    outline: 0.125rem solid #e6ebf0;
    width: 100%;
    border-radius: 16px;
}

.table-responsive.reportes {
    border: 1px solid #e6ebf0;
    border-radius: 12px;
}

.table-responsive.reportes .table {
    border: none;
}

.table-responsive.reportes .table tbody tr th {
    font-size: 14px;
    padding: 15px 15px;
    color: #38485c;
    line-height: 15px;
    font-weight: 500;
}

tr.mytableCollapse-header td {
    padding: 15px;
}

tr.mytableCollapse-header td p {
    margin-bottom: 0px;
    font-size: 12px;
}

td.hiddenRow {
    border: none;
    padding: 0px!important;
}

.collapse-body.subastas {
    padding: 15px 20px;
    background-color: #f7f7f7;
}


tr.mytableCollapse-header.collapsed .btn-arrow .bx {
    transform: rotate(0deg);
}


tr.mytableCollapse-header .btn-arrow .bx {
    transform: rotate(180deg);
}

tr.mytableCollapse-header td {
    border-bottom: none;
    border-top: 1px solid #f3f6f9;
}

p.postTexto.subastas {
    margin-bottom: 10px;
}

.card.config-grillas {
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    margin-bottom: 10px;
}

.card.card-mat-doc-primary {
    border: 1px solid #3786EE;
    background-color: #F5FAFF;
    border-radius: 12px;
}

.card.card-mat-doc-primary .card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.card.card-mat-doc-primary .card-body p {
    margin-bottom: 0px;
    font-size: 18px;
    color: var(--blue);
    font-weight: 400;
    line-height: 20px;
}

.card.card-mat-doc-primary .card-body p span {
    color: var(--steel);
}

.card.card-mat-doc-primary .card-body .divider {
    width: 1px;
    height: 20px;
    position: relative;
    background-color: var(--grey);
}

.card.sin-asignar {
    border: 1px solid var(--steel);
    padding: 16px;
    border-radius: 12px;
    position: relative;
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    background-color: #F3F6F9;
}

.card.sin-asignar h6 {
    font-weight: 500!important;
    color: var(--steel);
}

.card.sin-asignar p {
    font-size: 15px;
    color: var(--steel);
    margin-bottom: 0px;
}

a.homeCardLink {
    width: 100%;
    border-radius: 12px;
    margin-top: 25px;
    transition: 0.4s;
}

a.homeCardLink:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    transition: 0.4s;
}

a.homeCardLink:hover .card.card-home.card-horizontal {
    background-color: #f5f8ff;
    transition: 0.4s;
}

a.homeCardLink .card.card-home.card-horizontal {
    background-color: #fff;
    transition: 0.4s;
}

.card.card-home {
    border-radius: 12px;
    overflow: visible;
}

.card.card-home .card-header {
    background-color: white;
    border-bottom: 2px solid #e6ebf1;
    width: 90%;
    margin-left: 5%;
    padding: 10px 0px 5px 0px;
}

.card.card-home .card-header h1 {
    font-size: 18px;
    margin-bottom: 0px;
}

.card.card-home .card-body h5 {
    font-size: 22px;
    margin-bottom: 0px;
}

.card.card-home .card-body p {
    margin-bottom: 0px;
}

.card.card-home .card-footer {
    background-color: white;
    border: none;
}


.card-horizontal.pendiente {
    box-shadow: 0px 0px 10px 0px #e91e6354;
    outline: 0.125rem solid transparent !important;
}

.card-horizontal.pendiente .icn-container {
    background-color: #F44336;
}

.card-horizontal.pendiente .icn-container .cardIcon i {
    color: #fff;
}

.card-horizontal.encurso {
    box-shadow: 0px 0px 10px 0px #ffc106a8;
    outline: 0.125rem solid transparent!important;
}

.card-horizontal.encurso .icn-container {
    background-color: #FFC107;
}

.card-horizontal.encurso .icn-container .cardIcon i {
    color: #fff;
}

.card-horizontal.finalizado {
    box-shadow: 0px 0px 10px 0px #00968878;
    outline: 0.125rem solid transparent !important;
}

.card-horizontal.finalizado .icn-container {
    background-color: #009688;
}

.card-horizontal.finalizado .icn-container .cardIcon i {
    color: #fff;
}

.stats-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.card.card-home.card-overview {
    position: sticky;
    top: 80px;
}

.card-body.card-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-body.card-horizontal h4 {
    font-size: 22px;
    font-weight: 700;
}

.sm-chart-container {
    max-width: 120px;
}

.card.card-horizontal .card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    align-content: center;
    align-items: center;
}

.txt-highlight {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.txt-highlight h1 {
    margin-bottom: 0px;
    margin-right: 10px;
}

.txt-highlight span {
    color: #009688;
    font-weight: 600;
}

.txt-highlight span.success {
    color: #009688;
}

.txt-highlight span.danger {
    color: #E91E63;
}

.txt-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.txt-container h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 14px;
}

.txt-container p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0px;
    color: #143345;
}

.icn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #dfe9fe;
    border-radius: 50rem;
    padding: 10px;
    width: 80px;
    height: 80px;
    justify-content: center;
    font-size: 48px;
}

@media (max-width: 768px) {
.card.docente.overview .card-body {
    padding: 30px;
}
  
.card.docente .card-body {
    padding: 10px 20px;
}
}

/* -=-=-=-=-=-=-=-=-=-=-=- *CAROUSEL -=-=-=-=-=-=-=-=-=-=-=-=-*/
div#carouselGraficos .carousel-indicators {
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
}

div#carouselGraficos .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50rem;
    border: none;
    background-color: #346acd !important;
}

div#carouselGraficos .carousel-indicators [data-bs-target] {
  background-color: #38485c;
}


/* -=-=-=-=-=-=-=-=-=-=-=- *TABLES -=-=-=-=-=-=-=-=-=-=-=-=-*/
table.table.table-striped.docentes thead tr th {
    color: var(--steel);
    padding-bottom: 20px!important;
}

table.table.table-striped.docentes tbody tr td {
    font-weight: 300;
    color: var(--light-steel);
    padding: 5px 10px;
    vertical-align: middle;
}

.table {
    --bs-table-border-color: transparent;
    --bs-table-striped-bg: #F9F9F9;
}

td p {
    margin-bottom: 0px;
}

bx-lg {
    font-size: 20px;
    padding: 0px;
    color: var(--blue);
}

.table-links-container {
    height: calc(100% + 2px);
    background-color: white;
    float: right;
    width: 132px;
    min-height: 100px;
    position: absolute;
    right: -1px;
    border-radius: 0px 12px 12px 0px;
    top: -1px;
}

.table-links {
    position: absolute;
    z-index: 5;
    right: 0px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 130px;
}

.table-responsive::-webkit-scrollbar{
    height: 8px;
    background: white;
    top: 0px;
    width: 100%;
    padding-bottom: 40px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #DFE7F0; 
  margin: 0px 40px 0px 40px;
  border-radius: 10px;
}
 
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #fff; 
  
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

.table-responsive::-webkit-scrollbar-thumb:horizontal{
    background: #505E7080;
    border-radius: 10px;
}

span.tdDesc {
    display: none;
}

p.preTexto.subastas {
    font-size: 12px;
    margin-bottom: 0px;
}

@media (max-width:991px) {
.table-responsive {
    margin-bottom: 40px;
}
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
}

.first-col {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    left: 0px;
    background-color: white!important;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.sticky-col.first-col {
    font-weight: bold!important;
}

a.table-order-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--steel);
    transition: 0.3s;
}

a.table-order-container:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.order-table {
    background-image: url("icons/order-icon.svg");
    background-size: contain;
    width: 12px;
    height: 12px;
    position: relative;
    float: right;
    margin-left: 5px;
}



@media (max-width: 991px) {
.table-links {
    width: 100px;
    height: 155px;
}
.table-links-container {
    width: 100px;
}
}

@media (max-width: 768px) {  
.first-col {
    width: 85px;
    min-width: 85px;
    max-width: 85px;
}
  
table.table.table-striped.docentes tbody tr td {
    font-weight: 300;
    color: var(--light-steel);
    padding: 5px 10px;
    vertical-align: middle;
    min-width: 100px;
}
  
span.tdDesc {
    display: block;
    font-size: 12px;
}
  
table.table.table-striped.docentes th {
    display: none;
}

tr.mytableCollapse-header {
    display: flex;
    flex-direction: column;
}
  
table.table.table-striped.docentes.scrollable tbody tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

}


/* -=-=-=-=-=-=-=-=-=-=-=- *NAV -VISTAS -=-=-=-=-=-=-=-=-=-=-=-=-*/
.nav-vistas {
    background-color: #F3F6F9;
    border: 1px solid #E6EBF0;
    border-radius: 12px;
    width: fit-content;
}

.nav-vistas li.nav-item .nav-link {
    font-size: 18px;
    padding: 8px 20px;
    color: #38485C;
}

.nav-vistas li.nav-item .nav-link.active {
    background-color: #E5F1FB;
    color: #3786EE;
    box-shadow: inset 0px 0px 0px 2px #3786EE;
    border-radius: 10px;
}

@media (max-width: 768px) {
.nav-vistas {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
li.nav-item {
    width: 100%;
}
  
.nav-vistas li.nav-item .nav-link {
    width: 100%;
}
}


/* -=-=-=-=-=-=-=-=-=-=-=- *FILTROS -VISTAS -=-=-=-=-=-=-=-=-=-=-=-=-*/
.filter-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
}

.btn-filtro {
    border: none;
    padding: 3px 12px;
    margin: 0px 5px;
    border-radius: 8px;
}

.btn-filtro.primary {
    background-color: #336ACC;
    border: 2px solid #336ACC;
    color: white;
    display: flex;
    margin: 2px 10px 0px 0px;
    font-size: 14px;
}

.btn-filtro.primary ibx::before {
    margin-right: 5px;
    font-size: 22px;
    float: left;
    margin-top: 1px;
}

.btn-filtro.primary::after {
    position: relative;
    float: right;
    width: 8px;
    height: 8px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -4px;
}

.btn-filtro.primary.active::after {
    transform: rotate(-45deg);
    top: 1px;
}

.hidden-div {
    display: none;
    padding: 0px;
    margin: 0px;
}

.btn-filtro.secondary {
    background-color: white;
    border: 1px solid #E6EBF0;
    font-size: 14px;
    color: var(--light-steel);
    font-weight: 300;
    margin: 2px 4px 0px 0px;
    height: 40px;
    padding: 2px 12px;
    outline: none;
}

.btn-filtro.terciario {
    background-color: var(--blue);
    border: 2px solid var(--blue);
    color: white;
    display: flex;
}

.btn-filtro.terciario ibx::before {
    margin-right: 5px;
    font-size: 24px;
    float: left;
    margin-top: -1px;
}


.btn-filtro.terciario ibx-sm::before {
    margin-right: 10px;
    font-size: 16px;
    float: left;
    margin-top: 4px;
}

.icon.sm.unlink {
    width: 18px;
    height: 18px;
    background-image: url(icons/unlink.svg);
    background-size: cover;
}

.input-group {
    width: auto;
}

.input-group.search {
    width: auto;
    height: 36px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.input-group.search button.btn.btn-filtro.secondary.addOn {
    margin-left: -5px!important;
    margin-right: 0px!important;
    height: 34px;
    padding: 4px 8px;
}

button.btn.btn-filtro.secondary.addOn {
    border-left-color: white;
    color: var(--blue);
    margin-left: -2px!important;
}

.btn-filtro.dropdown-toggle::after {
    border-right: 2px solid var(--steel);
    border-bottom: 2px solid var(--steel);
    margin-left: 10px;
    margin-right: -5px;
}

.opcion-filtros {
    display: flex;
    flex-wrap: wrap;
}

.recreosContainer {
    display: flex;
}

.btn-recreo.primary {
    background-color: var(--steel);
    border: 2px solid var(--steel);
    color: white;
    display: flex;
    z-index: 1;
    border-radius: 10px;
}

.btn-recreo.primary::after {
    position: relative;
    float: right;
    width: 8px;
    height: 8px;
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-top: 8px;
    transition: 0.4s;
}

.btn-recreo.primary.active::after {
    transform: rotate(-225deg);
    transition: 0.4s;
}

.btn-check:checked+.btn-recreo.primary, .btn-recreo.primary.active, .btn-recreo.primary.show, .btn-recreo.primary:first-child:active, :not(.btn-check)+.btn-recreo.primary:active {
    color: var(--white);
    background-color: var(--dark-steel)!important;
    border-color: var(--dark-steel)!important;
}

.recreosInfo {
    border: 1px solid #D1D1D1;
    border-radius: 0px 8px 8px 0px;
    padding: 6px 20px 6px 20px;
    margin-left: -10px;
    z-index: 0;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    width: 100%;
}


/* Define the initial state and transition for the div */
.hidden {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    display: none;
}

/* Define the visible state for the div */
.visible {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}


@media (max-width:768px) {
.input-group.search {
    width: 100%;
    height: 36px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 15px;
}
  
input.form-control.btn-filtro.secondary {
    margin-right: 0px;
    min-width: calc(100vw - 78px);
}
  
.input-group {
    width: auto;
    height: 36px;
    margin-top: 5px;
}
  
.filter-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  
.btn-filtro.primary {
    margin: 0px 0px 10px 0px;
}
  
.opcion-filtros {
    display: flex;
    flex-wrap: wrap;
}
  
.opcion-filtros .dropdown {
    margin: 5px 0px;
}
  
.recreosContainer {
    display: flex;
    flex-direction: column;
}
  
.btn-recreo.primary {
    width: calc(100% + 10px);
    margin-left: -20px;
}
  
.recreosInfo {
    border-radius: 0px 0px 8px 8px;
    width: calc(100% - 10px);
}
}



/* -=-=-=-=-=-=-=-=-=-=-=- *PAGINATION -=-=-=-=-=-=-=-=-=-=-=-=-*/
.turnos-pagination ul.pagination li.page-item a.page-link {
    border-radius: 8px;
    margin-right: 10px!important;
    height: 40px;
    line-height: 30px;
    border: 2px solid #E6EBF0;
    color: #101E37;
    font-size: 16px;
    padding: 5px 10px;
}

.turnos-pagination ul.pagination li.page-item a.page-link:hover {
    border-color: #274986;
    text-decoration: none;
    color: #274986;
    opacity: 1;
}

.turnos-pagination ul.pagination li.page-item a.page-link:focus {
    border: solid 2px #218274;
    color: #101E37;
}

.turnos-pagination ul.pagination li.page-item.active a.page-link {
    background-color: #274986;
    border: 1px solid #E6EBF0;
    color: #fff;
    position: relative;
    box-shadow: none;
}

nav.turnos-pagination .pagination .page-item .page-link:last-child {
    margin-right: 0px;
}

.pagination .page-item .page-link {
    border: none;
    outline: none;
    opacity: 1;
    transition: 0.4s;
}

.pagination .page-item:active .page-link, .pagination .page-item:active .page-link:visited, .pagination .page-item.active .page-link, .pagination .page-item.active .page-link:visited {
    outline: none;
}

.pagination .page-item .page-link:hover, .pagination .page-item .page-link.hover {
    outline: none;
    opacity: 0.7;
    transition: 0.4s;
}

@media (max-width: 768px) {
.turnos-pagination ul.pagination li.page-item a.page-link {
    margin-right: 6px;
    font-size: 15px;
    padding: 6px 10px;
}
  
nav.turnos-pagination .pagination {
    justify-content: space-between;
}
}



/* -=-=-=-=-=-=-=-=-=-=-=- *MODAL -=-=-=-=-=-=-=-=-=-=-=-=-*/
.modal-content.modal-docente {
    border: none;
    border-radius: 12px;
    padding: 20px 30px;
}

.modal-docente .modal-header {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.modal-docente .modal-header h1 {
    font-size: 28px;
    font-weight: 400;
    color: var(--steel);
}

.modal-docente .modal-footer {
    border-top: none;
}

.modal-grillas {
    padding: 0px 10px;
}

.modal-grillas .modal-header h1 {
    font-size: 24px;
    font-weight: 500;
}

.modal-grillas .modal-body p {
    font-size: 18px;
    color: var(--steel);
    font-weight: 400;
    line-height: 24px;
}

.modal-eliminar {
    background-color: #f9bcb7;
    outline: 1px solid #F44336!important;
    opacity: 0.9;
    min-height: 35vh;
    border-radius: 16px;
}

.modal-eliminar .modal-header {
    box-shadow: none!important;
}

.modal-eliminar .modal-header {
    box-shadow: none!important;
    padding: 5px 15px!important;
}

.modal-eliminar .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.modal-eliminar .modal-body i.bx {
    font-size: 40px;
    color: #F44336!important;
}

.modal-eliminar .modal-body h1 {
    font-size: 22px;
    color: #F44336!important;
    line-height: 30px;
    font-weight: 400;
}

.modal-eliminar .modal-footer {
    padding: 15px!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.modal .modal-content .modal-body {
    color: #101e37 !important;
}

.modal .modal-content .modal-body p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.modal .modal-content .modal-footer {
    padding: 1rem 0 0 !important;
}

@media (max-width: 768px) {
.modal-docente .modal-header h1 {
    font-size: 24px;
    line-height: 26px;
}
  
.modal-content.modal-docente {
    padding: 10px 0px;
}  
}






/* -=-=-=-=-=-=-=-=-=-=-=- *ALERTS -=-=-=-=-=-=-=-=-=-=-=-=-*/
.alert.myAccordion {
    border-radius: 12px;
    border: 2px solid;
    padding: 10px;
}

.alert.myAccordion ibx {
    float: left;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 12px;
    margin-top: -4px;
}

.alert.myAccordion.alert-warning ibx {
    color: #FFA82E;
}

    

.alert.myAccordion p {
    font-weight: 500!important;
    color: var(--steel);
}

.alert.myAccordion a {
    font-weight: 300;
    text-decoration: underline;
}

.alert-warning {
    border-color: #FFA82E!important;
    background-color: #FCF9F5;
}







/* -=-=-=-=-=-=-=-=-=-=-=- *BOOTSTRAP SELECT -=-=-=-=-=-=-=-=-=-=-=-=-*/
.dropdown.bootstrap-select.show-tick.customSelect {
    width: 100%!important;
    height: 45px;
    border: none;
    border-radius: 14px;
    margin-top: -2px;
}

.customSelect .btn.dropdown-toggle .filter-option {
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #5f6c7d;
    font-weight: 300;
}

.customSelect .btn.dropdown-toggle:after {
    border-right: 2px solid var(--steel);
    border-bottom: 2px solid var(--steel);
}

.customSelect button.btn.dropdown-toggle.btn-light {
    background-color: white;
    border: none!important;
    height: 100%;
    border-radius: 12px;
    outline: none!important;
    box-shadow: none;
}

.customSelect .btn-check:checked+.btn-light.active, .btn-light.show, .btn-light:first-child:active, :not(.btn-check)+.btn-light:active {
    background-color: transparent!important;
    border-color: transparent!important;
}

.bootstrap-select .dropdown-menu {
    border: 2px solid #e6ebee;
    border-radius: 10px;
    margin-top: 3px!important;
    padding: 0px;
    outline: none;
}

.bootstrap-select .dropdown-menu li a {
    padding: 20px 20px;
    line-height: 10px;
    height: 45px;
}

.customSelect .bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
    outline-offset: 0px!important;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-left: 34px;
    font-size: 16px;
    line-height: 34px;
    margin-top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu span.check-mark {
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 15px;
    border: 2px solid;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transition: 0.2s;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    background-color: var(--med-blue);
    border-color: var(--med-blue);
    transition: 0.2s;
    left: 15px;
    top: 15px!important;
}

.dropdown-item:focus, .dropdown-item:hover .bs-ok-default.check-mark {
    background-color: var(--med-blue);
    border-color: var(--med-blue)!important;
    transition: 0.2s;
}


.bootstrap-select .bs-ok-default:after {
    width: 7px!important;
    height: 12px!important;
    border-width: 0 2px 2px 0!important;
    position: relative;
    left: 5px;
    border-color: white;
    top: 0px;
    transition: 0.2s;
}

.customSelect {
    height: 45px;
    outline: 2px solid #e6ebef;
    border: none;
    border-radius: 12px;
    color: #5c6a7b;
    font-weight: 300;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
}

.bootstrap-select .dropdown-menu li:focus-visible {
    outline: none;
}

.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active {
    box-shadow: none!important;
    outline: none!important;
    background: #ffffff;
    color: #101e37;
}


/* -=-=-=-=-=-=-=-=-=-=-=- *CAROUSEL TURNOS -=-=-=-=-=-=-=-=-=-=-=-=-*/
#carouselTurnosGrilla .carousel-inner .carousel-item .grilla-container.full {
    padding-bottom: 100px!important;
}

.btn-turnos.carousel {
    border: 1px solid #E9E7E7;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 50rem;
    width: 90%;
    padding: 0px 6px;
    margin-left: 5%;
    position: relative;
    margin-top: -78px;
}

.carousel-control-next, .carousel-control-prev {
    height: 45px;
    top: auto;
    bottom: 2px;
    opacity: 1;
    background-color: white;
    width: 45px;
    margin: 0px 2px;
    border-radius: 50rem;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: .5;
}

button.carousel-control-next.turnos .btn-back {
    width: 40px;
}

button.carousel-control-prev.turnos .btn-back {
    width: 40px;
}

h5.turno-title {
    color: var(--blue);
    font-weight: bold;
    line-height: 12px!important;
}



/* -=-=-=-=-=-=-=-=-=-=-=- TABS - GRILLAS CONFIGURACION -=-=-=-=-=-=-=-=-=-=-=-=-*/
.nav-config-grilla {
    margin-top: 20px;
    position: sticky;
    top: 70px;
    background-color: #f3f6f9;
    padding: 20px 20px 0px 20px;
    z-index: 3;
    margin-left: -10px;
    width: calc(100% + 20px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-config-grilla li.nav-item {
    width: fit-content!important;
    margin-right: 0px;
}

.nav-config-grilla li.nav-item .nav-link {
    background-color: #ffffff;
    font-size: 16px;
    color: #101E37;
    opacity: 1;
    padding: 10px 20px;
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav-config-grilla li.nav-item .nav-link.active {
    background-color: #336ACC;
    color: #fff;
    opacity: 1;
    padding: 10px 20px;
    border-radius: 16px;
    width: 100%;
}

.nav-link.completed::before {
    content: '';
    position: relative;
    width: 13px;
    height: 13px;
    border: 1px solid #f3f6f9;
    border-radius: 40rem;
    float: left;
    background-color: #4db051;
    margin-right: 10px;
    margin-top: -1px;
}

.nav-link.pending::before {
    content: '';
    position: relative;
    width: 13px;
    height: 13px;
    border: 1px solid #f3f6f9;
    border-radius: 40rem;
    float: left;
    background-color: #ea1d64;
    margin-right: 10px;
    margin-top: -1px;
}


/* this is the style of an uncheked "button" */
.input-check {
    display: flex;
    height: 40px;
    padding: 0px;
    background: #E9E7E7;
    color: white;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: 0.4s;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    border: 1px solid transparent;
}

/* This is the style for a checked "button" */
.input-check.checked {
    background: white;
    transition: 0.4s;
    box-shadow: none;
    border: 1px dashed #D1D1D1;
}

/* Hide the checkbox */
.input-check input{
    display:none
}

.check-icon {
    background-image: url("icons/icon-check.svg");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.4s;
}

.grilla-vacia:hover .input-check .check-icon{
    background-image: url("icons/icon-x.svg");
}


.grilla-vacia .input-check.checked .check-icon {
    background-image: url("icons/icon-plus.svg");
    width: 32px;
    height: 32px;
    filter: opacity(0.2);
    transition: 0.4s;
}

.grilla-vacia:hover .input-check.checked .check-icon {
    filter: opacity(0.8);
    transition: 0.4s;
}

h4.fs-small {
  font-size: 1.35rem;
}




.bx-s1 {
    font-size: 1.25rem!important;
}

a:not(.btn, .nav-link, .list-group-item, .calendar-link, .dropdown-item, .badge):visited {
    color: inherit;
}

@media (max-width: 1199px) {
.nav-config-grilla {
    top: 50px;
    padding: 10px;
}
}


/* -=-=-=-=-=-=-=-=-=-=-=- FILTROS MAPA -=-=-=-=-=-=-=-=-=-=-=-=-*/
.map-filter-container {
    position: absolute;
    background-color: white;
    padding: 10px;
    width: 100%;
}



label.fixed-label {
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #346acd;
}

p.fixed-info {
    font-size: 15px;
    margin-bottom: 6px;
}

.rowPar {
    background-color: #f3f6f9;
    margin: 15px -25px -16px -25px;
    padding: 25px 25px 14px 25px;
}




input[type="file"]::file-selector-button {
    background-color: #153244!important; /* Bootstrap primary blue */
    color: white;
    border: none;
    padding:10px 20px;
    border-radius: 0px;
    cursor: pointer;
    height: 45px;
    font-size: 14px;
}



/* Sticky track + fill */
.progress-container {
    position: -webkit-sticky;
    position: sticky;
    top: 115px;
    z-index: 99;
    height: 3px;
    background: #e7eaf0;
    border-radius: 9999px;
    overflow: hidden;
    pointer-events: none;
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-top: -2px;
}

.progressbar{
  width: 0%;
  height: 100%;
  background: #346acd;  /* fill */
  transition: width .25s ease-out;
  border-radius: inherit;
}

@media (prefers-reduced-motion: reduce){
  .progressbar{ transition: none; }
}

