@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Lato:400,400i");
body, button, input, select, textarea {
  font-family: 'Lato', sans-serif;
}

ul {
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

input[type='text'], select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input[type='text']:focus, select:focus {
  border-color: #d22323 !important;
}

#wizard-core input[type='text'], #wizard-core select, #wizard-core textarea {
  outline: none;
  border: 1px solid #d22323;
  padding-left: 5px;
}

input {
  line-height: initial;
}

.container.justify-content-between:after, .container.justify-content-between:before {
  display: none !important;
}

.container-full {
  width: 95%;
  margin: 0 auto;
}

/*### Clases para aplicar flexbox - Parent ###*/
.justify-content-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
}

.justify-content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*### Clases para aplicar flexbox - Child ###*/
.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-self-end {
  -ms-flex-item-align: flex-end;
      align-self:  flex-end;
}
.btn-global {
  display: inline-block;
  background-color: #D01D25;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.btn-global:hover {
  color: #fff;
  background-color: #ba1a21;
  text-decoration: none;
}
.btn-global:focus {
  color: #fff;
}
.btn-global:active:focus {
  outline: 0;
}

.btn-darkblue {
  background-color: #d22323;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.btn-darkblue:hover {
  color: #fff;
  background-color: #304b83;
}

.btn-darkgrey {
  background-color: #4d4d4d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.btn-darkgrey:hover {
  color: #fff;
  background-color: #404040;
}

.btn-white {
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #fff;
  color: #d22323;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 5px;
}
.btn-white:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #22365e;
  color: #fff;
}

.btn-user {
  text-transform: uppercase;
  color: #fff !important;
  margin-right: 4px;
  margin-bottom: 20px;
}

.btn:focus {
  color: #fff;
  outline: 0;
}

.clear {
  clear: both;
}

.row-center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .row-center .col-center {
    float: none;
    display: inline-grid;
  }
	.site-main {
	  min-height: 64vh;
	}
}

.site-main {
  margin-bottom: 50px;
}

#calendar-container {
  width: 250px;
  padding: 7px 15px 0 15px;
  border: 1px solid #d22323;
}
#calendar-container .cssMesAnio {
  position: relative;
}
#calendar-container .cssMesAnio a:nth-child(1), #calendar-container .cssMesAnio a:nth-child(2) {
  background-color: #d22323;
  color: #fff;
  padding: 0px 8px;
  font-size: 1.2em;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
#calendar-container .cssMesAnio a:nth-child(1) {
  left: 0;
}
#calendar-container .cssMesAnio a:nth-child(2) {
  right: 0;
}
#calendar-container .cssMesAnio #Month, #calendar-container .cssMesAnio #MonthYear {
  display: inline-block;
  padding: 6px 15px;
  background-color: #d22323;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
#calendar-container #Calendar {
  width: 100%;
}
#calendar-container #Calendar [class^="cssColumn"] {
  font-size: .8em;
}

.cupon-compra {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 15px 0;
  border: 1px solid #d22323;
}
.cupon-compra .cc-header {
  padding: 15px 0;
  border-bottom: 1px solid #d22323;
}
.cupon-compra .cc-body {
  padding: 10px 0;
}
.cupon-compra .cc-body .cc-col:nth-child(1){
  width: 38%;
  padding: 0 10px;
}
.cupon-compra .cc-body .cc-col:nth-child(2) {
  width: 60%;
  padding: 0 10px;
}
.cupon-compra .cc-body .cc-col:nth-child(1) .cc-col-tag, .cupon-compra .cc-body .cc-col:nth-child(2) .cc-col-tag {
  display: block;
}
.cupon-compra .cc-body .cc-col:nth-child(1) {
  float: left;
  font-weight: bold;
  text-align: right;
}
.cupon-compra .cc-body .cc-col:nth-child(2) {
  float: right;
  text-align: left;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #d22323;
  width: 210px;
  padding: 5px 15px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-color: #d22323;
  color: #fff;
  padding: 0px 8px;
  font-size: 1.2em;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  padding: 3px 15px;
  background-color: #d22323;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 auto;
}
.ui-datepicker .ui-datepicker-calendar thead tr th {
  padding: 5px;
  font-weight: 600;
  font-size: .8em;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  text-align: center;
  font-size: .85em;
}

/*##### Anula el estilo para Paginacion #####*/
#PaginadoFoot .pagination > li > a, #PaginadoFoot .pagination > li > span {
  color: #969696;
  line-height: 0;
  border: none;
}

#PaginadoFoot .pagination > li > a:hover, #PaginadoFoot .pagination > li > span:hover,
#PaginadoFoot .pagination > li > a:focus, #PaginadoFoot .pagination > li > span:focus {
  background: transparent;
  border: none;
}

#PaginadoFoot .pagination > .active > a,
#PaginadoFoot .pagination > .active > span,
#PaginadoFoot .pagination > .active > a:hover,
#PaginadoFoot .pagination > .active > span:hover,
#PaginadoFoot .pagination > .active > a:focus,
#PaginadoFoot .pagination > .active > span:focus {
  z-index: 3;
  color: #263D80;
  text-decoration: underline;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  font-size: 1.2em;
}

#PaginadoFoot a.page-previous, #PaginadoFoot a.page-next {
  color: #808080;
  font-size: 1.2em;
}

#dynamicModal #boot-modal-body{
    overflow-y: auto;
}

/*color de las card*/
.panel-primary{
	border-color: rgba(210, 35, 35);
}
.panel-primary > .panel-heading{
	background-color: rgba(210, 35, 35);
    border-color: rgba(210, 35, 35);
}
.panel-primary a{
	color: #d22323;
}
/*# sourceMappingURL=styles.css.map */