/* Bootstrap 3.4.1 Grid Override + Responsive + Compatibilidad spanX */

/* Google Fonts HTTPS */
@import url('https://fonts.googleapis.com/css?family=Asap:400,400italic,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800');

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

/* Col-xs */
.col-xs-1 { width: 8.33333333%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }

/* Responsive - sm */
@media (min-width: 768px) {
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-12 { width: 100%; }
}

/* Responsive - md */
@media (min-width: 992px) {
  .col-md-1 { width: 8.33333333%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-12 { width: 100%; }
}

/* Responsive - lg */
@media (min-width: 1200px) {
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-12 { width: 100%; }
}

/* Compatibilidad spanX */
[class*="span"] {
    float: left !important;
    min-height: 1px !important;
    margin-left: 2.127659574% !important;
}
.span1 { width: 8.33333333% !important; }
.span2 { width: 16.66666667% !important; }
.span3 { width: 25% !important; }
.span4 { width: 33.33333333% !important; }
.span5 { width: 41.66666667% !important; }
.span6 { width: 50% !important; }
.span7 { width: 58.33333333% !important; }
.span8 { width: 66.66666667% !important; }
.span9 { width: 75% !important; }
.span10 { width: 83.33333333% !important; }
.span11 { width: 91.66666667% !important; }
.span12 { width: 100% !important; }

/* --- v17 ajustes .row y col-md-3 --- */
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .col-md-3 { width: 22% !important; }
}

/* --- v18 ajustes span3 --- */
.span3 {
  width: 22% !important;
}

/* --- v19 ajustes responsive span3 --- */
@media (min-width: 992px) {
  .span3 { width: 22% !important; }
}
@media (max-width: 991px) {
  .span3 { width: 100% !important; }
}

/* --- v20 ajustes responsive span3 con paso intermedio --- */
@media (min-width: 992px) {
  .span3 { width: 22% !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .span3 { width: 47% !important; }
}
@media (max-width: 767px) {
  .span3 { width: 100% !important; }
}
