/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body, .modal-content {
  background-color: #323232;
  font-family: 'Poppins';
  color: #f0ac0e;
  font-size: 16px;
}
body.slide-up {
  margin-top: -40px;
}
a{text-decoration: none; color: inherit;}
a:hover{text-decoration: none; color: inherit;}
.container {
  width: 100% !important;
  padding: 24px !important;
  margin: 0 !important;
  max-width: 100%;
}
header{
  margin: 0 !important;
}
header .col-md-6{
  width: calc(50% - 12px);
  background:#474747;
  padding: 0;
}
.hcol-logo.col-md-6 {
  margin-right: 12px;
  padding: 10px;
  max-height: 121px;
}
.hcol-logo.col-md-5 {
  padding: 0px 10px;
}
.hcol-logo img {
  max-height: 100%;
  max-width: 100%;
}
.hcol-srv.col-md-6 {
  margin-left: 12px;
}
.hsrvtittle {
  background-color: #f0ac0d;
  min-height: 35px;
  padding: 5px;
}
.hsrvicon img {
  width: 65%;
  padding-top: 10px;
}
.inputguide strong {font-weight: 600;}
.inputguide {
  background: #fff;
  color: #323232;
  text-align: left;
  padding: 15px 20px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 0
}
.inputguide-aux {
  text-align: left;
  padding: 15px 20px;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 0
}
.input-dni {
  height: 52px;
  border: 3px solid #f0ac0e !important;
  border-radius: 0;
  background: #474747;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  margin-bottom: 9px;
  font-weight: 300;
}
.submit-dni img, .submit-reason img {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: -5px 15px -2.5px 0;
}
.submit-dni, .submit-reason {
  height: 52px;
  border: 0;
  border-radius: 0;
  background: #474747;
  color: #f0ac0e;
  padding: 0 20px;
  width: 225px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  margin-top: 24px;
}
.submit-primary {
  color: #474747 !important;
  background: #f0ac0e !important;
}
.selected-appointment {
  border: 3px solid #f0ac0e;
}
.submit-reason {
  width: 100% !important;
}
.flex-column{
  padding: 12px
}
.fom-dni {
  text-align: left;
}
.over-desktop {
  margin: 0;
  padding: 0;
  display: flex;
}
.vr-desktop {display: none;}
.sub-header img {
  width: 10px;
  margin-right: 25px;
}
.sub-header {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 20px;
}

.calendar .month .arrowl {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 14.285714286%;
  text-align: center;
}
.calendar .month .arrowr {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 14.285714286%;
  text-align: center;
}
.calendar .month {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  height: 40px;
  align-items: center;
  align-items: center;
  font-weight: 600;
  color: #323232;
  padding: 0 12px;
}

.calendar .week, .calendar .days  {
  line-height: 25px;
  font-size: 16px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.calendar .week {
  height: 40px;
  align-items: center;
  background:#474747;
  padding: 0 12px;
}
.calendar .days {
  background:#3a3a3a;
  padding:12px;
}
.calendar .week .day {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 14.285714286%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.calendar .days .number {
  min-height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 60px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 14.285714286%;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 45px;
}
.calendar .days .number span{
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border-radius: 35px;
}

.number.past {
  opacity: 0.4;
}
.number.full span {
  background: #646464;

}
.number.free span {
  border:1px solid #F0AC0E;

}
.number.selected span {
  background:#F0AC0E;
  color: #323232;
}

.number:hover span{
  background:#F0AC0E;
  color: #323232;
}
.col-md-6.forced{
  width: 50%;
  float: left;
}
.cal-leg {
  height: 52px;
  align-items: center;
  font-size: 11px;
  color: #fff;
  text-align: left;
  margin-top: 15px;
}
.lg-full{
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 35px;
  background: #646464;
  margin: 0px 6px -12px 0;
}
.lg-free{
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 35px;
  border:1px solid #F0AC0E;
  margin: 0px 6px -12px 0;
}
.head-fechas {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  height: 40px;
  align-items: center;
  align-items: center;
  font-weight: 300;
  color: #323232;
  padding: 0 12px;
  margin-top: 15px;
}
.fecha-reserva {
  position: relative;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #474747;
  height: 52px;
  align-items: center;
  align-items: center;
  font-weight: 300;
  color: #fff;
  padding: 0 12px;
  margin-top: 15px;
  cursor: pointer;
}
.head-fechas strong, .fecha-reserva strong {font-weight: 600;}
.fr-add {
  font-size: 11px;
}
.fr-add img{
  margin-left:6px;
}
.alert {
  margin-top: 15px;
}
.spinner-border-container {
  min-height: 370px;
  padding: 23%;
}
.spinner-border {
  width: 5rem;
  height: 5rem;
}
.lista-fechas {
  height: 472px;
  overflow: auto;
}
.width-auto {
  width: auto !important;
}
.float-help {
  width: 50px;
  height: 50px;
  position:fixed;
  right:24px;
  bottom:24px;
  border-radius: 25px;
  border: 0px;
}
@media (min-width: 768px){
  
  header .col-md-6{
    min-height: 155px;
  }
  .hcol-logo.col-md-6 {
    padding-top: 17.5px;
  }
  .lista-fechas.col-md-6 {
    float: left;
    margin-left: 12px;
    width: calc(50% - 12px);
  }
  .calendar.col-md-6 {
    float: left;
    margin-right:12px;
    width: calc(50% - 12px);
  }
  .head-fechas {
    margin-top: 0;
  }
}

/*@media (min-width: 1024px){*/
@media (min-width: 820px){
  body{font-size: 24px;}
  .over-desktop {display: none;}
  .vr-desktop {
    margin: 0;
    padding: 0;
    display: flex;
  }
  header .col-md-5, header .col-md-2{
      background:#474747;
      min-height: 120px;
      padding: 0px;
      margin-right: 30px;
    }

  header .col-md-5{
      width: calc(41.66666667% - 30px);
    }

  .hsrvtittle {
    background-image: url(../img/header-background.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 100%;
    padding: 30px;
  }
  .hsrvtittle img {
    width: 100%;
    padding-top: 10px;
    max-width: 325px;
    display:none;
  }
  .hcol-logo img {
  padding-top: 22.5px;
  }
  .inputguide {
    max-width: 425px;
    padding: 25px 30px;
    margin-top: 70px;
  }
  .inputguide-aux {
    padding: 60px 30px 25px 30px;
    margin-top: 70px;
  }
  .inputguide-60 {
    max-width: 60% !important;
  }
  .inputguide-80 {
    max-width: 80% !important;
  }
  .inputguide-40 {
    max-width: 40% !important;
  }
  .input-dni {
    height: 72px;
    padding: 25px 30px;
  }
  select.input-dni {
    padding: 19px 30px;
  }
  .submit-dni, .submit-reason {
    height: 72px;
    padding: 0 30px;
    width: 352px;
    font-size: 24px;
    text-align: left;
    /*margin-top: 30px;*/
    margin-top: 18px;
  }
  .submit-inline {
    margin-top: 0px;
    width: 100%;
  }
  .submit-reason {
    /*height: 150px !important;*/
    height: 120px !important;
    font-size: 28px !important;
  }
  .scroll-up-button {
    height: 231px;
  }
  .scroll-down-button {
    height: 231px;
    margin-top: 10px;
  }
  .overflow-hidden {
    overflow:hidden;
  }
  .submit-dni img, .submit-reason img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: -7.5px 25px -2.5px 0;
  }
  .sub-header {
    margin-top: 10px;
  }
  .calendar .month, .calendar .week, .head-fechas {height: 50px;   padding: 0 15px;}
  .lista-fechas.col-md-6 {
    float: left;
    margin-left: 15px;
    width: calc(50% - 15px);
  }
  .calendar.col-md-6 {
    float: left;
    margin-right:15px;
    width: calc(50% - 15px);
  }
  .fecha-reserva {
    margin-top: 24px;
  }
  .calendar .week .day {
    font-size: 21px;
  }
  .arrowl img, .arrowr img {
    height: 18px;
  }
  .calendar .days .number span {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 40px;
    font-size: 18px;
  }
  .calendar .days .number {
    min-height: 60px
  }
  .calendar .days {
    padding: 15px;
  }
  .cal-leg, .fr-add {
    font-size: 15px;
  }
  .cal-leg {
    margin-top: 24px;
  }
  .fr-add img {
    height: 40px;
  }
  .fecha-reserva {
    height: 72px;
  }
  .lg-free, .lg-full {
    width: 35px;
    height: 35px;
  }
  .fr-hour {
    font-size: 21px;
  }
}
