@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/*
  font-family: "Roboto", sans-serif;
  font-family: 'Nunito', sans-serif;
*/

:root{
  --ajax-result-fondo-tabla: #FFF;
  --ajax-result-fondo-celdas: #f2f2f2;
  --ajax-result-editar: #773192;
  --ajax-result-eliminar: #F00;
  --ajax-result-fondo-circulo: #FFF;
  --ajax-result-color-icono: #333;
  --ajax-result-color-titulo: #fff;
/*  --ajax-result-fondo-cabecera: #773192;*/
  --ajax-result-fondo-cabecera: #555;
  --btn-extra: #863192 !important;


  --titulo:'Nunito', sans-serif;
  --texto: 'Nunito', sans-serif;
  --logo: url("../images/logo.png");
/*  --fondo-general: #f2f2f2;*/
/*  --color-titulo: #773192;*/
  --hover-fondo-botones: #a10ec4;
/*  --placeholder: #773192;*/
  --fondo-general: #F2EFE7;
  --color-ligas-menu: #94b2b3;;


  --color-titulo: #ff008d;
  --placeholder: #ff9900;


  --degradado: linear-gradient(45deg, rgba(231,202,62,1) 0%, rgba(225,90,223,1) 46%, rgba(8,9,65,1) 100%);
 
}

.flex{
  display: flex;
}
#buscador{
  position: absolute;
  top: 50px;
  padding-left: 50px;
  width: 250px;
  margin-left: 155px;
}
#clave{
  font-weight: 300;
}
#ajax-result{
  padding: 20px;
  font-family: var(--tipografia-texto);
  margin-top: 50px;
}
#ajax-result > table{
  width: 100%;
  font-size: 10px;
  border-collapse: separate;
  border-spacing: 3px 5px;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}
#ajax-result > table > tbody > tr > th{
  font-weight: 800;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 30px;
}
#ajax-result > table > tbody > tr > th.accion{
  font-size: 12px;
}
#ajax-result > table > tbody > tr > td{
  font-weight: 400;
  background-color: var(--ajax-result-fondo-celdas);
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  border-color: var(--ajax-result-fondo-celdas);
  text-align: center;
}
#ajax-result > table > tbody > tr > td:first-child{
  border-radius: 30px 0px 0px 30px;
}
#ajax-result > table > tbody > tr > td.redondo{
  border-radius: 0px 30px 30px 0px;
  border-right: 10px;
}
#ajax-result  > table > tbody > tr > td.boton{
  width: 30px;
  padding: 2px;
  background-color: transparent;
}
#ajax-result > table > tbody > tr > td.boton > p{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  margin: 0px;
  text-align: center;
  line-height: 30px;
  background-color: var(--color-titulo);
  color: #FFF;
}
#ajax-result > table > tbody > tr > td > p.editar:hover{
  color: #FFF;
  background-color: var(--placeholder);
}
#ajax-result > table > tbody > tr > td > p.eliminar:hover{
  color: #FFF;
  background-color: var(--placeholder);
}
#ajax-result > aside{
  background-color: var(--ajax-result-fondo-celdas);
  display: flex;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: var(--ajax-result-fondo-cabecera);
}
#ajax-result > aside > div:first-child{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--ajax-result-fondo-circulo);
  text-align: center;
  line-height: 40px;
  color: var(--ajax-result-color-icono);
}
#ajax-result > aside > div:last-child{
  width: 300px;
  font-size: 24px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
#ajax-result > aside > div > h2{
  font-size: 16px;
  margin: 0px;
  color: var(--ajax-result-color-titulo);
}

.add-new{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,.4);
}
.add-new form{
  padding: 15px;
  border-radius: 5px;
  background-color: #FA0;
}
#modal-post{
  background-color: rgba(255,255,255, .6);
}
.modal-title{
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-family: var(--texto);
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-close, .btn-floating{
  display: none;
}
.modal input, .modal button, .modal textarea, .add-new input, .add-new button, .system-form input, .system-form button, .input-group span, .form-check {
  margin-top: 10px;
}
.form-outline{
  background-color: #FFF !important;
}
.input-group span{
  background-color: var(--ajax-result-fondo-cabecera);
  color: #FFF;
}
.botonera{
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10;
  display: none;
}
#submit{
  display: none;
}
#ajax-message-button{
  display: none;
}
#post input{
  font-family: var(--texto);
  font-size: 14px;
}
.modal-content{
  border-radius: 30px !important;
  overflow: hidden;
}


/* AJUSTES BOOTSTRAP */

#ajax-message-body{
  text-align: center;
}
.modal-body{
  padding: 35px !important;
  background-color: #FFF !important;
}
.btn-primary{
  background-color: var(--color-titulo) !important;
}
.btn-primary:hover{
  background-color: var(--placeholder) !important;
}
.btn{
  text-transform: unset !important;
}
.form-control{
  background-color: #fff !important;
}
.form-outline .form-control:focus~.form-label{
  color: var(--ajax-result-fondo-cabecera) !important;
}
.modal-header{
  padding-left: 35px !important;
  padding-left: 35px !important;
  background-image: url(bannerperfil.png);
  background-position: center center;
  background-size: auto 100%;
}
.btn-floating{
  margin: 0px !important;
  margin-right: 5px !important;
}
.form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-top: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-bottom: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-left: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    box-shadow:-1px 0px 0px 0px var(--ajax-result-fondo-cabecera), 0px 1px 0px 0px var(--ajax-result-fondo-cabecera), 0px -1px 0px 0px var(--ajax-result-fondo-cabecera) !important;
}
 .form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-bottom: .125rem solid !important;
    border-color: var(--ajax-result-fondo-cabecera) !important;
    border-top:none !important;
    box-shadow: 0 1px 0 0 var(--ajax-result-fondo-cabecera) !important;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor #E4A11B !important;
    border-bottom: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-right: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    border-top: .125rem solid var(--ajax-result-fondo-cabecera) !important;
    box-shadow: 1px 0 0 0 var(--ajax-result-fondo-cabecera), 0 -1px 0 0 var(--ajax-result-fondo-cabecera), 0 1px 0 0 var(--ajax-result-fondo-cabecera) !important;
}
.form-outline .form-control:focus~.form-label {
    color: var(--ajax-result-fondo-cabecera) !important;
} 
.form-outline .form-control.active~.form-notch .form-notch-middle, .form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-top: 1px transparent !important;
}

.form-outline .form-control~.form-label{
  color: #333;
}

/**
 * Ajustes extras
 **/

.progress{
  background-color: var(--fondo-inputs);
    height: auto;
    width: 100%;
    line-height: 0px;
    margin: 0px;
}
.progress-bar{
  width: 0%;
    height: 100%;
    background-color: var(--fondo-general);
    margin: 0px;
    height: 20px;
}
.progreso{
  position: relative;
    width: unset;
    height: unset;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    border: solid 1px var(--color-titulo);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0px;
    margin-top: 20px;
}
label.nombre-archivo{
  width: 55%;
  margin-bottom: 1vw;
    text-align: center;
    margin-left: 5%;
    padding: 0.3vw;
    border-radius: 1vw;
    border:solid 1px var(--gris);
}
aside.no-margin{
  border:0px;
}
p#percent{
  margin: 0px;
    font-size: 1vw;
    color: var(--color-titulo);
    line-height: 1;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 2;
}
div.guardar, div.cancelar{
  margin-bottom: 0px;
  width: 140px;
  margin-left: 10px;
    margin-right: 10px;
}


/**********************
 *    MENU SISTEMA    *
 **********************/
#menu-sistema{
  position: fixed;
  width: 155px;
  height: 100vh;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#menu-sistema img{
  position: relative;
  width: 50%;
  margin-left: 25%;
  margin-top: 60px;
  margin-bottom: 35px;
}
#menu-sistema ul{
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#menu-sistema li{
  position: relative;
  width: 90px;
  border-left: solid 5px #FFF;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--color-ligas-menu);
  box-sizing: content-box;
}
#menu-sistema li:hover{
  border-color:var(--color-titulo);
  background-color: rgba(247, 239, 231, .3);
  color: var(--color-titulo);
}
#menu-sistema  li#logout:hover{
  border-color: var(--ajax-result-color-icono);
  color: var(--ajax-result-color-icono);
}
#menu-sistema  li#logout:hover input{
  color: var(--ajax-result-color-icono);
}
#menu-sistema li p{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#menu-sistema li p:nth-child(1){
  font-size: 16px;
  padding-right: 5px;
  width: 20%;
}
form#logout input[type=submit]{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border:0px;
  font-family: 'Nunito', sans-serif;
  color: #555;
  padding-top: 17px;
  padding-bottom: 17px;
  cursor: pointer;
}
form#logout input[type=submit]:hover{
  color: var(--color-titulo);
}

#main-container{
  /*position: relative;
  display: inline-block;
  vertical-align: top;*/
  min-height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  background-color: var(--fondo-general);
  padding-top: 5vw;
  padding-bottom: 5vw;
  /*  margin-left: 155px;*/
  top: 0px;
  right: 0px;
  width: calc(100% - 155px);
  position: absolute;
}

/**********************
 *     LOGIN        *
 **********************/
#container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fondo-general);
}
#login{
  position: relative;
  width: 300px;
  padding-left: 35px;
  padding-right: 35px;
  height: 370px;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#login div#logo{
  position: relative;
  width: 45%;
  height: 10vw;
  background-image: var(--logo);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
#login .form-outline{
  margin-top: 10px;
}
#login button{
  margin-top: 10px;
}
.form-outline .form-control{
  text-align: center !important;
}
.form-outline .form-control:placeholder{
  text-align: center !important;
}

/* Hamburguesa*/
.container-fluid{
  position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 15px;
    display: none;
}
.animated-icon2{
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon2 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon2 span {
  background: var(--ajax-result-fondo-cabecera);
}
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3){
  top: 10px;
}
.animated-icon2 span:nth-child(4){
  top: 20px;
}
.animated-icon2.open span:nth-child(1){
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

@media (max-width: 576px){
  /*.container-fluid{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    background-color: var(--fondo-general);
  }*/
  .modal-sm {
      --mdb-modal-width: 350px !important;
  }
  #modal-body{
    padding-left:  30px !important;
    padding-right:  30px !important;
  }
  #login div#logo{
    height: 20vw;
  }
  #main-container{
    width: 100%;
/*    width: fit-content;*/
    left: 0px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
  }
  #menu-sistema{
    left: -155px;
    right: calc(100% - 155px);
  }
  #buscador{
    position: fixed;
    margin:0px;
    left: 30px;
    top: 13px;
  }
  #ajax-result{
    width: fit-content;
  }
  .botonera{
    position: fixed;
    margin:0px;
    right: 30px;
    top: 13px;
  }
  .botonera span{
    display: none;
  }
  .container-fluid{
    display: block;
  }
  .input-group .input-group-text:nth-child(1){
    display: none;
  }
}


/******************************
 * AJUSTES PARA PAQUETES
 * ***************************/
 #paquetes-activos{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 80vh;
  font-family: "Roboto", sans-serif;;
}
#paquetes-activos article{
  width: 12vw;
  height: 19vw;
/*  height: fit-content;*/
  background-color: #FFF;
  border-radius: 1vw;
  text-align: center;
  margin: 1vw;
  overflow: hidden;
}
#paquetes-activos article.promo{
  height: fit-content;
  height: 16.6vw;
}
#paquetes-activos form{
  position: relative;
    width: 100%;
    height: 100%;
    display: flex;
  flex-direction: column;
  justify-content: center;
}
#paquetes-activos h2{
  font-size: 6vw;
    margin: 0px;
    padding-top: 0vw;
    font-weight: 300;
    color: var(--color-titulo);
}
#paquetes-activos h2.promocion{
                      text-decoration: line-through;
                      font-size: .9vw;
                      margin-top: 0px;
                      padding-top: 0px;
                      color: #555;
                    }
                    #paquetes-activos p.promocion{
                      text-decoration: line-through;
                      font-size: .9vw;
                      margin-top: 0px;
                      color: #888;
                      padding-bottom: 0px;
                    }
                    #paquetes-activos h5{
                      font-size: 1.2vw;
                      margin-top: 0px;
                      padding-top: 0px;
                      background-color: var(--color-titulo);
                      color: #fff;
                      padding-top: .3vw;
                      padding-bottom: .3vw;
                    }
#paquetes-activos h3, #paquetes-activos h4{
  font-size: 1.5vw;
    margin: 0px;
    font-weight: 300;
    color: var(--placeholder);
}
#paquetes-activos h4{
  font-weight: 600;
  padding-top: .4vw;
  padding-bottom: .4vw;
}
#paquetes-activos p{
  font-size: 1vw;
    margin: 0px;
    font-weight: 600;
    color: var(--placeholder);
    padding-bottom: 1vw;
}
#paquetes-activos form:hover{
  background-color: var(--placeholder);
}
#paquetes-activos form:hover h2, #paquetes-activos form:hover h3, #paquetes-activos form:hover h4, #paquetes-activos form:hover p{
  color: #FFF;
}
#paquetes-activos article:hover{
  background-color: var(--placeholder);
}
#paquetes-activos article:hover h2, #paquetes-activos article:hover h3, #paquetes-activos article:hover h4, #paquetes-activos article:hover p{
  color: #FFF;
}
#paquetes-activos input[name=PAQUETE_ELEGIDO]{
  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background-color: transparent;
    font-size: 0px;
    cursor: pointer;
}

@media (max-width: 480px){
  #paquetes-activos{
    width: 100%;
    align-content: center;
  }
  #paquetes-activos article{
    width: 45%;
  }
  #paquetes-activos h2{
    font-size: 15vw;
  }
  #paquetes-activos h3, #paquetes-activos h4{
    font-size: 4vw;
  }
  #paquetes-activos p{
    font-size: 3vw;
  }
  #paquetes-activos article{
    height: 50vw;
  }
}


/******************************
*         CALENDARIO
******************************/
#calendar-container{
  position: relative;
  font-size: 0px;
  font-family: var(--texto);
}
#date{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  padding-left: 15px;
  height: 365px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: var(--color-titulo);
}
#date h5{
  padding-top: 20px;
  color: rgba(255,255,255,.7);
  font-weight: 400;
}
#date h2{
  color: #FFF;
  font-size: 36px;
}
#calendar{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 430px;
  height: 365px;
  padding: 20px;
  padding-bottom: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 31px -9px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 31px -9px rgba(0,0,0,0.5);
box-shadow: 0px 10px 31px -9px rgba(0,0,0,0.5);
  overflow: hidden
}
#calendar section{
  position: relative;
  width: 860px;
}
#calendar p{
  position: absolute;
  top: 0px;
  font-size: 20px;
  top: 37px;
  z-index: 2;
  cursor: pointer;
}
#calendar .prev{
  left: 25%;
  display: none;
}
#calendar .next{
  right: 25%;
}
#calendar p:hover{
  color: var(--ajax-result-fondo-cabecera);
}
#calendar article{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 390px;
  margin-right: 20px;
}
#calendar h2{
  font-size: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}
.days{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.day, .day-name, .blank-day{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.day{
  cursor: pointer;
}

.blank-day{
  cursor: initial;
}
.day-name{
  color: #999;
  font-weight: 500;
}
.day:hover{
  background-color: var(--ajax-result-fondo-cabecera);
  color: #FFF;
  animation-name: day-hover;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}
.blank-day:hover{
  background-color: #FFF;
  animation-name: none;
}
.past-day{
  background-color: #ccc;
  cursor: not-allowed;
}
.past-day:hover{
  animation-name: none;
  background-color: #ccc;
  color: #333;
  cursor: not-allowed;
}
.active-day{
  border:solid 1px var(--ajax-result-fondo-cabecera);
}
.empty-day{
  color: #ccc;
  cursor: default;
}
.empty-day:hover{
  animation-name: none;
  background-color: #FFF;
  color: #ccc;
}
.activo{
  background-color: var(--ajax-result-fondo-cabecera);
  color: #FFF;
}
.inactivo{
  animation-name: day-leave;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

#hours{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 365px;
  width: 431px;
  padding-left: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left:solid 1px #f2f2f2;
}

.hour{
  position: relative;
  width: calc(100% - 20px);
  margin-left: 5px;
  margin-right: 10px;
  border-bottom: solid 1px #f2f2f2;
  line-height: 40px;
}
.hour h2{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  width: 100px;
  padding-right: 10px;
  text-align: center;
  border-right: solid 1px #f2f2f2;
  color: var(--ajax-result-fondo-cabecera);
}
.hour h3{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  width: 110px;
  text-align: center;
  border-right: solid 1px #f2f2f2;
}
.hour div{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  align-items: center;
  font-size: 14px;
}
.hour div .btn{
  margin-bottom: 5px !important;
}
.hour-header h2, .hour-header h3, .hour-header div{
  font-weight: 700;
  color: #333;
}
#hours{
  background-color: #FFF;
}
#hours p{
  font-size: 15px;
  position: absolute;
  width: 100%;
  text-align: center;
  height: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#hours h5{
  position: relative;
  width: 100%;
  text-align: center;
  height: 300px;
  line-height: 300px;
  margin: 0px;
  padding: 0px;
  font-size: 64px;
  color: #ccc;
}
.main-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loader{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ajax-result-fondo-cabecera);
/*  opacity: .8;*/
}
.spinner-grow{
  width: 3rem; 
  height: 3rem; 
  color:#FFF
}
.select-generico{
  margin-top: .8vw;
  width: 100%;
  border:solid 1px #ccc;
}

@keyframes day-hover{
  from{background-color: #FFF;}
  to{background-color: var(--ajax-result-fondo-cabecera);}
}
@keyframes day-leave{
  from{background-color: var(--ajax-result-fondo-cabecera);}
  to{background-color: #FFF;}
}

@media (max-width: 480px){
  #date{
    display: none;
  }
  #calendar{    
    width: 340px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  #calendar-container{
    display: flex;
    flex-direction: column;
  }
  #calendar{
    margin-top: 50px;
    height: 300px;
  }
  #calendar section{
    width: 640px;
  }
  #calendar article{
    width: 300px;
  }
  #calendar h2{
    padding-top: 0px;
  }
  #calendar p{
    font-size: 30px;
    top: 22px;
  }
  #hours{
    width: 340px;
    margin-top: 20px;
    min-height: 125px;
    height: auto;
  }
  #hours h5{
    width: 100%;
    height: 65px;
    line-height: 1;
  }
  .hour h2, .hour h3{
    width: 80px;
  }
  .hour div{
    width: 69px;
  }
  .day, .day-name, .blank-day{
    width: 28px;
    height: 30px;
    line-height: 30px;
  }
}


/* ARCHIVO */
.wrapper{
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed var(--ajax-result-fondo-cabecera);
  margin-top: 15px;
}
.wrapper  :where(i, p){
  color: var(--ajax-result-fondo-cabecera);
}
.wrapper > i{
  font-size: 20px;
}
.wrapper > p{
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}

.wrapper > section .row{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper > section .row i{
  color: #6990F2;
  font-size: 30px;
}
.wrapper > section .details span{
  font-size: 14px;
}
.progress-area .row .content{
  width: 100%;
  margin-left: 15px;
}
.progress-area .details{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content{
  display: flex;
  align-items: center;
}
.uploaded-area .row .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row .details .size{
  color: #404040;
  font-size: 11px;
}
.uploaded-area i.fa-check{
  font-size: 16px;
}

#saldos{
  position: fixed;
  right: 0px;
  top: 0px;
  width: 200px;
  background-color: #000;
  font-size: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 5px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#saldos > h2{
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 14px;
  margin-right: 5px;
}
#saldos > h3{
  margin: 0px;
  font-size: 16px;
}


#saldo-promocional{
  position: fixed;
  right: 0px;
  top: 30px;
  width: 200px;
  background-color: var(--color-titulo);
  font-size: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#saldo-promocional > h2{
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 14px;
  margin-right: 5px;
}
#saldo-promocional > h3{
  margin: 0px;
  font-size: 16px;
}
