@font-face {
    font-family: 'robotoregular';
    src: url('./fonts/roboto-regular-webfont.eot');
    src: url('./fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('./fonts/roboto-regular-webfont.woff') format('woff'),
         url('./fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.filter__section {
  padding-bottom: 30px;
  padding-top: 20px;
}
.filter__section__container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter__left {
  width: 267px;
  display: inline-block;
  vertical-align: top;
}
.filter__left__title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  text-align: left;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.filter__left__title h3 {
  color: #002d73;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.1px;
}
.filter__left__top {
  background-color: #f9f9f9;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.filter__left__top__text {
  font-family: 'Proxima Nova Lt';
  font-size: 15px;
  text-align: left;
  color: #4a4a4a;
}
.filter__left__top__line {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
}
.filter__left__top__line:last-child {
  margin-bottom: 0;
}
.filter__left__top__close {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  text-align: center;
  background-color: #ff4338;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 auto;
}
.filter__left__top__line__button {
  margin-top: 35px;
}
.filter__left__top__line__button a {
  font-size: 16px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #9b9b9b;
  border-bottom: solid 1.1px #9b9b9b;
  padding-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.filter__left__top__line__button a:hover{
    color: #002d73;
    border-bottom: solid 1.1px #002d73;
}
.filter__left__bottom__title {
  border-bottom: solid 1.1px #f2f2f2;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.filter__left__bottom__title h3 {
  color: #002d73;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.1px;
}
.filter__left__bottom__item__title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 10px;
  border-bottom: solid 1.1px #f2f2f2;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 0px;
}
.filter__left__bottom__item__title__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
  text-align: left;
  color: #4a4a4a;
}
.filter__left__bottom__item__title__figure {
  width: 14px;
  height: 14px;
  position: relative;
}
.filter__left__bottom__item__figure__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #4a4a4a;
}
.line--one {
  display: block;
  height: 2px;
  width: 100%;
  bottom: 0;
  margin: auto;
}
.line--two {
  display: block;
  height: 100%;
  width: 2px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.filter__left__bottom__item__title.active .line--two {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.filter__left__bottom__item__line {
  margin-bottom: 4px;
}
.filter__left__bottom__item__line:last-child {
  margin-bottom: 0;
}
.filter__left__bottom__item__content {
  margin-top: 30%;  
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter__left__bottom__item__content span{
  color: #555;
  display: block;
  font-size: 16px;
}
select.filter__left__bottom__item__select{
  border: #ccc 1px solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  margin: 3% 0 0 0;
  padding: 10px 15px 10px 15px;
  width: 80%;
}
.general__input--checkbox input[type="radio"] {
  display: none;
}
.general__input--checkbox input[type="checkbox"] {
  display: none;
}
.general__checkbox__inside {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.checkbox__figure {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  margin: 0;
  position: relative;
}
.checkbox__figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.checkbox__figure:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
}
.checkbox__text {
  margin: 0;
  display: block;
}
.general__input--checkbox--mode5 .checkbox__figure:before {
  border: solid 1px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.general__input--checkbox--mode5:hover .checkbox__figure:before{
  border: solid 1px #ff4338;
}
.general__input--checkbox--mode5 .checkbox__figure:after {
  content: "\e92f";
  bottom: 0;
  color: #ff4438;
  top: -3px;
  left: 3px;
  font-family: 'icomoon';
  font-size: 8px;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.general__input--checkbox--mode5 .checkbox__text {
  padding-left: 10px;
  font-family: 'Proxima Nova Lt';
  font-size: 15px;
}
.general__input--checkbox--mode5 input[type="checkbox"]:checked + .general__input__checkbox__label .checkbox__figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.filter__right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 267px);
    padding-left: 71px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filter__right__top__links {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
  justify-content: space-between;
}
.filter__right__top__links__title {
  margin: 0;
  display: block;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #212121;
}
.filter__right__top__top__link {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.filter__right__top__top__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #df5b4a;
  height: 2px;
  width: 0;
  display: block;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.a-order__item.a-order__item--current:before{
  width: 100%;
}
.filter__right__top__top__link.active:before {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .filter__right__top__top__link:hover:before {
    width: 100%;
  }
}
.filter__right__top__content__inside {
  padding-top: 34px;
}
.filter__right__top__content__inside {
  font-size: 0;
}
.filter__right__top__content__inside__item {
  border: none;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;  
  margin-bottom: 0;
}
.filter__right__top__content__inside__item h3.a-cpt__item__title{
  color: #CA0707;
  font-family: 'robotoregular';  
  font-size: 13px;
  font-weight: 600;  
}
.filter__right__top__content__inside__item h3.a-cpt__item__title a{
  color: #CA0707;
  text-decoration: none;
}
.filter__right__top__content__inside__item h3.a-cpt__item__title a:hover{
  text-decoration: underline;
}
.filter__right__top__content__image {
  width: 100%;
  display: block;
  vertical-align: middle;
  height: 280px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.filter__right__top__content__image a{
    position: absolute;
    width: 100%;
    height: 100%;
}
.filter__right__top__content__text {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
}
.filter__right__top__content__text__title h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 0.95;
  text-align: left;
  color: #002d73;
}
.filter__right__top__content__text__title h3 a{
     color: #002d73;
     text-decoration: none;
}
.filter__right__top__content__text__title h3 a:hover{
    color: #3184dd;
}
.filter__right__top__content__text__title p {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #4a4a4a;
}

/*---*/

.filter__right__top__content__image{
  height: auto;
  padding: 25px;  
}
.filter__right__top__content__image figure{
  height: auto;
}
.filter__right__top__content__image figure img{
  height: auto;
  max-width: 100%;
}

/*---*/

.filter__right__top__content .row__grid .column__2{
  margin: 0;
  padding: 0;
  list-style: none;  
}
.filter__right__top__content__date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.filter__right__top__content__date p {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #4a4a4a;
  margin: 0;
}
.filter__right__top__content__date__icon {
  display: block;
  margin: 0;
  margin-right: 10px;
  font-size: 15px;
  color: #3184dd;
}
.filter__right__top__content__date__duration {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.filter__right__top__content__duration {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 25px;
}
.filter__right__top__content__duration p {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #4a4a4a;
  margin: 0;
}
.filter__right__top__content__duration__icon {
  display: block;
  margin: 0;
  margin-right: 10px;
  font-size: 15px;
  color: #3184dd;
}
.filter__right__pager {
  text-align: center;
}
.pager__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.pager__link {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  color: #7a7b7c;
  text-decoration: none;
}
.pager__link:hover {
  background: #f2f2f2;
  color: #3184dd;
}
.pager__link.active {
  background: #00f;
  color: #3184dd;
}
.pager__link--arrow {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #2d2766;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
  text-decoration: none;
}
.pager__link--arrow:before{
    line-height: 20px;
}
.filter__right__top__content__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.filter__right__top__content__item.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
/* STYLE AJAX */
.a-order{
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom:1;
    list-style: none;
}
.a-cursos{ 
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
.a-cursos__item{ 
    padding: 10px;
    /*border-bottom: 1px solid #000;*/
}
.a-cursos__item--zero{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 20px;
}
.a-pagination{
    margin: 0 0 0 7%;  
    text-align: left;
}
.a-pagination__item{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.a-pagination__item:hover, 
.a-pagination__item--current{
    background-color: rgba(0,0,0,0.1);
}
.a-sfilter{
    list-style: none;
    margin: 0;
    padding: 0;
}
.a-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(256,256,256,0.6);
    display: none;
}
.a-loading__content {
    position: absolute;
    width: 57px;
    height: 57px;
    left: 50%;
    top: 50%;
    margin-left: -28.5px;
    margin-top: -28.5px;
}
.a-loading__content svg{
    stroke: #000;
}
.a-sfilter-delete{
    display: none;
}
.contentbox__info_box_distribuidor span{
  color: #555;
  display: block;
  font-family: 'robotoregular';
  font-size: 14px;
}
.contentbox__info_box_distribuidor span a{
  color: #444;
  font-family: 'robotoregular';
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px){
  .filter__left {
      display: block;
      width: 100%;      
  }
  .filter__right {
      display: block;
      width: 100%;
      padding-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .filter__right .filter__right__top__content{
    height: auto;
  }
  .filter__right .filter__right__top__content ul.a-propiedades.row__grid{
    margin: 0;
    padding: 0;
  }
  .filter__right__top__content__text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }

  .filter__left__bottom__item__content {
    margin-top: 0;
  }
  .filter__right__top__content__inside__item {
    flex-direction: column;
  }
  .filter__right__top__content__image figure {
    height: auto;
    text-align: center;
  }
  .filter__right__top__content__image {
    height: auto;
    margin: 4% 0 4% 0;
    padding: 0;
  }

  .a-pagination {
    margin: 8% 0 0 0;
    text-align: center;
  }  
}
@media screen and (max-width: 375px){
  .filter__left {
      display: block;
      width: 100%;      
  }
  .filter__right {
      display: block;
      width: 100%;
      padding-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  .filter__right .filter__right__top__content{
    height: auto;
  }
  .filter__right .filter__right__top__content ul.a-propiedades.row__grid{
    margin: 0;
    padding: 0;
  }
  .filter__right__top__content__text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }

  .filter__left__bottom__item__content {
    margin-top: 0;
  }
  .filter__right__top__content__inside__item {
    flex-direction: column;
  }
  .filter__right__top__content__image figure {
    height: auto;
    text-align: center;
  }
  .filter__right__top__content__image {
    height: auto;
    margin: 4% 0 4% 0;
    padding: 0;
  }

  .a-pagination {
    margin: 8% 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 360px){
  .filter__left {
      display: block;
      width: 100%;      
  }
  .filter__right {
      display: block;
      width: 100%;
      padding-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .filter__right .filter__right__top__content{
    height: auto;
  }
  .filter__right .filter__right__top__content ul.a-propiedades.row__grid{
    margin: 0;
    padding: 0;
  }
  .filter__right__top__content__text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }

  .filter__left__bottom__item__content {
    margin-top: 0;
  }
  .filter__right__top__content__inside__item {
    flex-direction: column;
  }
  .filter__right__top__content__image figure {
    height: auto;
    text-align: center;
  }
  .filter__right__top__content__image {
    height: auto;
    margin: 4% 0 4% 0;
    padding: 0;
  }

  .a-pagination {
    margin: 8% 0 0 0;
    text-align: center;
  }
}