html,
body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 10px;
  background: white;
  border-radius: 2px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  position: relative;
  transition: all 0.2s ease;
  margin-top: 10px;
}

ul:hover {
  background: #dfdfdf;
}

li.title {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  /*margin-bottom: 5px;*/
  color: #000;
}

li.pubDate {
  font-size: 0.8rem;
  font-weight: 500;
  position: absolute;
  color: #000;
  top: 12px;
  right: 30px;
  text-transform: uppercase;
}

li.description .description_canvas {
  padding: 10px 5% 0 5%;
}

li.description i {
  position: absolute;
  right: 0px;
  top: 4px;
  font-size: 20px;
  padding: 6px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease;
}

li.description i.active {
  transform: scale(-1, -1);
}

textarea,
input,
select,
button {
  width: 100%;
  padding: 10px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 20px;
  border: none;
  background: white;
}

input {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 20px;
  border: 1px solid grey;
}

.input-container {
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}

button {
  border-radius: 50px;
  border: 0;
  background-color: #CB1977;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  cursor: pointer;
  transition: all 0.2s ease;
}

button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .8);
  background-color: #fff rgba(255, 108, 0, .8);
}

.today {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #CB1977;
  padding: 10px 40px;
}

.today:first-letter {
  text-transform: capitalize;
}

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}
/*  GROUPING  */

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.866%;
}

a {
  text-decoration: none;
}

a.minus-day,
a.plus-day {
  position: absolute;
  top: 0;
  color: #ccc;
  transition: all 0.2s ease;
}

a.plus-day {
  right: 0;
}

a.minus-day i,
a.plus-day i {
  padding: 10px;
}

a.minus-day:hover,
a.plus-day:hover {
  color: #333;
}

@media only screen and (max-width: 690px) {
  li.pubDate {
    position: static;
    top: auto;
    right: auto;
  }
  input,
  select {
    box-shadow: inset 0 0px 1px #999;
  }
}

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_12,
  .span_2_of_12,
  .span_3_of_12,
  .span_4_of_12,
  .span_5_of_12,
  .span_6_of_12,
  .span_7_of_12,
  .span_8_of_12,
  .span_9_of_12,
  .span_10_of_12,
  .span_11_of_12,
  .span_12_of_12 {
    width: 100%;
  }
}

.load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #FF6C00;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #BA4F00;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #FF6C00;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #BA4F00;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {left: 50%; width: 0;z-index:100;}
  33.3333% {left: 0; width: 100%;z-index: 10;}
  to {left: 0; width: 100%;}
}
a.donde-ver {
  font-family: Montserrat, sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  border: 2px solid white;
  border-radius: 50px;
  display: block;
  text-align: center;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.2s ease;
}
a.donde-ver:hover {
  background: black;
}
